.statement {
  background: #f1f1f1;
  border-radius: 4px;
  cursor: pointer;
  margin-bottom: 4px;
  padding: 5px 10px;
  transition: all .2s ease-in-out;
  width: 100%;
  font-size: 16px;
}

.text-entry.large {
  margin: 0;
  min-height: 400px;
}

.panel-body p:last-child {
  margin-bottom: 0;
}

.panel-title a {
  cursor: pointer;
  display: block;
  margin-right: 15px;
  position: relative;
  text-decoration: none;
}

.panel-title a:hover {
  text-decoration: underline;
}

.panel-title a:hover, .panel-title a:focus {
  color: #FFF;
}

.panel-title a[aria-expanded="false"]:after {
  content: "\f063";
  font-family: 'FontAwesome';
  position: absolute;
  right: -20px;
  top: 0;
}

.panel-title a[aria-expanded="true"]:after {
  content: "\f062";
  font-family: 'FontAwesome';
  position: absolute;
  right: -20px;
  top: 0;
}


@media print {

   section{
    display:block!important;
  }

}



