
* {
	box-sizing: border-box;
}

body {
	font-family: arial;
	background-color: #ffffff;
	height: 100%;
	width: 100%;
	max-width: 350px;
	margin: auto;
	padding: 10px;
}


div#container {
	width: 100%;
	height: 100%;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	background-color: white;
	font-family:arial;
}

#title {
	position: relative;
	height: 9%;
	margin : auto;
	width : 100%;
  	background-color:  linear-gradient(#6E6E6E, #424242);
	font-family: arial;
	font-size: 24px;
	color: white; 
	text-align : center ;
}

#matchday-title {
	position: relative;
	height: 15%;
	margin : auto;
	width : 100%;
	max-width: 960px;
  	background-color:  linear-gradient(#6E6E6E, #424242);
	font-family: arial;
	font-size: 24px;
	color: white; 
	text-align : center ;
}

.vertical-center {
	margin: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.results { 
	margin-top: 0px;
	font-weight: bold;
	text-align: center;
	color: #418a41;
	border-bottom: 2px solid #418a41;
	height: 40px;
	padding-top: 15px;
	display: none;
}

.results-top { 
	margin-top: 0px;
	font-weight: bold;
	text-align: center;
	color: #418a41;
	border-bottom: 2px solid #418a41;
	height: 25px;
	display: none;
	padding-bottom: 10px;
}




p {text-align: center; padding-top: 0px;}

.block-m-form { 
	height: 16px;
	width: 18px;
	margin: auto;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 3px;
	margin-bottom: 1px;	
	padding: 1px;
	padding-top: 2px;	
 	text-align: center; 
	color : white; 
	font-size : 10px; 
}

.red { width: 8px; height: 13px; background-color: #DF0101;margin: 0px; padding-bottom: 2px;}

.score {
	color: black; 
	background-color: white; 
	font-size : 13px ; 
	text-align: center;  
	font-family: arial; 
	margin: 0; 
	margin-left: 0px;
	margin-right: 0px;
}

.team {  font-size: 13px; padding-top: 0px;}

.container1 { background-color: white; height: 6%; }
.container2 { background-color: white; height: 7%;  }

.button1 { 
	width: 20%; 
	display: inline-block; 
	float: left; 
	background-color:white; 
	border: 1px solid #418a41; 
	color:black; 
	text-align:center; 
	text-decoration:none;
	font-family: arial;
	font-size:12px; 
	padding-top: 4px ;
	padding-bottom: 3px ; 
	margin-top: 0px; 
	margin-bottom: 3px;
	cursor: pointer;	
}
.button1:hover { 
	width: 20%; 
	display: inline-block; 
	float: left; 
	background-color: #F3F781; 
	color: black;
}
.month {
	width: 20%; 
	display: inline-block; 
	float: left; 
	background-color: #418a41; 
	border: 1px solid #418a41; 
	color:white; 
	text-align:center; 
	text-decoration:none;
	font-family: arial;
	font-size: 12px; 
	padding-top: 4px ;
	padding-bottom: 3px ; 
	margin-top: 0px; 
	margin-bottom: 3px; 
	cursor: none;
	overflow: hidden;
}

.button2 { 
	width: 16.6666%; 
	display: inline-block; 
	float: left;
	background-color:white; 
	border: 1px solid #418a41; 
	color:black; 
	text-align:center; 
	text-decoration:none;
	font-family: arial;
	font-size: 13px; 
	padding-top: 4px ;
	padding-bottom: 3px ;  
	margin-top: 3px; 
	margin-bottom: 0px; 
	cursor: pointer;
}
.button2:hover { 
	width: 16.6666%;
	display: inline-block; 
	float: left;
	background-color: #F3F781;
	color:black;
}
.week {
	width: 16.6666%; 
	display: inline-block; 
	float: left; 
	background-color: #418a41; 
	border: 1px solid #418a41; 
	color:white; 
	text-align:center; 
	text-decoration:none;
	font-family: arial;
	font-size: 13px; 
	padding-top: 4px ;
	padding-bottom: 3px ; 
	margin-top: 3px; 
	margin-bottom: 0px; 
	cursor: none;
	overflow: hidden;
}

div.border {
	background-color: white; 
	margin: 0px; 
	width: 100%px;
	border-bottom:  1px solid #D8D8D8; 
	padding-top: 5px;
	padding-bottom: 10px;
	height: 55px;
}

div.border_last {height: 55px; background-color: white; border-bottom: 1px solid #D8D8D8; margin-top: 0px; padding-top: 5px; padding-bottom: 5px;}

div.borderP { height: 32px; background-color: #f0f0f0; margin: 0px; width: 100%px; border-bottom: 1px solid #D8D8D8; border-radius: 0px; margin-top: 0px; margin-bottom: 0px; padding-top: 5px; padding-bottom: 5px;}
div.borderP_last {height: 32px; background-color: #f0f0f0;border-bottom: 0px; margin-top: 0px; padding-top: 5px; padding-bottom: 5px;}

.matchday {
	float: left; 
	width: 75%;
}

.showmatch {
	visibility: hidden;
	float: right;
	width: 40%;
}

.showtime {
	display: none;
	font-size: 13px;
	font-family: arial;
	color: black;

}

.kickoff {
	text-align: center;
	display: block;
	font-size: 13px;
	font-family: arial;
	color: black;
	padding-top: 2px;
}
.clearer {
	clear: both;
	height: 60x;
}

#fixtures-content {
	position: relative;
	height: 86%;
	width: 100%;
	margin: 0;
	background-size: cover;
}



/* Hide scrollbar for Chrome, Safari and Opera */
#nav::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE and Edge */
#nav {
  -ms-overflow-style: none;
}

/* Hide scrollbar for Chrome, Safari and Opera */
#fixtures-content::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE and Edge */
#fixtures-content {
  -ms-overflow-style: none;
}

.clearfix {
	clear: both;
}

#fixtures-footer {
	font-size: 12px;
	text-align: center;
	padding: 12px;
	color: #418a41;
	background-color: white;
}

table {
	table-layout: fixed;
	border-collapse: collapse;
	margin: auto;
}

td {	
	vertical-align: center;
}

tr {
	margin-left: auto;
	margin-right: auto;
	vertical-align: center;

}


.view-button {
	color: black;
	text-decoration: none;
}

.close-button {
	float: right;
	color: black;
	text-decoration: none;
	margin-top: 15px;
	margin-right: 25px;
}

#indiv-match-content, .indiv-match-content{
	display: none;
	width: 90%;
	margin: auto;
	margin-top: 5px;
	border: 2px solid green;
	border-radius: 5px;
	height: 100px;
}
	
.indiv-mtch {
	display: none;
}

.current {
display: none;
}
.m_current {
display: block;
}


@media screen and (max-width: 800px) {
#indiv-match-content, .indiv-match-content{
	margin-left: 30px;
	margin-right: 30px;
}
}