



/* #main{ */
  /* width: 750px; */
  /* margin: 0 auto; */
  /* background: white; */
  /* font-size: 19px; */
/* } */

#customers {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#customers td, #customers th {
  border: 1px solid #ddd;
  padding: 8px;
}

#customers tr:nth-child(even){background-color: #f2f2f2;}

#customers tr:hover {background-color: #ddd;}

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #045daa;
  color: white;
  padding: 20px;
}


h1{
  line-height: 51px;
  font-size: 38px;
  text-align: center;
  margin: 0px;
  padding-top: 17px;
}


#header{
  background: #14598d;
  color: #fff;
  height: 130px;
}

#content{
  min-height: 300px;
  padding: 50px;
}

label{
  color: crimson;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
}

#content select{
  width: 50%;
  height: 35px;
  font-size: 20px;
  padding: 3px 10px;
  margin-right: 17px;
  border-radius: 4px;
  border: 1px solid #5D3F6A;
  outline: 0;
}




