﻿
    body { 
        font-family: 'Droid Sans', sans-serif !important; 
        margin: 0; 
        padding: 0;
        font-size: 14px !important;
    }

    .ScoreTableContainer {
        margin-bottom: 5px;
    }

    /*FROM FEED STYLES*/

    .league-division-info { font-size: 1em !important; }

    .team-name {
        font-weight: bold;
        font-size: 2em;
        padding-top: 0.357em;
    }

    .team-score  {
        font-weight: bold;
        font-size: 3em;
        white-space: nowrap;
    }


    .match-event-time { font-size: 1em; }


    .football-scoreboard {
        font-size: medium !important;
    }


    .team-score {
        background-color: #08578F;
        color: #fff;
        text-align: center;
        margin: 0 2px;
        width: 102px;
    }

    @media (max-width: 580px) {
         .football-scoreboard { font-size: medium !important; }

         .team-name {
             text-align: center;
             /*font-size: 18px;*/
         }

         .team-score div {
             width: 48px;
             /*font-size: 26px;*/
         }
     }

    ul.player-events,
    .player-events li {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .event-row { height: 2.5em}
    .event-row td { font-size: 1em}

    .break-row .period-splitter {
        border-width: 1px 0 1px 0;
        text-align: center;
        border-style: solid;
        border-color: grey;
        min-width: 200px;
        max-width: 200px;
        text-align:center;
        margin: 0 auto;
    }

    .period-name { font-weight: bold;}
    .period-score { color: grey}

    .break-row td { text-align: center}

    .events-table {
        margin: 0 auto;
        width: 100%
    }

    .centre-cell {
        background-image: url("/Content/Images/SoccerFeedCentre.png");
        background-repeat: repeat-y;
        background-position: center;
        text-align: center;
        max-width: 60px;
    }
    .start-finish-row td { padding: 0; margin: 0; }

    .player-summary {
        margin-top: 20px;
    }

    .score-header { background-color: #eee; padding-top: 5px}

    .time-cell { max-width: 60px; padding: 0 10px; }
    .period-score { font-size: small}

.start-stop-bullet {
    height: .8em;
    width: .8em;
    background-color: black;
    border-radius: .4em;
    margin: 0 auto
}