@font-face {
    font-family: 'rock_itregular';
    src: url('../content/fonts/rockit-webfont.woff2') format('woff2'),
         url('../content/fonts/rockit-webfont.woff') format('woff'),
         url('../content/fonts/rockit-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html {
	overflow-y: auto;
	overflow-x: hidden;
	max-width: 100vw;
    }

body {
	width: 100vw;
	height: 99vh;
	margin: 0;
	padding: 0;
	background-color: #333333;
	color: rgba(203,202,210,1);
}

a.show {
	color: rgba(203,202,210,1) !important;
}

a.active{
	color: #EC1B1B !important;
	text-shadow: 2px 2px 20px #555555;
}

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

th {
/*	font-family: 'rock_itregular', Arial, sans-serif !Important;*/
	font-size: 20px;
}

td {
	color: rgba(203,202,210,1);
	height: 70px;
	font-weight: bold;
}

a {
	color: #EC1B1B;
}

a:hover {
    color: #EC1B1B;
    text-decoration: underline;
}

h2 {
	color: rgba(203,202,210,1);
	text-align: center;
	margin-bottom: 20px;
	font-weight: bold;
	line-height: 2.5;
}

h3 {
	color: rgba(203,202,210,1);
	text-align: center;
	margin-bottom: 20px;
	font-weight: bold;
	line-height: 2.5;
}

h4 {
	color: rgba(203,202,210,1);
	text-align: center;
	margin-bottom: 20px;
	font-weight: bold;
	line-height: 2.5;
}

h5 {
	color: rgba(203,202,210,1);
	text-align: center;
	margin-bottom: 20px;
	font-weight: bold;
	line-height: 2.5;
}

h6 {
	color: rgba(203,202,210,1);
	text-align: center;
	margin-bottom: 20px;
	font-weight: bold;
	line-height: 2.5;
}