@charset "utf-8";
/* CSS Document */
/* cyrillic */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local('Oswald Regular'), local('Oswald-Regular'), url(https://fonts.gstatic.com/s/oswald/v13/DgBpgaYycijFA8v2hNt7MfesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local('Oswald Regular'), local('Oswald-Regular'), url(https://fonts.gstatic.com/s/oswald/v13/peRd8sj511qE2lHtK-QfcPesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local('Oswald Regular'), local('Oswald-Regular'), url(https://fonts.gstatic.com/s/oswald/v13/yg0glPPxXUISnKUejCX4qfesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: local('Oswald Regular'), local('Oswald-Regular'), url(https://fonts.gstatic.com/s/oswald/v13/pEobIV_lL25TKBpqVI_a2w.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
}
.container {
    max-width: 1040px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	align-content: stretch;
	margin-left: auto;
	margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    box-shadow: 0px 0px 9px -3px #000;
    background-color: #f5f5f5;
}
header {
    background-color: #09679b;
    border-bottom: 10px solid #c80000;
}
p a {
  text-decoration: underline;
}
.header-wrapper {
    max-width: 1067px;
	margin: 0px auto;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 100%;
}
.header-banner {
    height: 100px;
    max-width: 519px;
	margin-left: 20px;
	margin-right: auto;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
}
.content {
    max-width: 820px;
	order: 2;
	flex-grow: 4;
}
.bold {
    font-weight: bold;
}
.content p {
	margin-left: 15px;
	margin-right: 15px;
}
.row {
	max-width: 980px;
	display: flex;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	align-content: stretch;
	margin-left: auto;
	margin-right: auto;
}
.cell2 {
	background-color: #666;
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 49%;
		-ms-flex: 1 1 49%;
		flex: 1 1 49%;
	border: 1px solid #ccc;
	margin: 2px;
} 
.cell3 {
	background-color: #666;
		-webkit-box-flex: 1;
		-webkit-flex: 1 1 32%;
		-ms-flex: 1 1 32%;
		flex: 1 1 32%;
	border: 1px solid #ccc;
	margin: 2px;
} 
.state-nav-header {
    font-size: 167%;
    color: #fff;
    padding-bottom: 5px;
}
footer {
    background-color: #09679b;
    border-top: 6px solid #c80000;
	margin-left: auto;
	margin-right: auto;
	line-height: 60px;
	text-align: center;
    font-size: 80%;
	color: #ccc;
}
a {
	color: #09679b;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #c80000;
	text-decoration: none;
}
hr {
	width: 50%;
}
.container .content h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 216%;
    line-height: 37px;
    margin-bottom: 35px;
    margin-left: 14px;
    margin-top: 14px;
}
.big-red, .green-bg {
    font-family: 'Oswald', sans-serif;
    font-size: 150%;
    color: #09679b;
    font-weight: bold;
}
.blue-box {
    width: 90%;
    margin: 35px auto;
    padding-bottom: 10px;
    background-color: #09679b;
    border-radius: 3px;
    box-shadow: 2px 2px 9px -2px #000;
    border: 3px solid #676767;
}
.blue-box .big-red {
    width: 100%;
    color: #fff;
    font-size: 169%;
    text-indent: 15px;
    border-bottom: 3px solid #c80000;
    font-weight: normal;
    margin: 0px;
    line-height: 44px;
    text-shadow: 1px 1px #000;
    background-color: #464646;
}
.blue-box p {
	margin: 10px 10px;
    color: #fff;
}
.blue-box ul {
	margin: 0px;
	list-style-image: url(images/green-check.png);
}
.blue-box li {
    font-family: 'Oswald', sans-serif;
    color: #fff;
    line-height: 41px;
    font-size: 130%;
}
.example-box {
    width: 80%;
    font-size: 135%;
    margin: 15px 20px;
    line-height: 44px;
}
.example-box ul {
	margin: 0px;
	list-style-image: url(images/green-check.png);
}
.example-box li {
    font-family: 'Oswald', sans-serif;
    color: #00529f;
    line-height: 41px;
    font-size: 130%;
}
.green-bg {

}
.bg1 {
	background-color: #d7d7d7;
}
.bg2 {
    background-color: #f0f0f0;
    padding-bottom: 1px;
}
.sb-box {
    width: 98%;
    margin: 35px auto;
    padding-bottom: 10px;
    background-color: #d7d7d7;
    border-radius: 3px;
    box-shadow: 1px 1px 9px -2px #000;
    border: 1px solid #ccc;
}
.poker-room-headline {
    font-family: 'Oswald', sans-serif;
    color: #09679b;
    font-size: 180%;
    text-indent: 0px;
    border-bottom: 3px solid #c80000;
    margin: 0px;
    line-height: 44px;
}
.img-responsive {
	width: 100%;
	height: auto;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.container .nav-box .side-banners {
    width: 160px;
    margin: 15px auto;
    height: 600px;
}
.bv {
	background-image: url(images/bovada160-sports.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.bo {
	background-image: url(images/betonline160-main.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.sb {
	background-image: url(images/sportsbetting160-main.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.dimes {
	background-image: url(images/5dimes160-main.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.side-banner-header {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    font-size: 18px;
    line-height: 39px;
    padding: 5px 0px;
    background-color: #09679b;
    border-bottom: 10px solid #c80000;
}
.top-pic {
	background-image: url(images/sports-bettor.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 280px;
	height: 236px;
	float: right;
	margin: 10px 10px;
	border: 3px solid #fff;
	box-shadow: 0px 0px 10px -3px;
}
.btn-box {
    width: 80%;
    max-width: 290px;
    height: 47px;
    margin: 25px auto;
    box-shadow: 2px 2px 9px -2px #000;
    border: 3px solid #676767;
    background-color: #09679b;
    overflow: visible;
    border-radius: 3px;
}
.btn {
	width: 85%;
    height: 40px;
    font-size: 200%;
    line-height: 40px;
    position: relative;
    background: -moz-radial-gradient(center, ellipse cover, #DB0000 0%, #5E0000 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #DB0000), color-stop(100%, #5E0000));
	background: -webkit-radial-gradient(center, ellipse cover, #DB0000 0%, #5E0000 100%);
	background: -o-radial-gradient(center, ellipse cover, #DB0000 0%, #5E0000 100%);
	background: -ms-radial-gradient(center, ellipse cover, #DB0000 0%, #5E0000 100%);
	background: radial-gradient(ellipse at center, #DB0000 0%, #5E0000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DB0000', endColorstr='#5E0000',GradientType=1 );
    background-color: #c80000;
    color: #fff;
    padding: 10px 10px;
    border: 3px solid #c4b220;
    box-shadow: 2px 2px 9px -2px #000;
    margin: 0px auto;
    text-align: center;
    top: -10px;
    border-radius: 3px;
    text-shadow: 2px 2px #000;
}
.btn:hover {
	background: -moz-radial-gradient(center, ellipse cover, #5E0000 0%, #DB0000 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #5E0000), color-stop(100%, #DB0000));
	background: -webkit-radial-gradient(center, ellipse cover, #5E0000 0%, #DB0000 100%);
	background: -o-radial-gradient(center, ellipse cover, #5E0000 0%, #DB0000 100%);
	background: -ms-radial-gradient(center, ellipse cover, #5E0000 0%, #DB0000 100%);
	background: radial-gradient(ellipse at center, #5E0000 0%, #DB0000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5E0000', endColorstr='#DB0000',GradientType=1 );
}
.btn-blerb {
    width: 48%;
    font-size: 150%;
    line-height: 30px;
    position: relative;
    background: -moz-radial-gradient(center, ellipse cover, #DB0000 0%, #5E0000 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #DB0000), color-stop(100%, #5E0000));
    background: -webkit-radial-gradient(center, ellipse cover, #DB0000 0%, #5E0000 100%);
    background: -o-radial-gradient(center, ellipse cover, #DB0000 0%, #5E0000 100%);
    background: -ms-radial-gradient(center, ellipse cover, #DB0000 0%, #5E0000 100%);
    background: radial-gradient(ellipse at center, #DB0000 0%, #5E0000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DB0000', endColorstr='#5E0000',GradientType=1 );
    background-color: #c80000;
    color: #fff;
    padding: 5px 5px;
    border: 3px solid #c4b220;
    box-shadow: 2px 2px 9px -2px #000;
    margin: 0px auto;
    text-align: center;
    top: 0px;
    border-radius: 3px;
    text-shadow: 2px 2px #000;
}
.btn-blerb:hover {
	background: -moz-radial-gradient(center, ellipse cover, #5E0000 0%, #DB0000 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #5E0000), color-stop(100%, #DB0000));
	background: -webkit-radial-gradient(center, ellipse cover, #5E0000 0%, #DB0000 100%);
	background: -o-radial-gradient(center, ellipse cover, #5E0000 0%, #DB0000 100%);
	background: -ms-radial-gradient(center, ellipse cover, #5E0000 0%, #DB0000 100%);
	background: radial-gradient(ellipse at center, #5E0000 0%, #DB0000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5E0000', endColorstr='#DB0000',GradientType=1 );
}
.fb-like {
    width: 100px;
    height: 20px;
    margin-left: 15px;
    margin-top: 9px;
}
.heading th {
	color: #FFF;
    background-color: #09679b;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 14px;
	padding-right: 4px;
	padding-left: 4px;
}
.heading td {
	color: #FFF;
	background-color: #0C101B;
    font-family: 'Oswald', sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 4px;
	padding-left: 4px;
	text-align: center;
}
.selections td {
	color: #151515;
    font-family: 'Oswald', sans-serif;
	padding-right: 4px;
	padding-left: 8px;
	font-size: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight: bold;
}
.selections td a {
	color: #FF0000;
	font-size: 15px;
	padding-right: 4px;
	padding-left: 2px;
}
.black {
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: bold;
}
.options {
    background-color: #d7d7d7;
	border-radius: 3px;
    box-shadow: 2px 2px 9px -2px #000;
    margin: 10px auto;
}
.options tr:hover {
    background-color: #fff;
}
.options thead .heading th {
	color: #FFF;
    background-color: #09679b;
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 14px;
	padding-right: 4px;
	padding-left: 4px;
}
.options tbody .selections td {
	color: #151515;
    font-family: 'Oswald', sans-serif;
	padding-right: 4px;
	padding-left: 8px;
	font-size: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-weight: bold;
}
.options tbody .selections td a {
    color: #f5f5f5;
    font-size: 17px;
    background: -moz-radial-gradient(center, ellipse cover, #DB0000 0%, #5E0000 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #DB0000), color-stop(100%, #5E0000));
    background: -webkit-radial-gradient(center, ellipse cover, #DB0000 0%, #5E0000 100%);
    background: -o-radial-gradient(center, ellipse cover, #DB0000 0%, #5E0000 100%);
    background: -ms-radial-gradient(center, ellipse cover, #DB0000 0%, #5E0000 100%);
    background: radial-gradient(ellipse at center, #DB0000 0%, #5E0000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DB0000', endColorstr='#5E0000',GradientType=1 );
    background-color: red;
    padding: 4px 15px;
    border: 2px solid #c4b220;
    border-radius: 3px;
    line-height: 29px;
    text-shadow: 3px 2px #000;
}
.byline {
    font-size: 11px;
    color: #9b9a9a;
    line-height: 14px;
    padding-left: 20px;
    margin: -43px 0px 51px -5px;
}
.options tbody .heading td {
	color: #FFF;
	background-color: #0C101B;
    font-family: 'Oswald', sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 4px;
	padding-left: 4px;
	text-align: center;
}
.options tbody .selections td .onsite {
	text-decoration: none;
	color: #F00;
	font-size: 20px;
	font-style: italic;
}
.options tbody .selections .black {
    font-size: 22px;
	color: #C00;
}
/*--------------------------NAV-Styles-------------------------*/
@-webkit-keyframes bugfix {
 from {
 padding: 0;
}
 to {
 padding: 0;
}
}
#nav {
    width: 220px;
    position: relative;
    margin: 11px auto -7px auto;
}
.nav-box {
    width: 220px;
    margin-right: auto;
    border-radius: 3px;
    overflow: hidden;
}
.nav-header {
    color: #acacac;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    font-size: 138%;
    line-height: 33px;
    padding: 5px 0px;
    background-color: #09679b;
    border-bottom: 10px solid #c80000;
}
#nav ul {
    display: none;
    width: 100%;
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#nav ul li a {
    display: block;
    padding: 10px 5px;
    color: #4c4c4c;
    text-decoration: none;
    font-size: 90%;
    font-weight: normal;
    line-height: 23px;
    border-top: 1px solid #c80000;
}
#nav ul li a:hover {
	color: #fff;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	background: #c80000;
}
#nav ul li:last-of-type a {
    border-right: 0px;
}
#nav ul li ul li a {
    padding-left: 1.5em;
}
#nav ul li ul li ul li a {
    padding-left: 3.125em;
}
#nav input.trigger {
    position: absolute;
    top: -9999px;
    left: -9999px;
}
#nav input.trigger:checked ~ ul, #nav input.trigger:checked ~ ul li ul {
    display: block !important;
}

@media (min-width: 1088px) {
#nav input.trigger:checked ~ ul, #nav input.trigger:checked ~ ul li ul {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    display: flex;
    flex-direction: column;
}
}
#nav label {
    position: relative;
    display: block;
    min-height: 2em;
    padding: .45em;
    font-size: 1.1em;
    margin: 0;
    cursor: pointer;
    line-height: 2em;
    color: transparent;
    width: 100%;
}
#nav label:after {    
    position: absolute;
    right: 0.2em;
    top: -0.8em;
    content: "\2261";
    font-size: 4em;
    color: #ffffff;
    border: 3px solid;
    padding: 10px 6px;
    background-color: #09679b;
    border-radius: 11px;
}
@media (min-width: 1088px) {
	    #nav ul {
        display: -ms-flexbox;
        flex-direction: -ms-row;
        display: -webkit-box;
        display: -moz-box;
        display: box;
        -moz-box-orient: horizontal;
        box-orient: horizontal;
        display: flex;
        flex-direction: column;
        border-radius: 3px;
    	width: 100%;
    }
    #nav ul li {
        position: relative;
        -ms-flex: 1;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        box-flex: 1;
        flex: 1;
    }
    #nav ul li ul {
        display: none !important;
        position: absolute;
        top: 1.9em;
        left: 0;
        display: block;
        width: 14.6em;
        z-index: 200;
    }
    #nav ul li ul li {
        text-align: left;
    }
    #nav ul li ul li ul {
        z-index: 300;
        top: 0px;
        left: 12.4em;
    }
    #nav ul li ul li ul li a {
        padding-left: 30px !important;
    }
    #nav ul li:hover > ul {
        display: block !important;
    }
    #nav label {
        display: none;
    }
    label::before {
    }
}
/*  media   */
@media (max-width: 1088px) {
	.content {
		max-width: 100%;
		order: 1;
		flex-grow: 1;
	}
    #nav  {
    	width: 100%;
    	margin: -38px auto -7px auto;
    }
	#nav ul li a {
	    font-size: 170%;
	    line-height: 23px;
	    text-align: center;
	}
	.nav-box, .side-banner-header {
    	width: 100%;
		margin: 0px auto;
        border: 1px solid #09679b;
        box-shadow: 0px 3px 10px -3px #000000;
	}
	#nav ul li:lasts-of-type a {
	    border-right: 0px;
    	width: 90%;
	    margin: 0px auto;
	}
	.cya {
		display: none;
	}
	.container .side-banners, .page-banner {
		width: 250px;
    	margin: 15px auto;
		height: 250px;
	}
	.bv, .bvda {
		background-image: url(images/bovada250-sports.gif);
		background-repeat: no-repeat;
		background-position: center center;
	}
	.bo, .bonln {
		background-image: url(images/betonline250-main.gif);
		background-repeat: no-repeat;
		background-position: center center;
	}
	.sb, .sbtng {
		background-image: url(images/sportsbetting250-main.gif);
		background-repeat: no-repeat;
		background-position: center center;
	}
	.dimes, .fdimes {
		background-image: url(images/5dimes250-main.gif);
		background-repeat: no-repeat;
		background-position: center center;
	}
	.nav-header {
		font-size: 18px;
	}
}
@media (min-width: 936px) {
	body {
	background: #d7d7d7;
	background: -moz-linear-gradient(270deg, #7A7A7A 0%, #d7d7d7 15%, #d7d7d7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7A7A7A), color-stop(15%, #d7d7d7), color-stop(100%, #d7d7d7));
	background: -webkit-linear-gradient(270deg, #7A7A7A 0%, #d7d7d7 15%, #d7d7d7 100%);
	background: -o-linear-gradient(270deg, #7A7A7A 0%, #d7d7d7 15%, #d7d7d7 100%);
	background: -ms-linear-gradient(270deg, #7A7A7A 0%, #d7d7d7 15%, #d7d7d7 100%);
	background: linear-gradient(180deg, #7A7A7A 0%, #d7d7d7 15%, #d7d7d7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7A7A7A', endColorstr='#d7d7d7',GradientType=0 );
	}
	.bv {
		background-image: url(images/bovada160-sports.gif);
		background-repeat: no-repeat;
		background-position: center center;
	}
	.bo {
		background-image: url(images/betonline160-main.gif);
		background-repeat: no-repeat;
		background-position: center center;
	}
	.sb {
		background-image: url(images/sportsbetting160-main.gif);
		background-repeat: no-repeat;
		background-position: center center;
	}
	.dimes {
		background-image: url(images/5dimes160-main.gif);
		background-repeat: no-repeat;
		background-position: center center;
	}
	.page-banner {
		width: 728px;
		height: 90px;
    	margin: 40px auto;
    	box-shadow: 2px 2px 9px -2px #000;
	}
	.bvda {
		background-image: url(images/bovada728-sports.gif);
		background-repeat: no-repeat;
		background-position: center center;
	}
	.bonln {
		background-image: url(images/betonline728-main.gif);
		background-repeat: no-repeat;
		background-position: center center;
	}
	.sbtng {
		background-image: url(images/sportsbetting728-main.gif);
		background-repeat: no-repeat;
		background-position: center center;
	}
	.fdimes {
		background-image: url(images/5dimes160-main.gif);
		background-repeat: no-repeat;
		background-position: center center;
	}
	#nav label:after {
	    position: absolute;
	    right: 0.4em;
    	top: -0.6em;
	    content: "\2261";
	    font-size: 5.8em;
	}
}
@media (max-width: 888px) {
	.options tbody .selections td {
    	text-align: center;
	}
	.options tbody .selections td a {
    	font-size: 14px;
    	display: block;
	}
}
@media (max-width: 728px) {
	.content {
		max-width: 100%;
		order: 1;
		flex-grow: 1;
	}
	.row {
		max-width: 100%;
		flex-grow: 1;
	} 
	.container .row .cell2 {
		max-width: 100%;
		-webkit-flex-basis: 100%;
		    -ms-flex-preferred-size: 100%;
		        flex-basis: 100%;
	} 
	.container .row .cell3 {
		max-width: 100%;
		-webkit-flex-basis: 100%;
		    -ms-flex-preferred-size: 100%;
		        flex-basis: 100%;
	} 
	.container .content .sidebox {
		width: 95%;
		margin-right: 15px;
		margin-left: 15px;
		margin-bottom: 15px;
	}
	.container .content .sidebox .sidebox-header {
		width: 100%;
	}

	.header-wrapper {
		background-image: none;
	}
}
@media all and (max-width:480px) {
	#nav label::after {    
        right: 0.1em;
        top: -1em;
        font-size: 3em;
        padding: 5px 5px;
    }
    .header-banner {    
        margin-left: -35px;
        background-size: 80%;
    }
	.container .content h1 {
		text-align: center;
    	line-height: 45px;
    	text-indent: 0px;
	}
	.big-red, .green-bg {
		text-align: center;
    	line-height: 26px;
    	text-indent: 0px;
	}
	.blue-box {
		width: 98%;
	}
	.blue-box .big-red {
		text-align: center;
    	line-height: 42px;
    	text-indent: 0px;
	}
	.blue-box li {
	    font-size: 110%;
	}
	.poker-room-headline {
	    line-height: 29px;
	}
	.fb-like {
		float: none;
		margin:10px auto;
	}
	.top-pic {
		float: none;
		margin:10px auto;
	}
	.options tbody .selections .black {
	    font-size: 15px;
	    color: #C00;
	}
}
