@font-face {
	font-family: 'Roboto Condensed';
	font-style: normal;
	src: url(/assets/fonts/RobotoCondensed-Regular.ttf) format('truetype');
}

@font-face {
	font-family: 'Celestial Standard';
	font-style: normal;
	src: url(/assets/fonts/CelestialStandard.ttf) format('truetype');
}

.main{
	background-color: #242424;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 15px;
	color: white;
	text-align: center;
	padding: 50px;
}

body.menu{
	background-color: #171717;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 15px;
	color: white;
}

.menu{
	/*float: left;*/
  /*background-color: #171717;*/
  /*position: sticky;*/
  /*top: 0;*/
  /*width: 90px;*/
  text-align: center;
  margin-top: 15px;
}

.menu a{
  text-decoration: none;
  padding: 0.6em;
  /*display: block;*/
}

.menu a:hover{
	color: white;
	background-color: #3C687D;
	border: 2px solid #FFFFFF;
}

.menu a:active{
	color: #53AD86;
}

span[lang='cls']{
	font-family: "Celestial Standard", cursive;
	font-weight: normal;
  font-style: normal;
  font-size: 19px;
	color: white;
}

.tablecontainer {
  overflow-x: auto;
}

table, th, td {
	padding: 5px;
	text-align: center;
	vertical-align: middle;
}

table.main {
	border: 2px solid;
	border-collapse: collapse;
}

th {
	background-color: #3C687D;
	font-weight: bold;
}

a:visited {
	color: #AB32A5;
}

a:link {
	color: #53AD86;
}