
            .hometeam
            {
                #text-align: right;
            }
            .awayteam
            {
                #text-align: left;
            }
            .speeldag
            {
                background-color: rgb(81, 81, 224);
                vertical-align: middle;
                font-size: 20pt;
                color: white;
                font-family: Lucida Grande,Lucida Sans Unicode,Lucida Sans,Geneva,Verdana,sans-serif;
                text-align: center;
                display: table-row;
            }
            .speeldag > div
            {
                #border: 1px solid red;
                border-left: none;
                border-right: none;
                box-shadow: 5px 5px 0px black;
                #background-color: red;
                z-index: 2;
                background-color: #11112d;
            }
            .home
            {
                
                #color: black;
            }
            .speeldag > div:first-child
            {
                border-top-left-radius: 4vw;
                border-bottom-left-radius: 4vw;
                #border: 1px solid red;
                border-right: none;
                z-index: 1;
                
            }
            .speeldag > div:last-child
            {
                border-top-right-radius: 4vw;
                border-bottom-right-radius: 4vw;
                #border: 1px solid red;
                border-left: none;
                z-index: 1;
            }
            .home > div
            {
                background-color: #1f1f8c;
            }
            .emptyrow
            {
                height: 10px;
                display: table-row;
            }
            .clublogocontainer
            {
                vertical-align: middle;
                display: table-cell;
                padding: 10px;
                #padding-right: 40px;
                #padding-left: 40px;
            }

            .info
            {
                vertical-align: middle;
                text-align: center;
                display: table-cell;
                font-size: 2.8vw;
                padding-top: 10px;
                padding-bottom: 10px;
            }

            
            .names
            {
                font-size: 4.0vw;
                font-weight: bold;
                padding-top: 0.8vw;
                padding-bottom: 1vw;
                display: inline-block;
                text-shadow: 3px 3px 3px gray;
            }

            .clublogo
            {
                height: 15vw;
                max-height: 100px;
                vertical-align: middle;
            }
            .tablecontainer
            {
                text-align: center;
                
            }
            .table
            {
                margin: auto;
                display: table;
                border-collapse: separate; 
            }
            .locatie
            {
                font-size: 2.4vw;
            }

            @media screen and (min-width: 700px) {
                .info {
                    font-size: 16pt;
                }
                .names
                {
                    font-size: 20pt;
                }
                .locatie
                {
                    font-size: 14pt;
                }

                .speeldag > div:first-child
                {
                    border-top-left-radius: 30px;
                    border-bottom-left-radius: 30px;
                    
                }
                .speeldag > div:last-child
                {
                    border-top-right-radius: 30px;
                    border-bottom-right-radius: 30px;
                }
                .names
                {
                    padding-top: 8px;
                    padding-bottom: 10px;
                    display: inline-block;
                }
            }