@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	/*background-image: url(../images/BTL-Background-Repeat.png);
	@media only screen and (-webkit-min-device-pixel-ratio: 2),
    only screen and (-moz-min-device-pixel-ratio: 2),
    only screen and (-o-min-device-pixel-ratio: 2/1),
    only screen and (min-device-pixel-ratio: 2),
    only screen and (min-resolution: 192dpi),
    only screen and (min-resolution: 2dppx){
        & {
            background-image: url(../images/BTL-Background-Repeat-2x.png);
            -webkit-background-size: $width $height;
            -moz-background-size: $width $height;
            -o-background-size: $width $height;
            background-size: $width $height;
        }
		
	}*/
	background-position:center top;
	background-color:#ba9d57;
	background-repeat:repeat;
	font-family:'Source Sans Pro', sans-serif;
	font-weight:400;
    font-size:0.875em;
}

body.green {
	background:#00ff00;
}

img {
	border:0px;
}
h1 {
	margin:0;
	padding:0;	
}

.pdf {
	float:right;
	padding:15px 20px 0 0;	
}

.left-buttons {
	visibility:hidden;
}

.linkContainer {
	position:relative;	
}

.linkContainer a {
	display:block;
	position:absolute;
}

#oldBrowser {
	display:none;
}

.noSupport {
	text-align:center;
	padding-top:200px;
}