body {
    color: black;
    font-family: helvetica;
    text-align: center;
    font-size: 18px
}   

h1[type="HAV"] {
    color: white;
    font-family: helvetica;	
	text-shadow: none;
	text-align: left;
    font-size: 200%;
	border: 5px;
}

h1[type="Noise"] {
    color: white;
    font-family: helvetica;	
	text-shadow: none;
	text-align: left;
    font-size: 200%;
	border: 5px;
}

p.HAVinfo{
	font-size: 10pt;
	//background-color: firebrick;
	color: white;
	padding: 2px 2px;
}

input[type="text"] {
    min-width: 150px;
    height: 30px;
    border-radius: 0px;
    font-family: helvetica;
    font-size: 12pt;
    text-align: center;
    margin: 0px;
    float: inherit;
}
    
	/*number inputs*/
input[type="number"] {
    min-width: 80px;
    height: 30px;
    font-size: 12pt;
    font-family: helvetica;
    border-radius: 0px;
    text-align: center;
    margin: 0px;
    float: inherit;
}

    /*time inputs*/
input[type="time"] {
    min-width: 100px;
    height: 30px;
    font-family: helvetica;
    border-radius: 0px;
    font-size: 14pt;
    text-align: center;
    margin: 0px;
    float: inherit;
}
input:hover{
    background-color: lightyellow;
	color: black;
}

output {
    display: block;
    border: 1px solid #DDDDDD;
    border-radius: 0px;
    min-width: 40px;
    height: 30px;
    margin: 3px;
    padding: 0px;
    font-family: helvetica;
    font-size: 14pt;
    text-align: center;
    vertical-align: middle;
    padding-top: 10px;
    background-color: lightyellow;
    color: #000000;
    float: inherit;
}


img[type="lookupico"]{
	border-color: white;
	float: left;
	width: 25px;
	padding: 0px 3px 0px 0px;
}

img[type="lookupico"]:hover{
	border-color: white;
	float: left;
	width: 28px;
	padding: 0px 0px;
}

.dropbtn {
    background-color: #3498DB;
    color: white;
    padding: 16px;
    font-family: helvetica;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
    background-color: #2980B9;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown a:hover {background-color: #ddd}

.show {display:block;}

.button {
	border-radius: 5px; 
	background-color: #BBAAAA;
	border-color: black;
	color: black;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 20px;
	margin: 4px 2px;
	cursor: pointer;
}

.button:hover[type="HAV"], .button:focus[type="HAV"] {
    background-color: darkred;
	color: white;
	
}

.button:hover[type="Noise"], .button:focus[type="Noise"] {
    background-color: darkblue;
	color: white;
	
}
