

#page{
	border: 3px solid #FFF;
	/* width: 80%; */
	margin:0 auto;
	padding: 20px;	
}

div#imgToFull {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	right: 0;
	overflow: scroll;
	display:none;
}

#table{
	background-color: #000000;
	color: #FFFFFF;
	height: 80px;
	margin-top: 15px;
	padding: 20px;
	margin-bottom: 15px;
	width: 100%;
}

.contacts>span {
	color: black;
	font-size: 1.5em;
	font-weight: bold;
	margin: 3%;
	display: inline-block;
	vertical-align: middle;
}
.contacts>img {
	width: 100px;
	margin-left: 20%;
	display: inline-block;
	vertical-align: middle;
}

.textContact {
	padding: 20px;
	color: black;
	font-size: 1.5em;
	font-weight: bold;
}

td{
	width:250px;
	text-align: center;
}

.a_link{
	color: #FFF;
	text-decoration:none;
	font-weight: bold;
	font-family: Arial, Verdana, Sans-serif;
	font-size: 16px;
	cursor: pointer;
	padding: 5px;
}

a:hover{
	text-decoration:none !important;
}

p{
	/* text-align: justify; */
	/* width: 760px; */
	/* display: block; */
	/* margin: auto; */
}

h1{
	font-weight:bold;
	font-size: 20px;
	font-family: Arial Black, Sans-serif, serif;
	color: #1c2833 !important;
	text-align: justify;
	width: 760px;
	display: block;
	margin: auto;
	margin-bottom:15px;	
}

h6{
	font-size: 0px;
	color: #FFF;
}

#img1{
	margin-top: -25px !important;
	width: 100%;
	display: block;
	margin: auto;
	
}

#img2{
	display: block;
	margin: auto;	
	margin-bottom: -53px;
}

#img3{
	display: block;
	margin: auto;	
	/* margin-bottom: -53px; */
	width: 100%;
}


h2 {
	/* font-size: 25px !important; */
	/* font-weight: bolder !important; */
}

h3 {
	font-size: 20px !important;
}


ul {
	padding-left: 20px !important;
}

.result {
	padding: 0 20px;
}

.overviewForm {
	width: 100%;
	height: 40px;
	margin: 10px;
	padding-left: 12px;
}

#formOverview {
	/* display: block !important; */
	/* width: 40%; */
	margin: 0 auto !important;
}

#selectCountry, #submitMail {
	/* width: 104%; */
	width: 100%;
}

#submitMail:hover{
	cursor: pointer;
}

.sucessForm {
	width: 50%;
	margin: 0 auto;
	text-align: center;
	padding: 10px;
	font-size: 20px;
	background-color: #c3e6cb;
	color: #155724;
}


/* .tournament_suboptions {
  width: 98%;
  margin-left: 11px;
  height: 60px;72px;
  list-style: none;
  background-color: white;
  padding-left: 0 !important;
  display: flex;
} */
ul.tournament_suboptions li {
    display: inline-block;
    /* font-size: 1.25em !important; */
    font-size: 13px !important;
    /* letter-spacing: 0.1em; */
    color: black;
    text-transform: uppercase;
    /* margin: 0px 23px; */
    margin: 0px 13px;
    margin-top: 21px;
    cursor: pointer;
    font-weight: bold;
    font-family: Arial, Verdana, Sans-serif;
    font-size: 17px;
    margin-bottom: 19px;
}
ul.tournament_suboptions li.active {
  font-weight: bold;
}
@media only screen and (max-width: 800px){
	#overviews, #teams, #brackets, #schedule, #contact, #rules, #register {
	    width: 100%;
	}
}