.tvsportguide {
    text-align: center;
    margin: 40px 0;
}

.top_bookies_wrapper {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.country_nav {
    width: 900px;
    margin: 0 auto;
    overflow: auto;
}

#bookie_table_morebookies {
    float: right;
}

.country_nav p {
    display: inline;
    text-transform: uppercase;
    font-size: 0.8em;
}

.country_nav ul {
    list-style: none;
    float: right;
    padding-bottom: 10px;
}

.country_nav ul li {
    float: left;
    margin-left: 8px;
}

.country_nav ul li a {
    font-size: 0.8em;
}

.bookie {
	width: 290px;
	float: left;
	margin-right: 15px;
    margin-bottom: 30px;
}

.bookie:last-child {
	margin-right: 0;
}

.bookie img {
	width: 100%;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

.bookie li {
    list-style: none;
    background-color: rgba(0,0,0,0.5);
    margin-top: 2px;
    padding: 10px;
    text-align: center;
}

.bookie a {
    display: block;
    width: 100%;
    background-color: rgb(218, 174, 22);
    margin-top: 2px;
    padding: 15px 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}

.bookie a:hover {
	background-color: rgb(37, 103, 195);
	text-decoration: none;
}

.top_bookies_h2 {
	font-size: 1.1em;
	font-weight: 300;
	text-transform: uppercase;
	padding: 30px;
}

.bookie_link {
    display: block;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
    margin-top: 20px;
}

.email_form .form {
    width: 900px;
    margin: 0 auto;
    padding: 40px;
    background-color: rgba(0,0,0,0.5);
    overflow: auto;
    border: 4px solid rgb(218, 174, 22);
}

.email_form .form li {

    list-style: none;
    padding: 10px 0;
    border-bottom: 2px dashed;
    text-transform: uppercase;
    font-size: 0.9em;
}

.email_form .form li span.gold{
	color: rgb(218, 174, 22);
	font-weight: bold;
}
.email_form .form li span.blue{
	color: #2567C3;
	font-weight: bold;
}


.email_form .form input {
    line-height: normal;
    color: #000;
    width: 100%;
    padding: 11px;
    margin-bottom: 11px;
}

.email_form .form input[type=submit] {
	color: #fff;
    background-color: #2567C3;
    border-color: #2567C3;
    font-size: 1.1em;
    font-weight: bold;
    text-transform: uppercase;
}

.email_form .form input[type=submit]:hover {
    background-color: rgb(218, 174, 22);
    border-color: rgb(218, 174, 22);
}

.email_form .form h2 {
    text-align: center;
    margin: 0 0 20px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.1em;
}

.email_form .form .half {
	width: 350px;
	float: left;
}

.email_form .form .half:last-child {
	margin-left: 110px;
}

#lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(0,0,0, 0.8);
    z-index: 999;
}

#lightbox img {
    margin-top: 2%;
}

.fb-page,
.fb-post {
    background-color: #fff;
    margin-top: 10%;
}

.bookie_ad_728x90 {
    width: 728px;
    height: 90px;
    background-color: rgba(0,0,0,0.5);
}

.bookie_ad_728x90 img {
    width: 193px;
    height: 90px;
    float: left;
}

.bookie_ad_728x90 p {
    float: left;
    width: 445px;
    text-align: center;
    color: #daae16;
    font-size: 25px;
    padding-top: 32.5px;
    font-weight: bold;
}

.bookie_ad_728x90 a {
    float: left;
    display: block;
    background-color: #2567c3;
    color: white;
    height: 90px;
    width: 90px;
    font-size: 17px;
    text-align: center;
    padding-top: 36.5px;
    text-transform: uppercase;
    font-weight: bolder;
}

.bookie_ad_728x90 a:hover {
    background-color: rgb(218, 174, 22);
    text-decoration: none;
}

.container {
    margin-top: 20px;
}

.container:first-child {
    margin-top: 0;
}

.sg_more {
    
}

.casino_link {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 20px;
}

.links .boxes {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
}

.links .boxes .boxes-row {
    width: 100%;
    overflow: auto;
}

.links .boxes .boxes-row .box {
    width: 32%;
    float: left;
    margin-right: 2%;
    margin-top: 20px;
    background: rgba(0,0,0,0.2);
    padding: 20px;
}

.links .boxes .boxes-row .box:nth-child(3n) {
    margin-right: 0;
}

.betway {
    padding: 3px;
}

@media (max-width: 900px) {

    .hideme {
        display: none;
    }

    .links .boxes .boxes-row .box {
        width: 90%;
        margin-bottom: 0;
        margin-left: 5%;
        margin-right: 5%;
        margin-top: 20px;
    }

    .top_bookies_wrapper {
        width: 100%;
    }

    .bookie {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

    .bookie:last-child {
        margin-right: auto;
    }

    .email_form .form {
        width: 100%;
    }

    .email_form .form .half:last-child {
        margin-left: 0;
        margin-top: 20px;
    }

    .email_form .form .half {
        width: 100%;
        float: none;
        margin-right: auto;
        margin-left: auto;
    }
}