.section {
  padding: 2rem 1.5rem;
}
table .is-centered {
  text-align: center;
}
.table-wrap {
  overflow-x: auto;
  margin-bottom: 1rem;
}
.table-wrap table {
  margin-bottom: 0;
}
.table-wrap table thead a.orderable {
  color: black;
}
.table-wrap table thead a.orderable i, .table-wrap table thead a.orderable svg {
  color: #bbb;
}
.table-wrap tr {
  cursor: pointer;
}
.section.header {
  padding-top: 1rem;
  padding-bottom: 0;
}
.section.header header h1 {
  margin-bottom: 1rem;
}
.section.header header svg {
  margin-right: 0.5rem;
}
.paging {
  margin-left: auto;
  margin-right: auto;
  max-width: 20rem;
}
.paging a {
  background-color: #fefefe;
  height: 2rem;
  line-height: 2rem;
  width: 2rem;
  text-align: center;
}
.paging a:hover {
  font-weight: bold;
}
.paging a.active {
  font-weight: bold;
  background-color: #777;
  color: white;
  border-radius: 0.3rem;
}
.navbar-dropdown .menu-label {
  padding: 0.375rem 1rem;
  margin: 0;
}
.navbar-dropdown .navbar-item.indented {
  padding-left: 1.5rem;
}
@media (max-width: 1023px) {
  .section.header header h1 {
    margin-bottom: 0;
    position: absolute;
    max-width: 80%;
    z-index: 10;
  }
}
#table_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1.2rem;
}
#table_list .box {
  margin: 0.1rem;
  padding: 1rem;
}
#table_list .box h3 {
  margin-bottom: 0.5rem;
}
#table_list .box .table tr {
  border-radius: 0.5rem;
}
#table_list .box .table tr.selected td, #table_list .box .table tr.selected th {
  background-color: #87cefa;
  color: black;
}
#table_list .box .table tr.problem td, #table_list .box .table tr.problem th {
  background-color: #ff5050;
  color: white;
}
#table_list .box .table tr.problem.selected td, #table_list .box .table tr.problem.selected th {
  background-color: #ff9999;
  color: black;
}
#table_list .box .table tr.info td, #table_list .box .table tr.info th {
  background-color: #ffd700;
}
#table_list .box .table tr.info.selected td, #table_list .box .table tr.info.selected th {
  background-color: #daa520;
  color: black;
}
@media (max-width: 768px) {
  #table_list {
    display: block;
  }
  #table_list .box {
    margin-bottom: 1.2rem;
  }
}
#open-tables a.button {
  margin-bottom: 1rem;
  min-width: 2.5rem;
}
body[class^="results-"] small {
  display: block;
}
.result-table input.narrow {
  width: 2.4rem;
}
.result-table input.normal {
  width: 5rem;
}
.result-table .input.is-small {
  font-size: 0.9rem;
}
.result-table .table {
  margin-bottom: 0;
}
.result-table .table th, .result-table .table td {
  text-align: center;
}
.result-table .table td:first-of-type {
  text-align: right;
  font-weight: bold;
}
.result-table .total {
  font-weight: bold;
  font-size: 14px;
  height: 28px;
  line-height: 28px;
}
@media only screen and (max-width: 768px) {
  .result-table .table thead {
    display: none;
  }
  .result-table .table tr {
    display: block;
    border-top: 1px solid #ccc;
    padding: 0.5rem 0;
  }
  .result-table .table td {
    display: block;
    clear: both;
    border: none;
    padding: 0.2rem 0.75rem;
  }
  .result-table .table td[data-th]:before {
    content: attr(data-th);
    float: left;
    width: 6rem;
    font-weight: bold;
  }
}
#participant_results .modal-card-head {
  overflow-x: auto;
}
#participant_results .table td, #participant_results .table th {
  text-align: center;
}
.select2-container {
  width: 100% !important;
}
.select2-container .select2-selection--single {
  height: auto !important;
  padding: 3px 0 !important;
  border: 1px solid #dbdbdb !important;
}
.select2-container .select2-selection--single .select2-selection__arrow {
  top: 5px !important;
}
.select2-container .select2-selection--single .select2-selection__placeholder {
  color: #dbdbdb !important;
}
.select2-container .select2-dropdown {
  border: 1px solid #dbdbdb !important;
  border-top: 0 !important;
}
.select2-container .select2-dropdown .select2-search {
  margin: 5px;
}
.select2-container .select2-dropdown .select2-search .select2-search__field {
  padding: 10px !important;
  border-radius: 3px !important;
  font-size: 1rem;
  height: 2.25em;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  max-width: 100%;
  width: 100%;
  border-radius: 3px !important;
}
.select2-container .select2-dropdown .select2-results__options {
  max-height: 200px !important;
}
.select2-container .select2-dropdown .select2-results__options .select2-results__option {
  padding: 0.37em 0.75em !important;
  font-size: 1rem;
}
