            body {
                font-family: 'Montserrat', sans-serif;
                margin: 0 auto;
                padding: 0;
                margin-top: 0px 10px;
            }
            .scoreboardslider{
                width: 100%;
                height: 70px;
                overflow: hidden!important;
            }
            #scoreboard{
                float: left;
                padding-right: 5px;
                background-color: #eee;
                border-right: 1px solid #bbb;


            }
            #stories-holder{
                float: left;
            }
            .story{
                cursor: pointer;
                float: left;
                height: 68px;
                width: 170px;
                border-right: 1px solid #bbb;
                border-top: 1px solid #bbb;
                border-bottom: 1px solid #bbb;
                border-left: none;
                padding-right: 10px;
                padding-left: 20px;
                overflow: hidden;
            }
            .story:hover{
                background-color: #eee;
            }
            .story h4{
                margin: 0px;
                margin-top: 6px;
                font-size: 12px;
            }
            .story a{
                color:#555;
                text-decoration: none;
            }
            .story a:hover{
                text-decoration: underline;
            }
            .team-box, .quarter-box{
                margin: 10px;
                float: left;

            }

            .quarter-box{
                font-size: 20px;
                font-weight: bold;
                height: 30px;
                position: relative;
                top:10px;
                line-height: 32px;
                background-color: #eee;
            }
            .team-name{
                padding: 2px 10px;
                font-size: 40px;
                text-align: center;
                font-weight: bold;
                float: left;
                color: #fff;
            }
            .score{
                padding: 2px 10px;
                font-size: 40px;
                text-align: center;
                font-weight: bold;
                max-width: 100px;
                float: left;    
                margin-left: 0px;
                background-color: #fff;
                text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
             }
             @media(max-width:500px){
                .team-name{
                    padding: 2px 10px;
                    font-size: 25px;
                    text-align: center;
                    font-weight: bold;
                    float: left;
                    color: #fff;
                }
                .score{
                    padding: 2px 10px;
                    font-size: 25px;
                    text-align: center;
                    font-weight: bold;
                    max-width: 100px;
                    float: left;    
                    margin-left: 0px;
                    background-color: #fff;
                    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
                 }  
                 .quarter-box{ 
                        top:5px;
                }
                #scoreboard{
                        float: left;
                        padding-right: 5px;
                        background-color: #eee;
                        border-right: none;
                        width: 100%;
                    }
                    .scoreboardslider {
                       height: 53px;
                    }
             }
