/* ---- 300x250 10FT AllDevices ----*/

* {margin:0; padding:0; border:0; outline:0; vertical-align:baseline; background:transparent; -webkit-touch-callout:none; -webkit-user-select:none; -webkit-text-size-adjust:none; }

body { background-color: #fff; }

#ad {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 300px;
	height: 250px;
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #FFF;

	cursor: pointer;
}

#canvasHolder {
	width: 300px;
	height: 250px;
}

canvas {
	width: 100%;
}

#loading {
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	height: 250px;
	/*z-index: 1001;*/
	opacity: 1;
	background-image: url("sling_loader.gif");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #FFF;
}

#border {
	position: absolute;
	top: 0;
	left: 0;
	width: 298px;
	height: 248px;

	pointer-events: none;
	border: 1px solid #999;

	z-index: 2000;
}

@font-face {
    font-family: 'BrandonBlack';
    src: url('fonts/brandontext-black-webfont.woff') format('woff');
}

@font-face {
    font-family: 'BrandonRegular';
    src: url('fonts/brandontext-regular-webfont.woff') format('woff');
}


/*--- DOM elems ---*/

.hlFlex {
	position: absolute;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.hlTxt {
	text-transform: uppercase;
	font-family: 'BrandonBlack', Arial, sans-serif;
	color: #FFFFFF;
}

#hl_start_flex {
	justify-content: flex-start; /*left justify 300x250 hl_start*/
}
#hl_start_txt {
	text-align: left;
	font-size: 36px;
}

#hl_leaderboard_txt {
	font-size: 18px;
	text-align: center;
}

gold {
	color: #FFA300;
}


.leaderboardItem {
	position: absolute;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;

	color: #FFFFFF;

	/*background-color: rgba(9,89,171,0.5)*/
	background-image: linear-gradient(to right, rgba(9,89,171,0.5), rgba(9,89,171,0));
}

.showTitle {

	font-family: Arial, sans-serif;
	letter-spacing: 1.5px;

	font-size: 14px;

	width: 100%;

	margin-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;

	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

	/*background-color: rgba(21,123,32,0.5)*/
}

.logo {
	margin-top: 2px;
	margin-right: 5px;
	/*transform: scale(0.7);*/
}


/*--------- END EDITABLES ---------*/