html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    background-image: url("/images/net2.jpg");
    background-size: cover;
}

.nav-item {
    font-size: larger;
}

.standings-table {

}

.standings-footer {
    padding-top: 12px;
    font-style: italic;
    font-size: 11pt;
}

.standings-table-value {
    text-align: center;
}

nav {
    text-align: center;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
    padding: 24px;
}

.link {
    transition: 0.3s ease;
    color: #ffffff;
    font-size: 20px;
    text-decoration: none;
    border-top: 4px solid #ffffff;
    border-bottom: 4px solid #ffffff;
    padding: 20px 0 20px 0;
    margin: 0 20px;
}

    .link:hover {
        border-top: 4px solid #7d3d43;
        border-bottom: 4px solid #7d3d43;
        padding: 10px 0 10px 0;
        margin: 10px 20px 10px 20px;
    }

.link-border {
    border-right: 1px dotted #000000;
}

.alternating-row td {
    background-color: #E3E3E3;
}

.bold-font {
    font-weight: bold;
}
.add-result-textbox {
    max-width: 100px;
    text-align: center;
}