.hidden { 
    display: none !important;
}
.visible {
    display: table-row;
}

.title {
    font-size: 16px;
}

.Team, .Year, .Period { 
    font-size: 11px; 
    background-color: #7cdc4e; 
    margin: 0 0 8px 1px; 
    border-radius: 6px; 
    outline: none; 
}
.Team.selected, .Year.selected, .Period.selected { 
    margin: 0 2px; 
    box-shadow: 1px 2px 4px 0px #808080; 
    font-weight: bold; 
    font-size: 22px;
}

.Team.Vets, .Period#Vets { 
    background-color: rgba(57, 236, 37, 0.4); 
}
.Team.Summer, .Period#Summer { 
    background-color: rgba(208, 243, 31, 0.6); 
}
.Team.Mixed, .Period#Mixed { 
    background-color: rgba(234, 142, 23, 0.4); 
}
.Team.Winter, .Period#Winter { 
    background-color: rgba(47, 16, 206, 0.2)
}


.link { 
    text-decoration: underline; 
    cursor: pointer; 
}
.nolink { 
    text-decoration: none; 
    cursor: auto; 
}

.row {
    display: inline-block;
}

.form-guide {
    font-family: ReithSans, Arial, Helvetica, freesans, sans-serif;
    font-size: 14px;
    text-align: left;
}
.W {
    background-color: #44c424;
    padding: 0 1px;
    color: white;
    margin: 0 1px;
}
.D {
    background-color: #5a5a5a;
    padding: 0 1px;
    color: white;
    margin: 0 1px;
}
.L {
    background-color: #d00;
    padding: 0 1px;
    color: white;
    margin: 0 1px;
}