@import url('https://fonts.googleapis.com/css?family=Muli:400,700');
body{
	font-family:'Muli',helvetica;
	font-size:14px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background:#EFEFEF;
}
.site-header{
	background:#102F4E;
}
.site-header .date-bar{
	background: #09253f;
    text-align: right;
    padding: 0 0 3px;
    border-bottom: 1px solid rgba(0,0,0,.2);
    box-shadow: 0 0 0 1px rgba(255,255,255,.05);
    color:#e0e0e0;
    font-size:12px;
    padding-top:.25rem;
    padding-bottom:.25rem;
}
.site-header .logo-and-tagline{
	margin-left: -15px;
    margin-right: -15px;
    padding: 15px 0;
    overflow: hidden;
}
.site-logo{
	padding: 0 15px;
    width: 400px;
    height:90px;
    float:left;
}
.tagline{
	width: 400px;
    padding: 0;
    float:left;
}
.tagline p{
    display: table-cell;
    height: 90px;
    vertical-align: middle;
    color:#e0e0e0;
    font-style:italic;
}
.advert-container{
	height: 90px;
    padding: 0 15px;
    position: relative;
    top: 0;
    right: 0;
    margin: 0;
    background: 0 0;
    float:left;
}
.navbar-primary{
	position: relative;
    margin-bottom: 0;
    background-color: #15395a;
    color: #fff;
    border: none;
    border-top: 1px solid rgba(0,0,0,.2);
    border-bottom: 5px solid #102f4b;
    min-height: 40px;
    -webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,.5);
    -moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,.5);
    box-shadow: 0 8px 6px -6px rgba(0,0,0,.5);
}
.site-header .navbar{
	padding:0px;
}
.site-header .nav-link{
	color:#fff;
	font-weight:bold;
	text-shadow:0 8px 6px -6px rgba(0,0,0,.5);
	border-left: 1px solid #014064;
    border-right: 1px solid #102f4b;
    padding: 15px;
    padding-left:15px!important;
    padding-right:15px!important;
    text-transform: uppercase;
    color: #efefdf;
    transition: background-color .5s ease;
}
.site-header .nav-link:hover{
	box-shadow: 0.3em 0.3em 0 0 rgba(0,0,0,.1) inset;
	background-color: rgba(0,0,0,.2);
    color: #efefdf;
}
.jumbo-wrapper {
    background: url(../img/jumbo-bg.jpg) center bottom repeat-x #2c9ddc;
    -webkit-background-size: 1800px 743px;
    background-size: 1800px 743px;
    margin-bottom: 5px;
    padding-bottom: 50px;
    min-height:540px;
}
.main-container{
	background:rgba(0,0,0,.5);
    padding:1rem;
    color:#fff;
}
.title{
    padding-top:1rem;
	font-family:"arial black";
	font-weight:bold;
	font-size:3rem;
	color:#fff;
}
.draw-result li{
	background: url(../img/balls.png) no-repeat;
    width: 45px;
    height: 45px;
    background-size: 135px 45px;
    font-size: 20px;
    line-height: 45px;
    font-weight: bold;
    padding: 0;
    margin: 7.5px 2.5px 7.5px 0;
    text-align: center;
    display:inline-block;
    color:#000;
}
.game-logo{
	display: inline-block;
    background: #f5f5f5;
    padding: 15px 10px;
    margin: 0 5px 0 0;
    float: left;
	width: 140px;
	margin-right:15px;
}
.game-title{
	position: relative;
    background: 0 0;
    width: auto;
    color: #404040;
    display:inline;
    font-size: 22px;
    padding: 0 0 5px;
    font-weight: 700;
}
.table-results{
    width:100%;
    border-collapse:separate;
    border-spacing:1px;
}
.table-results th{
    font-size:24px;
}
.table-results tr{
    border-bottom:1px solid #fff5;
}
.table-results td,.table-results tr{
    color:#fff;
    padding:.5rem 1rem;
}
.table-results td:not(:last-child),.table-results th:not(:last-child){
    border-right:1px solid #fff5;;
}
.results hr{
    border-color:#fff;
}