/* Start custom CSS *//*
table.matchinfo.new-layout {
    max-width: none;
}
*/

table.matchinfo.new-layout .flag, table.matchinfo.new-layout .home, table.matchinfo.new-layout .away, table.matchinfo.new-layout .score, table.matchinfo.new-layout .a {
    width: auto;
    text-align: center;
}


table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background-color: black
}


table td, table th {
    padding: 15px;
    line-height: 1.5;
    text-align: center;
    vertical-align: middle;
}/* End custom CSS */