/* Content */
@font-face {
font-family: 'Avenir LT Std 95 Black';
font-style: normal;
font-weight: normal;
src: local('Avenir LT Std 95 Black'), url('/fonts/AvenirLTStd-Black.woff') format('woff');
}

@font-face {
font-family: 'Avenir LT Std 45 Book';
font-style: normal;
font-weight: normal;
src: local('Avenir LT Std 45 Book'), url('/fonts/AvenirLTStd-Book.woff') format('woff');
}

.content-login {
  padding: 20px 15px;
}

.lb-content {
	padding: 0;
	margin: 0;
	color: 000;
	font-size: 2.5em;
	width: 1920px;
	height: 1040px;
}

.lb-table {
	border-collapse: collapse;
	border: 0;
	padding: 0;
	margin: 0;
	width: 1935px;
}

.lb-table-top-th {
	height: 86px;
	text-align: right;
}

.score-row {
	background: url(../img/score-bg.png);
	width: 1292px;
	height: 86px;
}

.score-place {
	font-family: "Avenir LT Std 95 Black", 'Arial Black', Sans-serif;
	color: #FFF;
	text-align: center;
	width: 96px;
}

.sc-pos-place {
	position: absolute;
	top: -24px;
	left: 35px;
}

.sc-pos-place-last {
	position: absolute;
	top: -26px;
	left: 24px;
}

.score-name {
	vertical-align:middle;
	color: #004a6a;
	font-family: "Avenir LT Std 45 Book", Arial, Sans-serif;
	width: 671px;
}

.sc-pos-name {
	position: absolute;
	top: -22px;
}

.score-country {
	font-family: "Avenir LT Std 95 Black", 'Arial Black', Sans-serif;
	text-align: center;
	color: #004a6a;
	width: 111px;
}

.sc-pos-country {
	position: absolute;
	text-align: right;
	top: -22px;
	right: 20px;
	width: 111px;
}

.score-score {
	font-family: "Avenir LT Std 95 Black", 'Arial Black', Sans-serif;
	color: #FFF;
	width: 269px;
}

.sc-pos-score {
	position: absolute;
	text-align: right;
	top: -24px;
	right: 27px;
	width: 269px;
}

.lb-full {
	width: 1920px;
	background-color: green;
}

.lb-top-large {
	width: 1800px;
	background-color: red;
}

.lb-top-small {
	width: 100px;
	background-color: blue;
	float: left;
}

.lb-right-side {
	width: 628px;
}

.lb-left-side {
	width: 1292px;
}

.lb-place {
	background-color: #666;
}

.lb-name {
	background-color: #999;
}

.lb-country {
	background-color: #CCC;
}

.lb-score {
	background-color: #FFF;
}

.score-col {
	background: url(../img/score-bg.png);
	z-index: 100;
}