table{
  border-collapse:collapse;
  width:80%;
  height:100px;
  margin-bottom:50px;
  }

th{
  border:solid;
  background-color:#42bcf5;
  }

td {
  background-color:#FFFFFF;
  border:solid;
  text-align:center;
  }
  
th:first-of-type{
  background-color:#FFFFFF;
  }
  
input{
  width:80%;
  border: none;
  border-bottom: solid;
  }