html, body {font-family: sans-serif;}
A {text-decoration: none; color: #005c07;}
#myInputF {width: 19vw; font-size: 2.7vw; text-align: center; border: 0.2vw solid #005c07; margin-bottom: 1vw; background-color: #E0E0E0;}
#myInputF:hover {background-color: #EDF2E7;}
#myInputS {width: 19vw; font-size: 2.7vw; border: 0.2vw solid #005c07; margin-bottom: 1vw; background-color: #EDF2E7;}
#myInputS:hover {background-color: #EDF2E7; cursor: pointer;}
#myInputV {width: 19vw; font-size: 2.7vw; border: 0.2vw solid #005c07; margin-bottom: 1vw;}
#myInputV:hover {background-color: #EDF2E7; cursor: pointer;}
#myInputC {width: 19vw; font-size: 2.7vw; border: 0.2vw solid #005c07; margin-bottom: 1vw;}
#myInputC:hover {background-color: #EDF2E7; cursor: pointer;}
#myInputB {width: 19vw; font-size: 2.7vw; text-align: center; border: 0.2vw solid #005c07; margin-bottom: 1vw; background-color: #E0E0E0;}
#myInputB:hover {background-color: #EDF2E7; cursor: pointer;}
#myTable {width: 100%;}
#myTable th, #myTable td {padding: 0px;}
#myTable tr.header, #myTable tr:hover {background-color: #f1f1f1;}
#myTable2 {border-collapse: collapse; width: 100%; margin-bottom: 2vw;}
#myTable2 th, #myTable2 td {padding: 0px;}
#myTable2 tr.header2, #myTable2 tr.subheader2, #myTable2 tr {font-size: 4.8vw;}
#myTable2 tr.subheader2 {font-size: 2.5vw;}