
body {
	margin: 0px;
  	overflow-x: hidden;
}

thead {
    position: fixed;
    left: 25%;
   
}


table {
	border-collapse: collapse;
	
}

tr, td {
	padding: 0px;
	text-align: center;
	border-top-width: 0px; 
	border-right-width: 0px;
	border-bottom-width: 0px; 
	border-left-width: 0px; 
	margin-left:auto; 
    margin-right:auto;
}

@font-face {
  font-family: 'myFont';
  src: url('WorkSans-Thin.otf');
}

img {
    max-width:100%;
    max-height:100%;
}

hr { 
    border: 0;
    height: 2px;
    background-image:   -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:   -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:   -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:   -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
}

header {
    background-color: rgb(182, 255, 0);
    text-align: center;
    vertical-align: bottom;
    position: fixed;
    top: 0;
    left: 0; 
    right: 0;
    min-height: 10%;
}

div.name {
	text-align: left;
	font-size: 48px;
	font-size: 2.4vw;
}

div.description {
	font-size: 6.4vw;
    font-family: myFont;
    color: white;
}

div.tankdescription {
	font-size: 4.0vw;
    font-family: myFont;
    color: white;
	text-align: left;
}

div.text {
	font-size: 3.0vw;
    font-family: myFont;
    color: white;
	text-align: left;
}

div.header-fixed {
	position: fixed;
    width: 100%;
}

div.cuberunner {
	background-color: rgba(255, 255, 255, 0.0);
	font-size: 24px; 
	font-size: 1.4vw;
	font-family: myFont;
	color: #FFFFFF;
}

div.mathdraw {
	background-color: rgba(255, 255, 255, 0.0);
	font-size: 24px; 
	font-size: 1.4vw;
	font-family: myFont;
	color: #FFFFFF;
}
div.hideandsheep {
	background-color: rgba(255, 255, 255, 0.0);
	font-size: 24px; 
	font-size: 1.4vw;
	font-family: myFont;
	color: #FFFFFF;
}