/* latest-result page */
@media only screen and (min-width: 576px) and (max-width: 991px) {
    .latest-result {
        padding: 60px 0;
    }
    /* .scroll-ad{
        visibility: hidden;
    } */
}
@media only screen and (min-width: 576px) and (max-width: 1991px) {
    
    /* .scroll-ad{
        visibility: hidden;
    } */
}
@media only screen and (min-width: 480px) and (max-width: 575px) {
    .latest-result .single-match .part-team {
        padding: 26px 40px 30px;
    }
    
    .latest-result {
        padding: 60px 0;
    }
    #linkss{
        margin-top: 10px;
    }
    
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .latest-result .single-match .part-team {
        padding: 5px 5px 5px;
    }
    .latest-result {
        padding: 60px 0;
    }
    #tips{
        font-size: 16px !important;
    }

    #dates{
        font-size: 12px !important;
    }

    #team-names{
        font-size: 12px !important;
    }
    #linkss{
        margin-top: 10px;
    }
    
    .buttons a {
        display: inline-block;
        width: 55px;
        height: 20px;
        line-height: 20px;
        font-size: 8px;
        padding: 0; 
        
    }
    .latest-result .single-match .part-head {
      text-align: center;
      padding: 10px 0;
      border-radius: 0 0 10px 10px;
      position: relative;
      z-index: 2;
      overflow: hidden;
      border-bottom: 1px solid #ddd;
      border-top: 1px solid #ddd; 
        
    }
      .latest-result .single-match .part-head:after {
        position: relative;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        background: #f7f7f7;
        height: 79%;
        z-index: -1;
        opacity: .58; 
          
      }
      .latest-result .single-match .part-head .match-title {
        text-transform: uppercase;
        font-weight: 500;
        font-size: 18px;
        color: #2a2a2a; 
          
      }
    
}

@media only screen and (min-width: 280px) and (max-width: 319px) {
    .latest-result .single-match .part-team {
        padding: 2px 2px 2px;
    }
    .latest-result {
        padding: 40px 0;
    }
    .buttons a {
        display: inline-block;
        width: 55px;
        height: 20px;
        line-height: 20px;
        font-size: 8px;
        padding: 0; 
        
    }
    
    .latest-result .single-match .part-head {
      text-align: center;
      padding: 10px 0;
      border-radius: 0 0 10px 10px;
      position: relative;
      z-index: 2;
      overflow: hidden;
      border-bottom: 1px solid #ddd;
      border-top: 1px solid #ddd; 
        
    }
      .latest-result .single-match .part-head:after {
        position: relative;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        background: #f7f7f7;
        height: 79%;
        z-index: -1;
        opacity: .58; 
          
      }
      .latest-result .single-match .part-head .match-title {
        text-transform: uppercase;
        font-weight: 500;
        font-size: 18px;
        color: #2a2a2a; 
          
      }
    
    #tips{
        font-size: 14px !important;
    }

    #dates{
        font-size: 10px !important;
    }

    #team-names{
        font-size: 10px !important;
    }
    #linkss{
        margin-top: 10px;
    }
    
    
}