/* Id: 7.2956117.1414145469
 * Generated: 10-Oct-2017 05:26:51
 */
    /**********************************************/
/*    Rugby Results  /  Fixtures Table        */
/*     stephenmaguire@irishtimes.com          */
/**********************************************/

.sport .rugby-resfix td, .sport .rugby-resfix th {cursor:default;}

.sport td.date, .sport .date th {width: 15%;}
.sport td.team-home, .sport th.team-home {width: 20%;}
.sport td.score, .sport th.score {width: 15%;}
.sport td.team-away, .sport th.team-away {width: 20%;}
.sport td.venue, .sport th.venue {width: 20%;}
.sport td.tv, .sport th.tv {width: 10%;}


.sport .rugby-resfix thead th{
	font-family: "DINWeb-Bold",Arial,sans-serif;
	text-transform: capitalize;
	font-size: 18px;
	padding-top: 1.5%;	
    padding-bottom: 1.5%;		
}

.sport .rugby-resfix .headings th {font-size: 14px;}
.sport .rugby-resfix .team-home {text-align: right; font-weight: 700;}
.sport .rugby-resfix .team-away {text-align: left; font-weight: 700;}
.sport .rugby-resfix .score {text-align: center; font-weight: 700; }
.sport .rugby-resfix .venue{text-align: right;}

.sport .rugby-resfix tr .round {
    font-family: "DINWeb-Bold",Arial,sans-serif;
    text-align: left;
    background: #f5f5f5 !important;
    color: #3ea447;
}

.sport .rugby-resfix tr:hover td { background: #fff;}
.sport .rugby-resfix .results td {background: #fff!important;}
.sport .rugby-resfix .fixtures td {background: #eaf5ea!important;}

.sport .rugby-resfix .fixtureresult {display: none;}



@media (min-width: 768px) and (max-width: 979px) {
    /*.venue, .tv {display:none;}*/
 
    .sport .rugby-resfix td, .sport .rugby-resfix th {width: 25%; }
}

@media (min-width: 480px) and (max-width: 767px) {
       /*.venue, .tv {display:none;}*/
    .sport .rugby-resfix td, .sport .rugby-resfix th {width: 25%; }
}

@media (min-width: 320px) and (max-width: 479px) {
    .venue, .tv {display:none;}
    .sport .rugby-resfix td, .sport .rugby-resfix th {width: 25%; }
}

      