/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #FFFFFF;
	margin: 20px 5%;
}

img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

div.centered {
	text-align: center;
}

.main_content_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666666;
	font-weight: bold;
	padding-bottom: 10px;
}

.main_content {
	font-size: 13px;
}

.content_table {
	font-size: 13px;
	border-collapse: collapse;
}

.content_table td {
	padding: 5px 10px 20px 5px;
	border-top: 1px solid gray;
	font-size: 13px;
}

.footer {
	font-size: 13px;
	padding: 40px 0px;
}

.title_neptun {
	font-weight: bold;
	font-size: 18px;
	color: #666666;
}

.title_opentimes {
	font-size: 1em;
	color: #666666;
}

.team-name {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: bold;
}

.buttonscontainer {
	width: 150px;
}

.buttons a {
	color: #333333;
	background-color: #99CCFF;
	padding: 2px;
	padding-left: 8px;
	display: block;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	border-bottom: 2px solid white;
}

.buttons a:hover {
	background-color: #0066CC;
	color: #FFFFFF;
	text-decoration: none;
}

.buttons a.selected {
	background-color: #FFFFFF;
}

.buttons a.selected:hover {
	color: #000000;
}

.flyer {
	display: block; 
	margin-left: auto; 
	margin-right: auto; 
	
	-webkit-box-shadow: 7px 7px 13px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    7px 7px 13px rgba(50, 50, 50, 0.5);
	box-shadow:         7px 7px 13px rgba(50, 50, 50, 0.5);
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px; 
	border-radius: 6px;
}
