@charset "utf-8";
/* CSS Document */

.panel-default > .panel-heading {
  background-color: transparent;
  border: medium none;
  border-radius: 0;
  color: inherit;
  padding: 0;
  position: relative;
}    
.panel-heading .panel-title > a {
  background-color:#0014AA;
  border: medium none;
  color: #ffffff;
  display: block;
  font-family: Arial,Helvetica,sans-serif;
  line-height: 28px;
  padding: 11px 65px 11px 40px;
  word-wrap: break-word;
}
    
.panel-heading .panel-title > a::after {
  bottom: 0;
  content: "▲";
  font-family: "Roboto",sans-serif;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: -1px;
  line-height: 48px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 60px;
}  
.panel-heading .panel-title > a.collapsed::after {
  content: "▼";
}    
.panel-body{
  height:200px;
  overflow: auto;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 20px;
  font-weight: 300;
 
}
