.button {
    background-color: whitesmoke;
    border-color: whitesmoke;
    width: 125px;
    height: 60px;
    vertical-align: middle;
}
img {
    max-width: 100px;
    max-height: 50px;
    vertical-align: middle;
}
#conference {
    .button {
        width: 125px;
        height: 40px;
        margin-bottom: 10px;
    }
    img {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    padding-bottom: 10px;
    padding-top: 5px;
}
.section {
    text-align: center;
    border: 3px;
    border-color: black;
    border-style: solid;
    vertical-align: middle;
}
#faq {
    padding-left: 5px;
    padding-right: 5px;

    div {
        text-align: left;
        padding-left: 5px;
        font-size: 18px;
    }
}
#select_team {
    border-top: 0px;
    border-bottom: 0px;
}
#submission {
    border-bottom: 0px;
    padding-bottom: 10px;
}
tr {
    text-align: left;
}
table {
    margin-left: auto;
    margin-right: auto;
}

/* For screens <= 1000 pixels wide, certain tables' elements will have a smaller font and less padding, so the entire table will fit and horizontal scrolling won't be needed. */
@media screen and (max-width: 1000px) {
  #chl_skaters_table, #chl_goalies_at_least_ten_gp_table, #chl_goalies_less_than_ten_gp_table, #ushl_skaters_table, #ushl_goalies_at_least_ten_gp_table, #ushl_goalies_less_than_ten_gp_table, #commits_table, #current_season_portal_table {
    tr, td, th {
        font-size: 10px;
        padding-left: 2px;
        padding-right: 2px;
    }
    th .dt-input {
        width: 100px;
        box-sizing: border-box;
    }
  }
}
@media screen and (min-width: 1001px) {
  #chl_skaters_table, #chl_goalies_at_least_ten_gp_table, #chl_goalies_less_than_ten_gp_table, #ushl_skaters_table, #ushl_goalies_at_least_ten_gp_table, #ushl_goalies_less_than_ten_gp_table, #commits_table, #current_season_portal_table {
    tr, td, th {
        padding-left: 5px;
        padding-right: 5px;
    }
  }
}
#about {
    p {
        font-size: 18px;
    }
    table, tr, td {
        border: 2px solid black;
        border-collapse: collapse;
    }
    tr, td {
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 18px;
        font-weight: bold;
        font-family: monospace;
    }
}
.grecaptcha-badge {
    visibility: hidden;
}
