<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (max-width: 767px){
    #rugby-fixtures-widget-container .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
}
#rugby-fixtures-widget-container .table-responsive {
    min-height: .01%;
    overflow-x: auto;
}
.competition-container .competition-header{
    background: #940600;
}
.competition-container .competition-header p{
    padding: 10px 0px 10px 10px;
    font-size: 18px;
    line-height: 35px;
    font-weight: 700;
    color: #fff;
    margin:0px;
}
.competition-container .competition-logs{
    margin-top:5px;
}
.competition-container .competition-logs .logs-header{
    background: #940600 !important;
}
.competition-container .competition-logs .logs-header p{
    margin:0px;
    font-size: 14px;
    padding: 4px 12px;
    color: #fff;
}
.competition-container .competition-logs .table th,
.competition-container .competition-logs .table td{
    font-size:12px;
}
.competition-container .competition-matches .day-header{
    background: #940600 !important;
}
.competition-container .competition-matches .day-header p{
    margin:0px;
    font-size: 14px;
    padding: 4px 12px;
    color: #fff;
}
.competition-container .competition-matches .competition-matches-table{
    width:100%;
}
.competition-container .competition-matches .competition-matches-table a{
    color:#333;
}
.competition-container .competition-matches .competition-matches-table a:hover{
    text-decoration:none;
}
.competition-container .competition-matches .competition-matches-table p{
    margin:0px;
}
.competition-container .competition-matches .competition-matches-table tr td{
    border-top:1px solid #CCC;
}
.competition-container .competition-matches .competition-matches-table tr:first-child td{
    border-top:none !important;
}
.competition-container .competition-matches .competition-matches-table td{
    text-align:center;
    vertical-align: middle !important;
    padding: 10px 4px;
}
.competition-container .competition-matches .competition-matches-table td.match-score p{
    min-width:40px;
}
.competition-container .competition-matches .competition-matches-table td.match-team,
.competition-container .competition-matches .competition-matches-table td.match-team{
    text-align:left;
}
.competition-container .competition-matches .competition-matches-table .matchcentre-btn-container{
    text-align:right;
}
.competition-container .competition-matches .competition-matches-table .matchcentre-btn-container .matchcentre-btn{
    font-style: normal;
    color: #FFFFFF;
    background: #BB201E;
    padding: 10px;
    font-size:11px;
    border: none;
}
.schedule {
    margin-bottom: 2px;
}
.schedule .day-header{
    -webkit-transition: background 250ms ease;
    -moz-transition: background 250ms ease;
    -ms-transition: background 250ms ease;
    -o-transition: background 250ms ease;
    transition: background 250ms ease;
    background: #1e2d6e;
    padding: 5px 0px;
}
.schedule .day-header .schedule-title{
    font-size: 13px;
}
.schedule .day-header .schedule-date,
.schedule .day-header .schedule-location,
.schedule .day-header .schedule-prizemoney{
    font-size: 10px;
    line-height: 12px;
}
.schedule .day-header .schedule-title,
.schedule .day-header .schedule-date,
.schedule .day-header .schedule-location,
.schedule .day-header .schedule-prizemoney{
    margin:0px;
    padding: 2px 12px;
    color: #fff;
}
.btn-sar.btn{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn-sar.btn-block{
    display: block;
    width: 100%;
}
.btn-sar {
    color: #FFF;
    background-color: #8D9296;
    border-color: #8D9296;
}
.btn-sar:hover,
.btn-sar:active{
    color: #FFF !important;
}</pre></body></html>