.flag{
	border-radius: 50%;
	max-height: 170px;
	max-width: 170px;
}

.grid{
    width: 70%;
    padding: 20px;
}

.col{
	width: 50%;
	float: left;
}

.team_name{
	font-size: 17px;
	/* padding: 10px 17px; */
}

.team_box {    
    border: 1px solid #d9d9d9;
    background: #f2f2f2;    
    border-radius: 3px;
    height: 215px;
}

.team_box img{
	float: right;
	margin: -25px 19px;
}

input[type='number'] {
	-moz-appearance: textfield;
	border: 1px solid #c6c6c6;
	border-radius: 3px;
	text-align: center;
}

#type{
	color: #23a756;
	font-size: 60px;
	font-weight: bold;
}

#type input{
	width: 100px;
	font-size: 60px;
}

.navbar-header{
	height: 130px;
}

.navbar-collapse{
	background-image: url('../gfx/top.png');
	background-repeat: no-repeat;
}

.navbar-collapse-sub{
	background-image: url('../gfx/top-sub.png');
	background-repeat: no-repeat;
	height: 100px;
	margin: -100px;
}

#logo{
	margin-top: 44px;
}

.navbar-right{
	margin-top: 80px;
}

#logo-sub{
	margin-top: 30px;
}

.navbar-right-sub{
	margin-top: 50px;
	margin-right: 90px;
	float: right;
}

.navbar-header-sub{
	height: 70px;
}

.box{
	float: left;
	width: 48%;
	height: 175px;
	margin: 10px;
	border: 1px solid #e4e4e4;
	border-radius: 5px;
	background-color: white;
	padding: 10px;
}

.team{
	padding: 10px;
}

.team img{
	max-height: 45px;
	border: 1px solid #e4e4e4;
	border-radius: 5px;
}

.box_left{
	float: left;
	width: 65%;
}

.score{
	float: right;
	padding: 15px;
}

.box_right{
	float: right;
	width: 35%;
	padding: 15px;
	text-align: center;
}

.box_head{
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.navbar-default .navbar-nav > li > a{
	color: black;
}

.flag_style{
	width: 15%; 
	padding-right: 10px;
}

#competitions{
	margin-top: -22px;
	background: #7fa440;
	padding: 5px;
}

#competitions ul{
	list-style: none;
	margin-left: 11%;
	margin-top: 5px;
	margin-bottom: 7px;
}

#competitions ul li a{
	color: white;
}

#competitions ul li a:hover{
	color: #b8d97f;
	text-decoration: none;
}

#competitions ul li{
	padding-top: 3px;
	width: 264px;
	display: inline-block;
}

.active{
	font-weight: bold;
}

.registerP{
	margin-top: -25px;
	padding: 0px 45px;
	text-align: justify;
	font-size: 12px;
}

.registerCheckbox{
	margin-left: 15px !important;
}

#cookie-warn {
 	background: #314d00 none repeat scroll 0 0;
 	opacity: 0.8;
 	padding: 5px 0;
 	position: fixed;
 	text-align: center;
 	width: 100%;
 	bottom: 0;
 	color: white;
 	z-index: 1000;
}

#cookie-warn a{
 	font-weight: bold;
 	color: white;
 	text-decoration: underline;
}

#close-cookie-warn > img {
 	float: right;
	margin: 4px 10px 0 0;
}

.cc-window.cc-banner {
    padding: 0.2em 1.8em !important;
}    

.cc-banner .cc-message {
    text-align: center;
}    

#tab-paginator{
	list-style: none;
}

#tab-paginator  li{
	float: left;
	padding: 10px;
}

.countdown{
	text-align: center;
	font-size: 36px;
}
.countdown p{
	font-size: 24px;
}