select {
  -webkit-appearance: none; 
  -moz-appearance: none;
  appearance: none;       /* remove default arrow */
  height: 34px;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
  background: white;
}

select::-ms-expand { 
  display: none; /* hide the default arrow in ie10 and ie11 */
}

.checkbox {
  margin-top: 20;
  margin-bottom: 20;
}

.form-inline h3 {
  color: #black;
  /*background: #93c3d9;*/
  /*background: #9A9A61;*/
  background: #cccccc;
  border-radius: 4px;
  margin: 13px;
  padding: 5px;
}
