.index-title {
    text-align: center;
    font-size: 100px;
    color: white;
    position: absolute;
    width: 100%;
    z-index: 10;
}

.log-in {
    text-align: right;
    font-size: 30px;
    position: absolute;
    width: 100%;
    z-index: 10;
}

.title {
    text-align: center;
    color: white;
}

.title-color {
    color: white;
}

.log-out {
    float: right;
    margin-right: 30px;
}

.header-bar {
    background-color: #007bff;
}

.header-text {
    font-size: 30px;
    margin-left: 30px;
    color: white;
}

.row-no-margin {
    margin-right: 0px;
}

.season-style {
    margin: 10px;
    padding: 5px;
    border-radius: 5px;
}

.search-row {
    color: white;
    padding-bottom: 10px;
    text-align: right;
    width: 320px;
}

.search-label {

}

.search-input {
    text-align: left;
}

.edit-label {
    text-align: right;
    padding: 10px;
}

.row-first-item {
    text-align: right;
    padding-right: 0px;
}

.row-second-item {
    text-align: left;
    padding-right: 0px;
}

input {
    border-radius: 5px;
    width: 160px;
    margin: 5px;
    padding: 5px;
}

.radio-button {
    width: 30px;
}

.row-width {
    padding: 0px;
}

.support-team {
    width: 150px;
    margin-right: 20px;
}

.search-button {
    border-radius: 10px;
    background-color: #4cae4c;
    color: white;
}

.section1 {
    text-align: center;
}

table, td, th {
    border: white 1px solid;
    text-align: center;
}

table {
    width: 100%;
}

.back-button {
    float: right;
}

th {
    background-color: #bbb;
}

td {
    padding: 5px;
}

.table-odd {
    background-color: #cbe7ff;
}

.table-even {
    background-color: #aa9da9;
    color: white;
}

.log-out-button {
    background-color: transparent;
    border: transparent;
}

.log-out-button:hover {
    cursor: pointer;
    color: yellow;
}

#adminSeasonList tr:nth-child(odd) {
    background-color: #cfc8ff;
}

#adminSeasonList tr:nth-child(even) {
    background-color: #f7d0ff;
}

#adminUserList tr:nth-child(odd) {
    background-color: #cfc8ff;
}

#adminUserList tr:nth-child(even) {
    background-color: #f7d0ff;
}

#adminGameList tr:nth-child(odd) {
    background-color: #cfc8ff;
}

#adminGameList tr:nth-child(even) {
    background-color: #f7d0ff;
}

#adminTeamList tr:nth-child(odd) {
    background-color: #cfc8ff;
}

#adminTeamList tr:nth-child(even) {
    background-color: #f7d0ff;
}

#adminBettingList tr:nth-child(odd) {
    background-color: #cfc8ff;
}

#adminBettingList tr:nth-child(even) {
    background-color: #f7d0ff;
}

#gameList tr:nth-child(odd) {
    background-color: #cfc8ff;
}

#gameList tr:nth-child(even) {
    background-color: #f7d0ff;
}

.new-host-body {
    background-color: #59ae60;
    border-radius: 10px;
    border: solid black 1px;
}

#pendingList {
    background-color: #b2ffd0;
}

#hostAcceptedList {
    background-color: #ffd9d2;
}

#hostDeclinedList {
    background-color: #b2ffaa;
}

#publishedList {
    background-color: #fffdb1;
}

#beforeConfirmList {
    background-color: #b2ffd0;
}

#confirmedList {
    background-color: #ffd9d2;
}

#acceptedList {
    background-color: #fffdb1;
}

#declinedList {
    background-color: #b2ffaa;
}

#gameListHosted {
    background-color: #b2ffaa;
}

/*.background-img {
    background-repeat: no-repeat;
    background-size: 100%;
}*/

.logo {
    width: 30px;
    height: 30px;
    border-radius: 20%;
    border: solid white 2px;
}

.page-bottom-padding {
    padding-bottom: 10px;
}
