/** Table-Programball - Score **/
.table.match-programe h3{
    margin-top: 20px;
}
.match-programe .h,
.match_home{
	text-align: right;
}

.match-programe{
    font-size: 1rem;
    height: 27px;
    color: black;
}

.table.match-programe br{
    display:none ;    
}

.table.match-programe table{
    width: 100%;
    border-collapse: collapse; 
    background: #e6ecdc;
}

.match_time{
    text-align: center;
}

.table.match-programe table th, .table.match-programe table td,.table.match-programe table td {
    border: 2px solid white;
    padding: 5px;
    /* text-align: center; */
    font-size: 14px;
}
.table.match-programe thead{
    background-color: #8dc73f;
}
.table.match-programe td.league{
    background-color: #aade60;
    font-size: 1rem;
    font-weight: bolder;
    text-align: center;
}
.match-ss-programe h3{
    color: #fefeff;
    background: #4a770d;
    padding: 7px;
   
}
.match-ss-programe{
    border: 1px #000 solid;
    margin-top: 20px;
}
.match_home{
    text-align: right;
    padding-right: 50px;
    width: 38%;
}
.match_away{
    text-align: left;
    padding-left: 50px;
}
.match_ch,
.match_score{
    text-align: center;  
}
.match_ch img{
    width: 45px;
    margin: 4px 5px -3px 2px;
}





/* .table.match-programe tbody tr:nth-child(even){
   background-color: #C4E29B;
} */



