h3.fixres_section_title{
    background-color:green;
    font-size:1.1em;
    font-weight:700;
    color:#FFF;
    text-align:center;
    margin-top:12px;
    padding:5px;
    margin-bottom:0px;
}

h4.fixres_section_title{
    background-color:#edb814;
    font-size:1em;
    font-weight:700;
    color:#FFF;
    text-align:center;  
    padding:5px;
}

.fixturetime{
    text-align:center;
    padding:2px 10px;
    background-color:#658d1b;
    color:white;
    border-radius: 0.25rem!important;
    max-height:20px;
}
.loadClubFixRes, .loadCompFixRes{
   cursor: pointer;
}
.comp-list-title{
     background-color:#edb814
}
.team1{
    padding-right:1px;
    text-align:left;
}
.team2{
     padding-left:1px;
    text-align:right;
}
.team1score, .team2score{
padding:0px; 
 font-weight:800;
}

.teamscore{
    max-width:10%;
}

.fixres_details{
    font-size:0.80em; 
}

.truncate{    
    white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.teamname{
    font-weight:600;
}

.table-responsive .leaguetable .leaguetableheader{
    background-color:green;
}

.table th
{
    color:white;
}

.table-responsive{
    margin-top:12px;
    font-size:0.8em;
    border:1px solid #ddd;
}


 
table.table  td, table.table th{
    padding:0.25rem;
}


.button-row .btn{
    font-size:12px;
}
.btn.active-tab{
    background-color: #008040;
}


.custom-tab{
    display:none;
}