html, body{height: 100%}

.content td {
  vertical-align: top;
  padding-right: 10px;
}

.content table {
  color: #333333;
  font-size: 13px;
  font-family: Arial;
}

.tabs {
  margin: 0 auto;
  min-width: 320px;
  max-width: 800px;
}

.tabs .content {
  background: #f3f0ec;
  color: #333333;
  font-size: 13px;
}

.tabs .content > div {
  display: none;
  padding: 20px 25px 5px;
}

.tabs input {
  display: none;
}

.tabs label {
  display: inline-block;
  padding: 15px 25px;
  font-weight: 600;
  text-align: center;
  font-family: Arial;
  color: #333333;
}

.tabs label:hover {
  color: #333333; cursor: pointer;
}

.tabs input:checked + label {
  background: #f3f0ec;
}

.tabs input:not(:checked) + label {
  background: #ffffff;
  color: #333333;
}

.tabs #tab1:checked ~ .content #content1 {
  display: inline-block;
  font-family: Arial;
  width: 90%;
}

.tabs #tab2:checked ~ .content #content2 {
  display: inline-block;
  font-family: Arial;
  width: 100%;
}

@media screen and (max-width: 400px) { label {padding: 15px 10px;} }

.margin-10-bottom {
  margin-bottom: 10px;
}
.row, .form-group {
  position: relative;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-sm-8 {
  width: 33.33333333333333%;
  float: left;
  margin-bottom: 10px;
}

