
body {
  color: #6a6c6f;
  background-color: #F2F3F4;
  margin-top:auto;
    
}

.container {
  max-width: 1000px;
}

.panel-default>.panel-heading {
  color: #333;
  background-color: #2980B9  ;
  border-color: #e4e5e7;
  padding: 0;
  text-align:left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  
}

.panel-default>.panel-heading a {
  display: block;
  padding: 10px 15px;
 
}

.panel-default>.panel-heading a:after {
  content: "";
  position: left;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
    -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
  
}

.panel-default>.panel-heading a[aria-expanded="false"] {
  background-color: #92A6B9;
  
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.accordion-option {
  width: 100%;
  float: left;
  clear: both;
  margin: 15px 0;
  
}

.accordion-option .title {
  font-size: 20px;
  font-weight: bold;
  float: left;
  padding: 0;
  margin: 0;
  background-color:white;
  font-style:normal;
}

.accordion-option .toggle-accordion {
  float: right;
  font-size: 16px;
  color: #6a6c6f;
}

.accordion-option .toggle-accordion:before {
  content: "Expand All";
}

.accordion-option .toggle-accordion.active:before {
  content: "Collapse All";
} All";

 .panel-default>.panel-heading{color:#F8E0E6;background-color:#024A72;}
 .panel-default>.panel-heading:hover{color:#ffffff;background-color:#4682B4;}
 a {
    color: #22272C;
    text-decoration:none;
  
 
 }
 a:hover
 {
     color: #91192D;
     background-color: yellow;
 }
 a:active {
    color: maroon;
}
 u, ins {
     text-decoration:none;
}
li 
{
    
    display: list-item;
    text-align:left ;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: white;
}
.panel-title a:hover {
  text-decoration:none;
  color:Maroon  !important;
  background: transparent !important;
}