
main {
	position: relative;
	top: -10vh;
	width: 85%;
}

h3{
	color: #1744bf;
}

#calc-intro p { 
	position: relative;
	left: 5vw; 
	 /* top: -8vh; */ 
	/* width: 85%; */
}

#calc-instructions{
	position: relative;
	 left: 5vw; 
}

#calc{
	position: relative;
	 left: 5vw; 
	 
}

#calc-table td {
	padding-right: 12vw;
}

#calc-table div{
	display: inline;
}

.calcbutton {
	position: relative;
	width: 150px;
	height: 50px;
	top: 7vh; 
	left: 30vw;
}

#total-table{
	position: relative;
	/* top: 5vh;  */
	 left: 23vw; 
	padding: 1vh;
	
}

#total-table div{
	display: inline;
}

@media screen and (min-width: 601px){
main {
	top: -35vh;
}

h2{
	position: relative;
	left: 3vw;
}


}

@media screen and (min-width: 1201px){
main {
	top: -40vh;
}

.calcbutton{
	left: 27vw;
	top: 5vh;
}

}

@media screen and (min-width: 1401px){



#total-table{
	left: 17vw;
	font-size: 1.5vw;
}

}