﻿.ImageGallery {
    height: 50px;
    width: 100%;
    object-fit: cover;
}
.TeamImage {
    height: 40px;
    object-fit: cover;
    border-radius: 5px;
}
.ec-fixture-vs {
    margin: 0 !important;
}

.ec-fixture-flag {
    width: auto !important;
}
.ec-matches-list .ec-fixture-flag {
    width: auto !important;
    font-size: 13px;
    font-weight:bold;
}
.ec-fixture-flag.ec-next-flag{
    float:none!important;
}
@media only screen and (max-width: 500px) {
    .ec-matches-list .ec-fixture-flag{
        width:100%!important;
    }
    .ec-fixture-list ul li .ec-cell{
        text-align:left!important;
    }
    .divvs{
        text-align:center;
    }
    .div1Team {
        width: 100% !important;
        margin-bottom: 20px;
    }
    .div2Team {
        margin-top: 20px;
    }
    .ec-fixture-list ul li span{
        font-size:18px;
    }
    .table-responsive{
        display:block!important;
    }
    .divnav{
        float:left;
    }
    .divCourt{
        margin-top:25px!important;
    }
   
}
iframe {
    height: 300px;
    border-radius:5px;
}
.ImageNews {
    height: 65px;
    border-radius: 5px;
    width: 100%;
    object-fit: cover;
}
@media only screen and (min-width: 501px) and (max-width: 1000px) {
    .ec-matches-list .ec-fixture-flag {
        font-size: 12px !important;
       
    }
    .latest  .ec-fixture-flag {
        width: 41% !important;
    }
    .ec-fixture-list ul li .ec-cell {
        padding: 14px 10px !important;
    }

    .divvs {
        text-align: left;
    }

    .div1Team {
        margin-bottom: 15px;
        text-align: left;
    }

    .div2Team {
        margin-top: 15px;
        text-align: left;
    }
}

table {
    border-collapse: collapse;
}

th {
    background: #ccc;
}

th, td {
    border: 1px solid #ccc;
    padding: 8px;
  
}
tr {
    background: white;
}

tr:nth-child(even) {
    background: white;
}

tr:hover {
    background: #9e1831!important;
    color:white!important;
}
.table > thead:first-child > tr:first-child > th {
    color: white !important;
    background: #9e1831;
}

.tab-content{
    padding:0!important;
    margin-bottom:30px;
}

.latest  .ec-fixture-vs small
{
    display:inline!important;
}
.latest .ec-fixture-vs:before {
    background:none!important;
}




.widget_categories ul li:hover a {
    color: #9e1831 !important
}

.widget_categories ul li:hover {
    color: #9e1831 !important
}

    .widget_categories ul li:hover a:before {
        color: #9e1831 !important
    }