/* custom css */


/* --------- TOP BAR ---------*/

.top_bar {
	background    : #092D45;
	color         : white;
	text-align    : center;
	padding       : 10px;
	font-size     : 12px;
	border-bottom : solid 1px #A5121F;
}

.top_bar strong {
	letter-spacing : 1px;
	background     : #AC141F;
	padding        : 3px 7px;
	margin         : 0 2px;
	color          : white;
	border-radius  : 3px;
}

/* --------- TOP BAR ---------*/

/* --------- HEADER FIX ---------*/

.conteiner.show-fix, .conteiner.show-game {
	position : relative !important;
}
