#selector,
#selector-left {
  padding: 0px;
}

table {
  font-size: 0.8rem;
  margin-bottom: 0px !important;
}

.table-bordered td,
.table thead th {
  border: none;
}

table thead th {
  background-color: #54852a;
  color: white;
}

.table td,
.table th {
  padding: 0.5rem;
}

#menu {
  border-top: 1px solid #54852a;
  border-bottom: 1px solid #54852a;
}

select,
.form-control,
.btn {
  border-radius: 0px;
}

.form-control:focus {
  border-color: #54852a;
  box-shadow: none;
}

.header-subtitle {
  font-size: 1.2rem;
  color: #54852a;
  font-weight: 500;
}

.btn-success {
  background-color: #54852a;
  border: 1px solid #54852a;
}

.main-logo {
  max-width: 80%;
  max-height: 80%;
  height: auto;
}

.footer-logo {
  max-width: 100%;
  max-height: 100%;
  width: auto;
}

.about {
  background-color: #7cb130;
  border-top: 8px solid #54852a;
  border-bottom: 1px solid white;
  color: white;
}

.sponsors {
  background-color: #54852a;
  color: white;
}

.footer {
  background-color: #326420;
  color: white;
}
