
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');
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #555555;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}


.active, .dot:hover {
    background-color: #00ddff;
}

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%;
}

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

.description {
    font-size: 6.4vw;
    font-family: myFont;
    color: white;
    background-repeat: no-repeat;
    text-align: center;
}

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

.text {
	font-size: 2.0vw;
    font-family: myFont;
    color: white;
	text-align: center;
}

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