@font-face {
	font-family: 'Sooky70S';
	src: url('/includes/fonts/Sooky70S-RpOGM.ttf');
	src: local('Sooky70S'), url('/includes/fonts/Sooky70S-RpOGM.ttf') format('truetype');
}

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}
h5 {
	font-size:18px;
	font-weight:bold;
}
#wrapper { 
	margin: 0 auto;
	width: 922px;
}
#wrapperAdmin {
	display: flex;
	flex-direction: column;
	height: 100%;
	/*overflow:hidden;*/
	margin:0;
}
#adminHeader {
	background: #eeeeee;
	padding-left:20px;
}
#trackList {
    flex: 1 1 auto;
    overflow-y: auto;
    min-height: 0px;
	padding-left:40px;
	overflow-x:hidden;
}
#wrapperAdmin p {
	display: block;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0;
	margin-right: 0;
}
#wrappernAdmin h3 {
	display: block;
	font-size: 1.17em;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
}

#header {
	width: 100%;
	margin:auto 0;
	text-align:center;
	height: 122px;
}
.mainHead {
	font-family: 'Sooky70S';
	font-size:70px;
	color:#AF5D00;
	text-align:right;
}
.headTag {
	font-family:Verdana, Geneva, sans-serif;
	font-size:25px;
	letter-spacing:-1px;
	color:#AF5D00;
	text-align:right;
}
.copyright {
	color:white;
}
#leftcolumn { 
 display: inline;
 color: #333;
 margin:10px;
 padding:0;
 width: 195px;
 float: left;
 line-height:140%;
}
#rightcolumn { 
 float: right;
 color: #333;
 margin:10px;
 padding:0;
 width: 683px;
 height:357px;
 display: inline;
 position: relative;
 background-image:url(/images/frontCover.jpg);
 background-size:cover;
}
#rightcolumnAdmin { 
 margin:20px;
 padding:0;
 position: relative;
}
#rightcolumnAdmin p {
	display: block;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0;
	margin-right: 0;
	
}
#rightcolumnAdmin h3 {
	display: block;
	font-size: 1.17em;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
}
#footer { 
 width: 100%;
 clear: both;
 color: #333;
 background: #ABBEBE;
 margin: 0px 0px 10px 0px;
 padding: 10px;
}
.clear {
	clear: both; background: none;
}
.adminButtons {
  display: block;
  margin:0 auto;
  padding: 9px 10px;
  font-size: 15px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color:#000;
  border:0 none;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  box-shadow: 0 5px #999;
  -webkit-appearance: none;
}
a.button1{
	display:inline-block;
	padding:0.35em 1.2em;
	border:0.1em solid #FFFFFF;
	margin:0 0.3em 0.3em 0;
	border-radius:2em;
	box-sizing: border-box;
	text-decoration:none;
	font-family:'Gotham';
	font-weight:300;
	color:#FFFFFF;
	background-color:#4eb5f1;
	text-align:center;
	transition: all 0.2s;
}
a.button1:hover{
	background-color:#4095c6;
}
@media all and (max-width:30em){
a.button1{
	display:block;
	margin:0.4em auto;
}
}


.ctrlbtn {
	display:inline-block;
	padding:0.35em 1.2em;
	border:0.1em solid #FFFFFF;
	margin:0 0.3em 0.3em 0;
	border-radius:2em;
	box-sizing: border-box;
	text-decoration:none;
	font-family:'Gotham';
	font-weight:300;
	color:#FFFFFF;
	background-color:#4eb5f1;
	text-align:center;
	transition: all 0.2s;
}
.ctrlbtn:hover{
	background-color:#4095c6;
}
@media all and (max-width:30em){
.ctrlbtn {
	display:block;
	margin:0.4em auto;
}
}

.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #04AA6D;
  color: white;
}

.topnav .icon {
  display: none;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 350px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 350px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: right;
  }
}

.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
</style>