

td {
  padding-right: 10px;
}


.FieldWrapper {
  width: 100%;
}
.FieldWrapper input {
  width: 100%;
}

.FieldWrapper textarea {
  width: 100%;
}

.FieldWrapper select {
  width: 100%;
}

.boxwrapper {
  width: 100%;
  margin-bottom: 20px;
}

.box {
  text-align: center;
  float:left;
  width: 50%;
  height: 300px;
}


.button {
  margin-left: 10px;
}

.button a {
  background-color: black;
  color: white;
  outline: none;
  text-decoration: none;
  text-align: center;
  padding: 14px 16px;
  border-radius: 10px;
}

.button a:hover {
  background-color: #ddd;
  color: black;
}


.details_page table {
  width: 100%;
}

.details_page td {
  border: 1px solid #dddddd;
  padding: 8px;
}

.search_results {
  margin-left: 20%;
  margin-right: 20%;
}

.search_results form {
  width: 70%;
}

.search_results a {
  padding-bottom: 50px;
}

.form {
  width: 50%;
  padding: 20px;
  border-radius: 10px;
}

.form input[type=submit] {
  /* remove default behavior */
appearance:none;
-webkit-appearance:none;

/* usual styles */
padding:10px;
border:none;
background-color: black;
color:#fff;
font-weight:600;
border-radius:5px;
width:25%;
margin-top: 50px;
}

.form button {
appearance:none;
-webkit-appearance:none;

padding:10px;
border:none;
background-color: black;
color:#fff;
font-weight:600;
border-radius:5px;
width:25%;
margin-top: 50px;
}

.right {
  float: right;
}

.white {
  color: white;
}
