
/*----- Accordion -----*/
/*.accordion, .accordion * {
    -webkit-box-sizing:border-box; 
    -moz-box-sizing:border-box;    
}

.accordion a
{
    text-decoration : none;
} 
.accordion {
    overflow:hidden;
    /*background:#fdfdfd;*/
/*}*/
 
/*----- Section Titles -----*/
.accordion-section-title {
    /*width:20%;*/
    padding:15px;
    /*display:inline-block;*/
    color:Red;
    /*border-bottom:1px solid #1a1a1a;*/
    background:#A8C3CB;
    
/*    color:#fff;*/
}
 
/*.accordion-section-title.active, .accordion-section-title:hover {
    background:#A8C3CB;
    color: Red; 
    font-weight: bold;
    text-decoration:none;
}
 
.accordion-section:last-child .accordion-section-title {
    border-bottom:none;
}*/
 
/*----- Section Content -----*/
/*.accordion-section-content {
    padding:15px;
    display:none;
    
}*/

th, td {
    border-bottom: 1px solid #ddd;
}
