﻿table.team-list {
    display: inline-block;
}

    table.team-list label {
        text-transform: uppercase;
        font-family: "Century Gothic", "Century Gothic W01", Futura, Arial, Helvetica, Tahoma, sans-serif;
        margin-left: 10px;
    }

.selection-count {
    display: inline-block;
    float: right;
    margin-right: 10px;
}

.centurygothic {
    font-family: "Century Gothic", "Century Gothic W01", Futura, Arial, Helvetica, Tahoma, sans-serif;
}


table#myTable tr:nth-child(even) {
    background: #CCC;
}

table#myTable tr:nth-child(odd) {
    background: #FFF;
}

table#myTable .header-row td:first-child {
    padding-left: 50px;
    text-align: left;
}

table#myTable .header-row td {
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-family: "Century Gothic", "Century Gothic W01", Futura, Arial, Helvetica, Tahoma, Sans-Serif;
}

table#myTable {
    border-collapse: collapse;
    margin: 10px;
    width: 740px;
}

    table#myTable td {
        padding: 2px;
    }

    table#myTable tr td:last-child {
        padding-right: 80px;
    }

    table#myTable td.checkbox {
        width: 20px;
    }

    table#myTable td.at {
        width: 20px;
        text-align: center;
    }

    table#myTable td.awayName {
        text-align: right;
    }

    table#myTable td.awayName, td.homeName {
        width: 150px;
    }

    table#myTable td.date {
        width: 200px;
        padding-left: 50px;
    }

    table#myTable tr.disabled {
        color: rgb(130,130,130);
    }

#login.loggedIn {
    display: none;
}

.nfl-sl {
    margin: 10px;
}

.nfl-entry-control {
    margin: 5px;
    margin-top: 15px;
    margin-left: 0;
}

.nfl-entry-control .team1, .nfl-entry-control .team2 {
        margin: 5px;
        margin-left: 0;
    }

        .nfl-entry-control .team1 label, .nfl-entry-control .team2 label {
            font-family: "Century Gothic", "Century Gothic W01", Futura, Arial, Helvetica, Tahoma, Sans-Serif;
            text-transform: uppercase;
            margin-right: 25px;
        }

        .nfl-entry-control .team1 input[type=text], .nfl-entry-control .team2 input[type=text] {
            border-radius: 2px;
            border: 1px solid rgb(51, 51, 51);
            height: 18px;
            margin-right: 20px;
            width: 250px;
        }

        .nfl-entry-control .team1 input[type=button], .nfl-entry-control .team2 input[type=button] {
            border: 1px solid rgb(102, 102, 102);
            width: 120px;
            height: 23px;
            color: rgb(255, 255, 255);
            font-size: 12px;
            text-align: center;
            cursor: pointer;
            font-family: "Century Gothic", "Century Gothic W01", Futura, Arial, Helvetica, Tahoma, sans-serif;
            text-transform: uppercase;
            background-color: rgb(153, 153, 153);
        }

.submitted {
    font-style: italic;
}


.pop-up {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 30%;
    left: 38%;
    height: 150px;
    width: 300px;
    z-index: 999999;
    border: 1px solid #000;
}

div.pop-up > div.top {
    background: none;
    background-color: #000;
    margin: 0 !important;
    height: 37px !important;
    color: white;
    text-transform: uppercase;
    line-height: 35px;
    padding-left: 25px;
    font-family: "Century Gothic", "Century Gothic W01", Futura, Arial, Helvetica, Tahoma, sans-serif;
    font-size: 18px;
}

div.pop-up div.content {
    background-color: #F2F2F2;
    padding: 7px 1px 4px;
    height: 102px;
}

div.pop-up .buttons {
    position: absolute;
    bottom: 0;
    margin-left: 16px;
}

div.pop-up .pop-up-text {
    padding: 0 20px;
    text-align: center;
}

div.message.pop-up .buttons {
    margin-left: 83px;
}

div.pop-up .buttons input[type=button] {
    border: 1px solid rgb(102, 102, 102);
    width: 120px;
    height: 23px;
    color: rgb(255, 255, 255);
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    font-family: "Century Gothic", "Century Gothic W01", Futura, Arial, Helvetica, Tahoma, sans-serif;
    text-transform: uppercase;
    background-color: rgb(153, 153, 153);
    margin: 5px;
}

input[type=button]:hover {
    background-color: rgb(0,130,144);
}


div.pop-up div.content .transferAmountText {
    text-align: center;
}


table.weekly-leaderboard,
table.leaderboard {
    border-collapse: collapse;
    margin: 10px;
    margin-top: 20px;
}

    table.weekly-leaderboard th,
    table.leaderboard th {
        border-bottom: 1px solid black;
        font-family: "Century Gothic", "Century Gothic W01", Futura, Arial, Helvetica, Tahoma, sans-serif;
        text-transform: uppercase;
        font-weight: normal;
    }

    table.weekly-leaderboard tr th,
    table.weekly-leaderboard tr td {
        width: 30px;
        text-align: center;
    }


        table.weekly-leaderboard tr th:first-child,
        table.weekly-leaderboard tr td:first-child {
            border-right: 1px solid black;
            width: 180px;
            max-width: 180px;
            text-align: left;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
        }

    table.leaderboard .rank {
        border-right: 1px solid black;
        width: 100px;
        text-align: left;
        padding-left: 10px;
    }

    table.leaderboard .teamname {
        width: 200px;
        text-align: left;
        padding-left: 10px;
    }

    table.leaderboard .lastweek,
    table.leaderboard .totalpoints {
        width: 120px;
        text-align: center;
    }

div.table-holder {
    width: 100%;
    overflow-x: auto;
}

div.table-holder>table {
    min-width: 600px;
}
