#div1{
    margin:10px;
    font-size:1.25em;
}

table {
    border-collapse:collapse;
    border:1px solid #7f7f7f;
}

td {
    border:1px solid #7f7f7f;
    width:50px;height:50px;
    text-align:c;
}

#div2 {
    margin:10px;
    font-size:1em;
}

table1 {
    border-collapse:collapse;
    border:0px solid #7f7f7f;
}

td1 {
    border:0px solid #7f7f7f;
    margin:10px;
    width:150px;height:50px;
    text-align:center;
}

td2 {
    border:0px solid #7f7f7f;
    margin: 10px;
    width:350px;height:50px;
    text-align:center;
}

custominput {
  border: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #f2f2f2;
  padding: 12px;
  border-radius: 3px;
  width: 150px;
  font-size: 14px;
}

button {
           font-size: 10px;
           border-radius: 4px;
           background-color: white;
           color: black;
           padding: 2px 2px;
           cursor: pointer;
           border: 4px solid white;
           width: 140px;
           margin: 6px;
        }

steerButton {
           font-size: 12px;
           border-radius: 4px;
           background-color: #1e73be;
           color: white;
           padding: 12px 12px;
           cursor: pointer;
           border: 4px solid #1e80be;
           width: 260px;
           margin: 8px;
        }