/* ------------------------------------------------
   Winner / result badge boxes
------------------------------------------------ */
.winner-box {
    background-color: #D6D6D6;
    border-radius: 15px;
    box-shadow: 2px 2px 2px #B3B3B3;
}

.gamewinner {
    color: #00B800;
    font-weight: bold;
    font-size: 110%;
}

.divisionwinner {
    color: #00B800;
    font-weight: bold;
    font-size: 135%;
}

.wildcardwinner {
    color: #D65306;
    font-weight: bold;
    font-size: 135%;
}

.leaguefirst {
    color: #2535C7;
    font-weight: bold;
    font-size: 135%;
}

.leaguesecond {
    font-weight: bold;
    font-size: 135%;
    color: #D31D26;
}

.leaguethird {
    font-weight: bold;
    font-size: 135%;
    color: #DBB804;
}

.leaguefourth {
    font-weight: bold;
    font-size: 135%;
    color: #000000;
}

/* ------------------------------------------------
   News
------------------------------------------------ */
.news-story {
    margin-bottom: 5px;
}

.news-title {
    font-weight: bold;
}

.news-date {
    font-style: italic;
    font-size: 80%;
}

.news-update {
    font-size: 80%;
    text-align: center;
    font-family: monospace;
}

/* ------------------------------------------------
   Division Winners / Hall of Champions table
------------------------------------------------ */
table.division-winners {
    display: table;
    width: 100%;
    table-layout: fixed;
}

/* ------------------------------------------------
   History Grid
------------------------------------------------ */
.history-grid {
    border-collapse: collapse;
}

.history-grid td {
    padding: 2px 5px;
    text-align: center;
    margin: 0;
}

.history-grid .leaguetitle {
    font-size: 2rem;
    text-align: center;
    color: black;
}

.history-grid .division {
    font-size: 1.5rem;
    background: #66CCCC;
    text-align: center;
    color: black;
    border-radius: 20px;
}

.history-grid .owner {
    font-size: 0.8rem;
    border-bottom: 2px solid black;
    background: white;
    text-align: center;
    color: black;
    vertical-align: middle;
}

.history-grid .team {
    font-size: 0.8rem;
    border-bottom: 2px solid black;
    background: white;
    text-align: center;
    color: black;
    vertical-align: middle;
}

.history-grid .active {
    border-bottom: 2px solid black;
    border-left: 1px solid gray;
    text-align: center;
    color: black;
    vertical-align: middle;
}

.history-grid .inactive {
    background: black;
}

.history-grid .franchiseseparator {
    border-top: 2px solid red;
    font-size: 1px;
}

/* ------------------------------------------------
   Rulebook
------------------------------------------------ */
.rule-change-strike {
    text-decoration: line-through;
}

/* ------------------------------------------------
   Home page live matchups
------------------------------------------------ */
.matchup-score {
    font-size: 2em;
}

.matchup-sub-info {
    font-size: 0.8em;
}

/* ------------------------------------------------
   Team matchup / schedule result display
------------------------------------------------ */
.awayTeam,
.homeTeam {
    text-align: center;
}

.matchAt {
    text-align: center;
    font-size: 3em;
}

.teamName {
    font-size: 1.5em;
}

.teamScore {
    font-size: 2em;
}
