body {
  overflow-x: hidden;
}

#result {
  width: 85%;
  margin: 0 auto;
}

.options {
  text-align: center;
}

.options .option-box {
  display: block;
}

.options input {
  color: #606060;
  width: 40%;
  display: inline-block;
  padding: 0 10px;
  margin: 0 10px;
  border: 2px solid black;
  border-radius: 0;
  box-shadow: none;
  transition: .5s all;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.options input:focus,
.options input:visited {
  outline: none;
  box-shadow: none;
  border-color: inherit;
}

#flip-tools,
#flip-instructions {
  cursor: pointer;
  background-color: #F9F9F9;
  background-size: 200% auto;
  transition: 1s;
  background-image: linear-gradient(to right, #F9F9F9 0%, #F8F8F8 55%, #BFADAD 100%);
}

#flip-tools:hover,
#flip-instructions:hover {
  background-position: right center;
}

#result-content .bootstrap-table {
  width: 90%;
  margin: 0 auto;
  max-height: 500px;
  overflow: auto;
}

#result-content .bootstrap-table .fixed-table-container {
  border: 0;
  border-radius: 0;
}

#result-content .bootstrap-table #result_table {
  border: 5px solid #EAE5E5;
}

#result-content .bootstrap-table #result_table thead {
  background-color: #EAE5E5;
  border: 1px solid #EAE5E5;
}

#result-content .bootstrap-table #result_table tbody tr {
  border: 1px solid #EAE5E5;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  border: 3px solid #EAE5E5;
  border-right: 0;
}

.container-fluid {
  width: 100%;
  margin: 0;
  padding: 0;
}

.container-fluid-nav-adjust {
  margin-top: 50px;
  transition: .4s all;
}

.container-fluid .panel .container-fluid .download-box {
  margin: 25px auto 10px;
}

.hamburger-expanded {
  margin-top: 200px;
}

.service-elements-3 {
  width: 80%;
  margin: 0 auto;
}

.decoration ~ p {
  font-size: 20px;
  text-align: center;
  font-family: 'Saira Semi Condensed', sans-serif;
}

.container-fluid .panel {
  border: none;
}

.container-fluid .panel .panel-body {
  padding: 0;
}

.modal .modal-content .modal-body .description {
  font-size: 14px;
}

@media (min-width: 768px) {
  .container-fluid-nav-adjust {
    margin-top: 70px;
  }
}