﻿
/*   Tile View                          */

.TileTable {
    display: block;
    border-collapse: collapse;
    font-family: Avalon;
    font-size: 13px;
    margin-top: 10px;
    white-space: nowrap;
    table-layout: fixed;
    color: #555555;
    min-width: 650px;
    margin: 0 auto 0 auto;
}
    .TileTable td:nth-child(1) {
        min-width: 70px;
        width: 10%;
        text-align: center;
    }

    .TileTable td:nth-child(2) {
        width: 14px;
        min-width: 14px;
        max-width: 14px;
        text-align: center;
        padding: 2px 0 2px 2px !important;
        vertical-align: middle !important;
    }

    .TileTable td:nth-child(3) {
        min-width: 250px;
        width: 40%;
    }

    .TileTable td:nth-child(4) {
        width: 10px;
        min-width: 10px;
    }

    .TileTable td:nth-child(5) {
        min-width: 250px;
        width: 50%;
        background-color: #F8F8F8;
        font-size: 11px;
    }


    .TileTable .rowGame {
        border-top: 1px solid #555555;
    }

        .TileTable .rowGame td {
            padding: 10px 5px 5px 5px;
            vertical-align: top;
        }

        .TileTable .rowGame a, .body-content .rowGame a:hover, .body-content .rowGame a:visited, .body-content .rowGame a:active {
            color: inherit;
            text-decoration: none;
        }


    .TileTable .rowGameActions {
        border-bottom: 1px solid #555555;
    }

        .TileTable .rowGameActions td {
            border-bottom: 1px solid #555555;
            padding: 0px 7px 10px 5px;
            vertical-align: middle;
        }

 

    .TileTable th {
        padding-bottom: 10px
    }

    .TileTable .date {
        display: block;
        font-weight: bold;
        color: #003366;
    }

    .TileTable .time {
        display: block;
        font-size: 13px;
        margin-top: 6px;
    }

    .TileTable .gametype {
        background-color: lightgray;
    }

        .TileTable .gametype i {
            display: block;
            writing-mode: vertical-lr;
            text-align: center;
            font-size: 10px;
            margin-top: auto;
            margin-bottom: auto;
        }

    .TileTable .sport {
        font-weight: bold;
        color: #003366;
    }

    .TileTable .level {
        display: inline-block;
        float: right;
        padding: 0px;
        font-size: 12px;
    }

    .TileTable .teams {
        display: block;
        margin-top: 8px;
        line-height: 1.5;
        font-size: 13px;
        min-width: 260px;
    }

        .TileTable .teams .team {
            display: block;
            white-space: normal;
            min-height: 20px;
            padding-bottom: 4px;
            clear: left;
            width: 100%;
            overflow-wrap: break-word;
        }

        .TileTable .teams img {
            display: inline-block;
            vertical-align: middle;
            height: 24px;
            width: 24px;
            margin: 0 4px 4px 0px;
        }

        .TileTable .teams i {
            color: #888888;
        }

    .TileTable .site {
    }

    .TileTable .transportation {
        display: block;
        margin-top: 6px;
        white-space: pre-wrap;
        white-space: -moz-pre-wrap;
        white-space: -pre-wrap;
        white-space: -o-pre-wrap;
        word-wrap: break-word;
    }

    .TileTable .scoreright {
        display: block;
        float: right;
        color: blue;
    }

        .TileTable .scoreright i {
            font-size: 10px;
            display: inline-block;
            margin-right: 4px;
            vertical-align: middle;
            color: #666666;
        }

    .TileTable .scoreaction {
        float: right;
        font-size: 18px;
        padding: 0 4px 0 4px;
        color: #00bb00;
    }

    .TileTable gameid {
        text-align: right;
        font-size: 8px;
    }

.gamedetails {
    font-size: 12px;
    max-width: 250px;
    white-space: pre-wrap;
}

    .gamedetails details {
        line-height: 1.3;
    }

    .gamedetails summary {
        font-size: 10px;
        margin-bottom: 6px;
        color: blue;
    }
