/* accordion style */





.ac-pane { margin-bottom: 0px; background-color:#D3D3D3	; color:#fff;}



.ac-pane:last-child { margin-bottom: 0; }



.ac-content { display: none; }



.ac-title {

        border-bottom: 1px solid #eee;

    color: #666666;

    display: block;

    padding: 12px;

    background-color: #fff;

    font-size: 15px;

    font-weight: 500;

    overflow: auto;

}

.ac-pane.active .ac-title{

  color: #cc3333;

}



.ac-title i {

  float: right;

    font-size: 26px;

    color: #666666;

    font-weight: 600;

    margin-top: -5px;

}



.ac-title i:before { content: "\f107"; }



.active .ac-title i:before { content: "\f106";  }



.ac-content {

 border: 0;

    margin-top: -1px;

    padding: 20px;

    color: black;

    background: #e6e6e6;

}



a {

    color: #337ab7;

    text-decoration: none;

}

a.ac-title:focus, a.ac-title:hover {

    color: #cc3333;

    text-decoration: none;

}

