.large-text{
    font-size: 16px;
}
.wp-bg{
    background-image: url(../../images/water-polo/Ball-image3.jpg);
}
.invalid-field, i.invalid-field{
    color: #eb6c65;
}

i.valid-field, i.invalid-field.valid-field{
    color: #62e384;
}


div.select-box-transparent{
    background: none;
    border: none;
    border-bottom: solid 2px rgba(0,0,0,0.1);
    margin: 0;
    margin-top: 10px;
}

select.select-align{
    padding-left: 45px;
}

select.revert-selection-colour{
    color: black
}

input.alt-text-colour{
    color: white;
}
.carousel-image{
    height: 600px;
    max-height: 600px;
}
input:-webkit-autofill {
    background-color: Blue !important;
    -webkit-box-shadow: 0 0 0 50px white inset;
}

td.teamGames {
    width: 50%;
}

.top-band{
    background: #4cb6ff;
}
.bottom-band{
    background: #ffcf4c;
}
.content-font{
    font-family: Arial Black, sans-serif;
}
.league-team-image{
    width: 100px; height: 100px; margin: auto
}
.game-time{
    font-size: 24px; color: #182dc8
}
.table-space-remover{
    margin-bottom: 0;
}
.game-date{
    font-family: Arial Black, sans-serif;
    font-size: 18px;
    text-align: center;
}
.top-table{
    border-radius: 50px 50px 0 0;
}
.bottom-table{
    border-radius: 0 0 50px 50px;
}
.soft-rounded-column-top-left{
    border-radius: 10px 0 0 0;
}
.soft-rounded-column-top-right{
    border-radius: 0 10px 0 0;
}
.soft-rounded-column-bottom-left{
    border-radius: 0 0 10px 0;
}
.soft-rounded-column-bottom-right{
    border-radius: 0 0 0 10px;
}
.team-tag{
    background: #4cb6ff;
    font-family: Arial Black, sans-serif;
}
.team-tag-contrast{
    background: #ffcf4c;
    font-family: Arial Black, sans-serif;
}
.fixture-button{
background: rgba(76, 182, 255, 0.48)
}
.fixture-button-active{
    background: #ffcf4c
}

.tacbox {
    display:block;
    padding: 1em;
    margin-top: 2em;
    margin-right: 2em;
    margin-bottom: 2em;
    border: 3px solid #ddd;
    background-color: #eee;
    max-width: 800px;
}
