﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select {
    max-width: 320px;
}

html {
    background-color: #e2e2e2;
    margin: 0;
    padding: 0;
    min-height: 100%;
}

body {
    background-color: #fff;
    border-top: solid 0px #000;
    color: #333;
    font-size: 0.7em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    min-height: 100%;
}

p {
    font-size: 1.2em;
}

a {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

    a:link, a:visited,
    a:active, a:hover {
        color: #333;
    }

    a:hover {
        background-color: #AAA;
    }

    a.linkButton {
        text-decoration: none;
        border: 1px solid blue;
        padding: 5px 10px 5px 10px;
        background-color: #ddd;
        border-radius: 4px 4px;
    }

    a.indexLink {
        text-decoration: none;
        color: blue;
        padding: 0;
        font-size: 1.1em;
        font-weight: 600;
    }

    a.dashLink {
        text-decoration: none;
    }

    a.countryLink {
        text-decoration: none;
    }

.linkButton2 {
    text-decoration: none;
    color: #333;
    background-color: #ddd;
    border: 1px solid blue;
    border-radius: 4px 4px;
    cursor: pointer;
    font-family: "Segoe UI";
    font-size: 1.2em;
    font-weight: 600;
    padding: 5px 10px 8px 10px;
    margin-right: 20px;
    width: auto;
}

    .linkButton2:hover {
        background-color: #ddd;
    }

.linkNotify {
    text-decoration: none;
    color: #333;
    background-color: #ddd;
    border: 1px solid blue;
    border-radius: 4px 4px;
    cursor: pointer;
    display: block;
    width: 160px;
    text-wrap: none;
    font-size: 1em;
    padding: 2px 5px 4px 5px;
    text-align: center;
}

    .linkNotify:hover {
        background-color: #333;
        color: white;
    }

header, footer, hgroup,
nav, section {
    display: block;
}

div.navRight {
    float: right;
    text-align: right;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0px;
    visibility: hidden;
}

.bold {
    font-weight: 700;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 10px;
}

h1 {
    font-size: 1.9em;
    color: #999;
}

h2 {
    font-size: 1.5em;
    padding-top: 10px;
}

    h2.blue {
        color: blue;
    }

    h2.green {
        color: #40FF00;
    }

    h2.title {
        color: #777;
    }

h3 {
    font-size: 1.3em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

h5 a:link, h5 a:visited, h5 a:active {
    padding: 0;
    text-decoration: none;
}


/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    /*max-width: 1000px;*/
}

#body {
    background-color: #f4f4f4;
    clear: both;
    padding-bottom: 15px;
}

.main-content {
    padding-left: 10px;
    padding-right: 10px;
    /*padding-top: 1px;*/
}

.featured + .main-content {
}

header .content-wrapper {
    /*padding-top: 20px;*/
}


footer {
    clear: both;
    background-color: #03a1a1;
    font-size: .85em;
    color: #fff;
    height: 35px;
    padding-left: 5px;
    padding-right: 10px;
}

    footer a.privacyLink {
        background: none;
        color: #fff;
        text-decoration: none;
    }


/* site title
----------------------------------------------------------*/
.site-logo {
    background: url("../Images/mainimage.png") no-repeat center;
    background-size: cover;
    height: 80px;
}

/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: 1em;
    font-weight: 600;
    color: #999;
    margin: 0px 0 10px;
    padding: 0;
}

    #login a {
        background: none;
        text-decoration: none;
        color: #777;
    }

        #login a:hover {
            color: #222;
            text-decoration: none;
        }

        #login a.username {
            background: none;
            margin: 0;
            padding: 0;
            text-decoration: none;
        }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }

.loginLabel {
    float: left;
    min-width: 70px;
    padding-top: 5px;
}

.loginRememberMe {
    padding-top: 5px;
    padding-left: 70px;
    padding-right: 5px;
    float: left;
}

.loginRememberMeLabel {
    padding-top: 1px;
}

.loginValidationError {
    padding-left: 10px;
}

.loginForgotPassword {
    margin-left: 100px;
}

/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.2em;
    font-weight: 600;
    margin: 10px 0 0px;
    padding: 0;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 10px;
        text-wrap: none;
    }

        ul#menu li a {
            background: none;
            color: #777;
            text-decoration: none;
        }

            ul#menu li a:hover {
                color: blue;
                text-decoration: none;
            }

li.greeting {
    color: #111;
}

/* page elements
----------------------------------------------------------*/
/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

    hgroup.title h1, hgroup.title h2 {
        display: inline;
    }

    hgroup.title h2 {
        font-weight: normal;
        margin-left: 3px;
    }

.clear-both {
    clear: both;
}

.mtCurrentCost {
    text-align: right;
}

p.mtTeamChangeAdvice {
    padding-top: 10px;
}

span.mtChangesLeft {
    visibility: hidden;
}

tr.selectedRow {
    background-color: #fffebf;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}

/* login page */
#loginForm {
    /*border-right: solid 2px #c8c8c8;*/
    float: left;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

    #loginForm .validation-summary-errors ul {
        margin: 0;
        padding: 10px 0px 0px 0px;
    }

    #loginForm .validation-summary-errors li {
        display: inline;
        list-style: none;
        margin: 0;
    }

    #loginForm input {
        width: 250px;
    }

        #loginForm input[type="checkbox"],
        #loginForm input[type="submit"],
        #loginForm input[type="button"],
        #loginForm button {
            width: auto;
        }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom: 5px;
    }

#socialLoginList button {
    margin-bottom: 12px;
}

#logoutForm {
    display: inline;
}

#loginLink {
    padding-right: 15px;
}

.privacy {
    padding-top: 10px;
    width: 400px;
    font-size: 0.8em;
}

/* Email Address Confirmed page */
.eacLabel {
    float: left;
    min-width: 120px;
    padding-top: 5px;
}

.eacPass {
    padding-bottom: 5px;
}

.eacButton {
    padding-top: 10px;
}

/* Home page */
div.intro {
    float: left;
    padding-right: 50px;
    font-size: small;
    padding-top: 10px;
}

.update {
    float: left;
    clear: right;
    width: 350px;
}

.updatePara {
    padding-bottom: 10px;
    font-size: 1.1em;
}

.updateTitle {
    font-weight: 600;
    color: red;
    padding-top: 5px;
    font-size: 1.2em;
}

span.updateTitleDate {
    width: 90px;
}
.bulletinRowContainer {
    float: left;
}
div.bulletinContainer {
    display: none;
    padding-left: 30px;
}
.bulletinMarker {
    display: inline-block;
    float: left;
    clear: both;
    width: 18px;
    height: 18px;
    padding-right: 10px;
}
span.bulletinFlag {
    display: inline-block;
    width: 30px;
}
.bulletinFlagImg {
    width: 20px;
}
.bulletinDate {
    display: inline-block;
    color: mediumblue;
    width: 70px;
    font-weight: 600;
    font-size: 1.1em;
}
.bulletinTitle {
    display: inline-block;
    color: mediumblue;
    font-weight: 600;
    font-size: 1.1em;
}
.collapsible {
    display: none;
}

.expanded {
}

/* Scoring System */
p.ssYourTeam {
    width: 500px;
}

.ssDriver {
    width: 130px;
    padding: 0px 0px 0px 0px;
    font-size: 1.2em;
}

.ssCost {
    text-align: right;
    padding: 0px 0px 0px 0px;
    font-size: 1.2em;
}

div.ssDriversList {
    float: left;
    width: 200px;
}

div.ssTeamChanges {
    float: left;
    width: 200px;
}

li.ssPointsScored {
    font-size: 1.2em;
}

div.ssQualifying {
    float: left;
    width: 200px;
    padding-right: 50px;
}

td.ssPosition {
    text-align: right;
    width: 20px;
    font-size: 1.2em;
}

td.ssPoints {
    text-align: right;
    width: 70px;
    font-size: 1.2em;
}

div.ssRacePoints {
    float: left;
    width: 200px;
    padding-right: 50px;
}

div.ssInterest {
    float: left;
    width: 235px;
    margin-right: 15px;
}

div.ssKeyDate {
    width: 85px;
    float: left;
    font-size: 1.2em;
}

div.ssKeyDateDescription {
    overflow: auto;
    font-size: 1.2em;
}

div.ssKeyDatePara {
    padding-bottom: 7px;
}

div.scrImageContainer {
    float: left;
    padding-right: 20px;
    padding-bottom: 20px;
}

div.scrDescription {
    width: 150px;
    float: left;
    padding-bottom: 20px;
}

div.scrContainer {
    clear: both;
}

img.scrScreenshot {
    border: 1px solid blue;
}

/* Race Results page */
div.rrAutoRefresh {
    float: right;
    width: 150px;
    text-align: right;
    font-size: 1.2em;
}

div.rrIntroText {
    float: none;
    overflow: hidden;
    font-size: 1.2em;
}

div.rrIntroTextPara {
    padding-top: 10px;
}

div.rrLeftTable {
    float: left;
    overflow: hidden;
    padding-top: 2px;
}

div.rrResultsTable {
    overflow: auto;
    width: 357px;
    min-width: 60px;
    white-space: nowrap;
}

div.rrShowResults {
    padding-top: 5px;
    float: left;
}

div.rrResultsContainer {
    width: 920px;
    overflow: auto;
}

.rrRacelist {
    font-size: 10px;
    background-color: #f2f2f2;
    border: 1px solid;
    border-color: #333;
    border-radius: 3px;
    margin-left: 3px;
    margin-right: 15px;
    width: 150px;
    height: 19px;
}

.rrButton {
    border: none;
    padding: 0px;
    margin: 0px;
    background-color: #f2f2f2;
}

.rrPointsButton {
    border: none;
    padding: 0px;
    margin: 0px;
    background-color: #f2f2f2;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    font-weight: bold;
    font-size: 1em;
}

.rrAutoRefreshButton {
    border: none;
    padding: 0px;
    margin: 0px;
    background-color: #f2f2f2;
    font-size: 1.0em;
    font-weight: normal;
    text-decoration: underline;
}

span.rrTeamGroupColours {
    text-decoration: underline;
    cursor: pointer;
}

/* Race Movement page */
div.rmQuickSelectContainer {
    border: 1px solid gray;
    padding: 3px 0px 3px 7px;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 160px;
    float: left;
}

div.rmAllUserContainer {
    padding-top: 10px;
    margin-left: 180px;
}

div.rmUserSelectContainer {
    border: 1px solid gray;
    float: left;
    padding: 3px 0px 3px 7px;
    margin-right: 10px;
    margin-bottom: 10px;
}

div.rmUserContainer {
    width: 125px;
    float: left;
    padding-top: 3px;
}

div.rmRefreshContainer {
    float: left;
}

div.rmContainerTitle {
    color: blue;
    font-weight: 600;
    padding-bottom: 4px;
}

div.rmSubmitLink {
    margin-left: 7px;
}

div.rmTeamOwner {
    padding-left: 3px;
    float: left;
}

div.rmCheckbox {
    padding-top: 2px;
    float: left;
}

/* Team Drivers page */
a.tdCapitaLink {
    color: black;
    text-decoration: none;
    background-color: #AACADD;
    float: left;
}

a.tdAdventLink {
    color: white;
    text-decoration: none;
    background-color: black;
}

/* Enter Results page */
div.erSubmit {
    padding: 10px 0px 0px 177px;
}

.erRacelist {
    background-color: #f2f2f2;
    border: 1px solid;
    border-color: #333;
    border-radius: 3px;
    margin-left: 15px;
    width: 300px;
    height: 21px;
}

/* Points Calculations page */
div.pcDropdown {
    padding-top: 15px;
}

th.pcth {
    margin-top: 0px;
    margin-bottom: 0px;
}

.pcRacelist {
    background-color: #f2f2f2;
    border: 1px solid;
    border-color: #333;
    border-radius: 3px;
    margin-left: 15px;
    margin-top: -7px;
    width: 300px;
    height: 21px;
}

td.pcDriver {
    min-width: 150px;
    border: 1px solid #999;
    font-size: 1.4em;
}

td.pcDriverNumber {
    border: 1px solid #999;
    font-size: 1.4em;
    text-align: right;
}

td.pcPosition {
    text-align: center;
    border: 1px solid #999;
    font-size: 1.8em;
    background-color: #beff9c
}

td.pcPoints {
    text-align: center;
    border: 1px solid #999;
    font-size: 1.8em;
    background-color: #faff80;
}

td.pcTotals {
    text-align: right;
    border: 1px solid #999;
    font-size: 1.8em;
    background-color: #a1bdff;
}

img.pcFlagImage {
    border: 1px solid grey;
    position: relative;
    left: -2px
}

img.pcCarImage {
    width: 150px;
    position: relative;
    top: 3px;
}

span.pcCountrySelector {
    float: left;
    width: 75px;
    border: 1px solid #f4f4f4;
    text-align: center;
    padding: 7px 0px 4px 0px;
}

span.pcSelectedCountry {
    border: 1px solid navy;
    background-color: wheat;
}

a.pcCountryLink {
    text-decoration: none;
    background-color: #f4f4f4;
}

a.pcSelectedCountryLink {
    text-decoration: none;
    background-color: wheat;
}

/* Drivers page */
td.dName {
    border: 1px solid #999;
    min-width: 120px;
    font-size: 1.1em;
}

td.dTeamName {
    border: 1px solid #999;
    min-width: 95px;
    font-size: 1.1em;
}

td.dMugshot {
    border: 1px solid #999;
    padding: 0 0 0 0;
}

td.dCost {
    border: 1px solid #999;
    min-width: 25px;
    text-align: right;
    padding-left: 0px;
    padding-right: 10px;
    font-size: 1.1em;
}

td.dPosition {
    border: 1px solid #999;
    min-width: 20px;
    text-align: right;
    padding-left: 0px;
    padding-right: 7px;
}

img.dMugshot {
    width: 30px;
}

span.dRadioTitle {
    min-width: 60px;
}

.dRacePoints {
    text-align: left;
}

.dDropdownLabel {
    float: left;
    margin-top: 0px;
    font-size: 1.2em;
}

.dText {
    font-size: 1.2em;
}

    ul.dDataLinks li {
        display: inline;
        list-style: none;
        text-wrap: none;
        padding-right: 20px;
        font-size: 1.2em;
    }

        ul.dDataLinks li a {
            text-decoration: none;
            color: blue;
            padding: 0;
            font-size: 1.1em;
            font-weight: 600;
        }

.dDropdown {
    font-size: 1.1em;
    background-color: #f2f2f2;
    border: 1px solid;
    border-color: #333;
    border-radius: 3px;
    margin-left: 10px;
    margin-right: 20px;
    width: 60px;
    height: 20px;
    float: left;
}


/* Rounds page */
span.rNextRace {
    border: 1px solid navy;
    text-decoration: none;
    background-color: blue;
}

a.rNextRaceLink {
    background-color: blue;
    text-decoration: none;
    color: white;
}

a.rGotoResults {
    text-decoration: none;
    color: blue;
    padding-bottom: 3px;
}

div.rDetailsSpacer {
    clear: both;
}

div.rDetails {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 1px solid navy;
    background-color: wheat;
    padding-left: 10px;
    padding-top: 4px;
    padding-bottom: 10px;
    width: 440px;
    font-size: 1.2em;
}

div.rDetailRow {
    padding-top: 3px;
    font-size: 1.1em;
    clear: both;
}

div.rLabel {
    float: left;
    width: 220px;
    font-size: 1.1em;
}

div.rRaceName {
    font-size: 1.5em;
    font-weight: bold;
    color: brown;
}

/* Manage page */
div.manContainer {
    float: left;
    padding-top: 3px;
    height: auto;
}

div.manSectionContainer {
    border-radius: 4px 4px;
    border: 1px solid #FF1500;
    padding-top: 10px;
    padding-left: 5px;
    padding-bottom: 5px;
    margin-right: 5px;
}

div.manSectionTitle {
    color: blue;
    font-weight: 600;
    font-size: 1.2em;
}

div.manAuditRecords {
    overflow-y: auto;
    overflow-x: hidden;
    height: 250px;
    width: 400px;
    border: 1px solid #999;
    clear: left;
}

div.manAuditSelection {
    width: 400px;
    padding-bottom: 45px;
}

div.manAuditContainer {
    width: 407px;
}

div.manButView {
    margin-left: 20px;
    float: left;
}

div.manReset {
    float: left;
}

div.manEmailContainer {
    width: 408px;
    height: 22px;
}

div.manResetContainer {
    width: 408px;
}

div.manRegisterContainer {
    width: 408px;
    height: 50px;
}

div.manSiteProtection {
    width: 408px;
    min-height: 22px;
}

div.manUnregisterContainer {
    width: 408px;
    height: 98px;
}

div.manEmailContainer {
    width: 408px;
    height: 170px;
}

div.manBestTeamContainer{
    width: 408px;
    height: 50px;
}

div.manDeleteUserContainer {
    width: 408px;
    height: 65px;
}

div.manOrphanedUserContainer {
    width: 408px;
    height: 115px;
}

div.manEmailFormContainer {
    padding-bottom: 5px;
}

input.manRadio {
    width: unset;
}

select.manBestTeam {
    width: 220px;
}

span.manEmailRadioContainer {
    position: relative;
    top: 2px;
}

span.manEmailRadioLabel {
    padding-right: 10px;
}

div.manEmailCounts {
    overflow-y: auto;
    overflow-x: hidden;
    height: 136px;
    width: 400px;
    border: 1px solid #999;
    clear: left;
}

select.manDropdownlist {
    margin-top: 6px;
    margin-right: 10px;
    width: 250px;
}

.redBold {
    color: red;
    font-weight: 600;
}

td.mandt {
    min-width: 60px;
}

td.manRes {
    min-width: 300px;
}

td.manDay {
    min-width: 20px;
    text-align: right;
}

td.manMon {
    min-width: 25px;
    text-align: right;
}

td.manCount {
    min-width: 50px;
    text-align: right;
}

td.manSentTo {
    min-width: 150px;
}

/* Create New Team page  */
div.cntSubmit {
    padding-top: 10px;
}

div.cntInstructions {
    max-width: 520px;
}

span.cntNameLabel {
    width: 150px;
    font-size: 1.2em;
    font-weight: 600;
    padding-top: 5px;
    display: inline-block;
}

div.cntControl {
    float: left;
}

div.cntTeamCost {
    padding: 5px 5px 7px 10px;
    background-color: #fffebf;
    border: 1px solid green;
    color: white;
    font-weight: 600;
    font-size: 1.5em;
    display: none;
    width: 140px;
    float: left;
    margin: 0px 0px 0px 330px;
}

div.sticky {
    position: fixed;
    top: 0px;
    z-index: 100;
}

span.cntTeamDriverLabel {
    float: left;
    width: 90px;
    color: forestgreen;
}

span.cntTeamCostValue {
    color: forestgreen;
    display: inline-block;
    text-align: right;
    width: 40px;
}

span.cntTeamDriverCountValue {
    color: forestgreen;
    display: inline-block;
    text-align: right;
    width: 40px;
}

span.cntTeamValue {
    color: forestgreen;
    display: inline-block;
    text-align: right;
    width: 40px;
}

span.cntLabel {
    float: left;
    width: 90px;
}

input.cntTeamName {
    background-color: #f2f2f2;
    border: 1px solid #999;
    min-width: 325px;
}

/* Change My Team page */
div.cmtIntro {
    float: left;
    width: 280px;
}

div.cmtText {
    padding-top: 7px;
    font-size: 1.2em;
}

div.cmtTeamCost {
    padding: 5px 5px 7px 10px;
    background-color: #fffebf;
    border: 1px solid green;
    color: white;
    font-weight: 600;
    font-size: 1.5em;
    display: none;
    width: 171px;
    float: left;
    margin: 0px 0px 0px 50px;
}

div.cmtTeamCostWarning {
    background-color: #ffd6d6;
    border: 1px solid red;
}

div.cmtSticky {
    position: fixed;
    top: 0px;
    z-index: 100;
    margin-left: 330px;
}

span.cmtTeamValue {
    color: forestgreen;
    display: inline-block;
    text-align: right;
    width: 25px;
}

span.cmtLabel {
    float: left;
    width: 140px;
    color: forestgreen
}

/* Email Results page */
span.capitaColor {
    color: black;
    background-color: #AACADD;
}

span.adventColor {
    color: white;
    background-color: black;
}

span.highlightRow {
    color: black;
    background-color: yellow;
}

span.eHdr {
    display: inline-block;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 11px;
    color: blue;
    background-color: gainsboro;
    padding-top: 3px;
    padding-bottom: 3px
}

.eRowContainer {
    font-size: 0;
}

span.eHdrOwner {
    width: 110px;
    padding-left: 5px;
}

span.eHdrTeamname {
    width: 250px;
}

span.eHdrQualifying {
    width: 60px;
    text-align: right;
}

span.eHdrRace {
    width: 45px;
    text-align: right;
}

span.eHdrRacePos {
    width: 80px;
    text-align: right;
}

span.eHdrOvertaking {
    width: 57px;
    text-align: right;
}

span.eHdrInterest {
    width: 50px;
    text-align: right;
}

span.eHdrTotal {
    width: 62px;
    text-align: right;
}

span.eHdrGrand {
    width: 68px;
    text-align: right;
}

span.eHdrOverallPos {
    width: 90px;
    text-align: right;
    padding-right: 5px;
}

span.eHdrAverage {
    width: 75px;
    text-align: right;
    padding-right: 5px;
}

span.eRow {
    display: inline-block;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 11px;
}

span.eRowOwner {
    width: 110px;
    padding-left: 5px;
}

span.eRowTeamname {
    width: 250px;
}

span.eRowQualifying {
    width: 50px;
    text-align: right;
}

span.eRowOvertaking {
    width: 50px;
    text-align: right;
}

span.eRowInterest {
    width: 53px;
    text-align: right;
}

span.eRowTotal {
    width: 60px;
    text-align: right;
}

span.eRowGrand {
    width: 68px;
    text-align: right;
}

span.eRowRacePos {
    width: 80px;
    text-align: right;
}

span.eRowOverallPos {
    width: 91px;
    text-align: right;
    padding-right: 6px;
}

span.eRowAverage {
    width: 75px;
    text-align: right;
    padding-right: 5px;
}

textarea.eMessage {
    max-width: 680px;
    margin-bottom: 15px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 11px;
}

div.eMessage {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 11px;
    padding-bottom: 6px;
}

div.eSectionTitle {
    font-size: 1.3em;
    font-weight: 600;
    padding-top: 12px;
    padding-bottom: 5px;
}

/* Auto update results page */
div.aruRadioContainer {
    clear: left;
    padding-top: 3px;
}

input.aruRadio {
    float: left;
    width: 18px;
    margin-top: 3px;
    margin-right: 5px;
}

div.aruSubmit {
    clear: left;
    padding: 10px 0px 0px 0px;
}

div.aruPosition {
    float: left;
    width: 20px;
    border: none;
    background-color: #f4f4f4;
    font-size: 1em;
    padding: 0 0 0 0;
    text-align: right;
}

div.aruDriverTLA {
    width: 50px;
    border: none;
    background-color: #f4f4f4;
    font-size: 1em;
    padding: 0 0 0 30px;
}

div.aruUrlLabel {
    width: 120px;
}

div.aruDataRequestContainer {
    width: 360px;
    padding-top: 5px;
    float: left;
}

div.aruIntervalsContainer {
    width: 200px;
    float: left;
    padding-top: 5px;
}

div.aruIntervalsText {
    padding-bottom: 10px;
}

div.aruUrl {
}

div.aruTimeOffsetContainer {
    width: 200px;
    float: left;
    padding-top: 5px;
}

div.aruTimeOffsetText {
    padding-bottom: 10px;
}

input.aruTimeOffsetInput {
    max-width: 25px;
}



/* Create Join Group page */
div.preview {
    border: 2px solid #c3c3c3;
    padding: 7px 5px 5px 10px;
    width: 300px;
    height: 20px;
    vertical-align: middle;
}

p.ctgTitle {
    color: #777;
    font-size: larger;
    font-weight: bold;
}

td.cjgTeamGroupName {
    width: 250px;
}

td.cjgTeamGroupOwner {
    width: 150px;
}

td.cjgSelectTG {
    text-align: left;
}

input[name="rdoTeamGroup"] {
    width: 20px;
    margin-top: 5px;
}

input.ctgGroupName {
    width: 250px;
}

hr.cjgHR {
    margin-top: 25px;
}

.cjgAccordian {
    display: none;
}

li.cjgli {
    font-size: 1.2em;
}

/* Team Group page */
span.tgLabel {
    display: inline-block;
    width: 130px;
    font-size: 1.2em;
}

span.tgGroupInfo {
    font-size: large;
    font-weight: 600;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    padding-left: 0.7em;
    padding-right: 0.8em;
    margin-right: 25px;
    margin-bottom: 10px;
    float: left;
}

div.tgChangeColour {
    display: none;
    float: left;
    clear: left;
    padding-bottom: 12px;
}

input.tgSaveButton {
    padding-bottom: 12px;
}

div.tgButton {
    padding-bottom: 12px;
    float: left;
}

div.tgNameContainer {
    float: left;
}

div.tgChangeName {
    float: left;
    padding-right: 10px;
}

td.tgUser {
    width: 110px;
    height: 20px;
}

td.tgStatus {
    text-align: center;
    min-width: 100px;
}

td.tgTeamName {
    width: 230px;
}

td.tgChangesLeft {
    width: 70px;
}

td.tgTeamOwnerImage {
    background: url("../Images/team-owner.png") no-repeat center;
}

td.tgTeamMemberImage {
    background: url("../Images/team-member.png") no-repeat center;
}

td.tgAction {
    min-width: 160px;
}

td.tgPointsHdr {
    width: 50px;
}

td.tgNotify {
    min-width: 300px;
    height: 35px;
}

.overlay {
    display: none;
    position: fixed;
    background-color: #333;
    opacity: 0.8;
    top: 0px;
    left: 0px;
    z-index: 10;
    height: 100%;
    width: 100%;
}

.modal {
    display: none;
    width: 300px;
    height: 90px;
    position: absolute;
    text-align: center;
    font-size: larger;
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: -50px;
    background-color: #F1C40F;
    border-radius: 8px;
    z-index: 11;
}

div.tgNormal {
    font-size: 1.2em;
    padding-top: 10px;
}


/* Team Group Results page */
.tgrHeader {
    min-width: 500px;
}

.tgrDetailHeader {
    display: inline-block;
    width: 18px;
    height: 18px;
}

.tgrPositionHdr {
    display: inline-block;
    width: 45px;
    font-weight: bolder;
}

.tgrGroupOwnerHdr {
    display: inline-block;
    width: 110px;
    font-weight: bolder;
}

.tgrGroupNameHdr {
    display: inline-block;
    width: 240px;
    font-weight: bolder;
}

.tgrAveragePointsHdr {
    display: inline-block;
    width: 80px;
    text-align: right;
    font-weight: bolder;
}

.tgrDetail {
    display: inline-block;
    float: left;
    clear: both;
    width: 18px;
    height: 18px;
    padding-bottom: 5px;
}

.tgrDetailHidden {
    background: url("../images/right-arrow.png") no-repeat bottom left;
    position: relative;
    top: -4px;
    left: 5px;
}

.tgrDetailShown {
    background: url("../images/down-arrow.png") no-repeat bottom left;
    position: relative;
    top: -3px;
    left: 5px;
}

.tgrPosition {
    display: inline-block;
    width: 33px;
    text-align: right;
    padding-top: 4px;
    padding-right: 15px;
    font-size: 1.2em;
}

.tgrGroupName {
    display: inline-block;
    width: 230px;
    font-size: 1.2em;
}

.tgrGroupOwner {
    display: inline-block;
    width: 110px;
    font-size: 1.2em;
}

.tgrAveragePoints {
    display: inline-block;
    width: 70px;
    text-align: right;
    font-size: 1.2em;
}

.tgrRowContainer {
    border: none;
    width: 510px;
    float: left;
    height: 30px;
}

.tgrTeamOwner {
    display: inline-block;
    width: 110px;
    font-size: 1.2em;
}

.tgrTeamName {
    display: inline-block;
    width: 240px;
    font-size: 1.2em;
}

.tgrTeamPoints {
    display: inline-block;
    width: 60px;
    text-align: right;
    font-size: 1.2em;
}

.tgrTeamScores {
    display: none;
    float: left;
    clear: both;
    position: relative;
    left: 69px;
    padding-bottom: 10px;
    min-width: 500px;
}

.tgrTeamOwnerHdr {
    display: inline-block;
    font-weight: bolder;
    width: 110px;
}

.tgrTeamNameHdr {
    display: inline-block;
    font-weight: bolder;
    width: 240px;
}

.tgrTeamPointsHdr {
    display: inline-block;
    font-weight: bolder;
    width: 75px;
    text-align: right;
}

/* Hall of Fame page*/
div.hofContainer {
    padding-right: 10px;
    float: left;
}

div.hofYear {
    font-size: 2.5em;
    font-weight: 600;
    width: 60px;
    color: blue;
}

div.hofName {
    font-size: 1.3em;
    float: left;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

div.hofImage {
}

div.hofYearContainer {
    float: left;
    clear: both;
}

/* Race Podiums page */
tr.rpRow1 {
    background-color: #e5ffdc;
}

tr.rpRow2 {
    background-color: #e5ecff;
}

td.rpDate {
    min-width: 60px;
    vertical-align: top;
}

td.rpRaceContainer {
    min-width: 150px;
    vertical-align: top;
}

div.rpRaceName {
    font-weight: bold;
}

div.rpFlag {
    width: 35px;
    vertical-align: top;
}

img.rpImgFlag {
    width: 30px;
    padding-top: 3px;
}

div.rpPodiumContainer {
    min-width: 450px;
    clear: left;
}

div.rpPosition {
    min-width: 30px;
    text-align: right;
    float: left;
    padding-right: 10px;
}

div.rpOwner {
    min-width: 150px;
    float: left;
}

div.rpTeamName {
    min-width: 200px;
    float: left;
}

div.rpPoints {
    min-width: 40px;
    text-align: right;
}

div.rpBold {
    font-weight: bold;
}

div.rpRaceNotHeld {
    padding-left: 40px;
}

/* Manage temporary drivers page */
tr.tdRow {
    height: 30px;
}

th.thrace {
    width: 170px;
}

th.thnormaldriver {
    width: 140px;
}

th.thtemporarydriver {
    width: 140px;
}

th.thactions {
    width: 140px;
}

input[type="submit"] {
    width: 50px;
}

div.tdadContainer {
    padding-bottom: 5px;
}

div.tdandLabel {
    width: 150px;
    float: left;
    padding-top: 5px;
}

input.tdadTextBox {
    width: 190px;
}

input.tdadSmallTextBox {
    width: 35px;
}

.tddropdownlist {
    background-color: #f2f2f2;
    border: 1px solid;
    border-color: #333;
    border-radius: 3px;
    width: 200px;
    height: 21px;
    font-size: 1.1em;
}

input.tdPrimaryDriverCheckbox {
    margin-top: 7px;
}

div.tdaeWrapper {
    padding-top: 8px;
}

div.tdaeLabel {
    float: left;
    width: 150px;
}

input.tdadSubmit {
    width: auto;
    margin-top: 12px;
}

div.tdLineBreak {
    padding-top: 12px;
    border-bottom: 1px solid blue;
    clear: both;
    float: none;
}

div.tdCurrentRaceLabel {
    width: 170px;
    float: left;
    font-size: 1.2em;
    font-weight: bold;
}

div.tdCurrentNormalDriverLabel {
    width: 140px;
    float: left;
    font-size: 1.2em;
    font-weight: bold;
}

div.tdCurrentReplacementLabel {
    width: 140px;
    float: left;
    font-size: 1.2em;
    font-weight: bold;
}

div.tdCurrentActionsLabel {
    width: 140px;
    float: left;
    font-size: 1.2em;
    font-weight: bold;
}

div.tdCurrentHeaderRow {
    padding-top: 12px;
    padding-bottom: 30px;
}

div.tdCurrentRow {
    clear: both;
    min-height: 30px;
}

div.tdCurrentRace {
    width: 170px;
    float: left;
    overflow: auto;
}

div.tdCurrentNormalDriver {
    width: 140px;
    float: left;
    overflow: auto;
}

div.tdCurrentReplacement {
    width: 140px;
    float: left;
    overflow: auto;
}

div.tdCurrentActions {
    width: 140px;
    float: left;
    min-height: 40px;
}


/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
    min-width: 400px;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

            fieldset ol li.staticText {
                margin-bottom: 5px;
            }

label {
    display: block;
    font-size: 1.2em;
    font-weight: 600;
}

    label.checkbox {
        display: inline;
    }

input, textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 0px 0px 0px 0px;
    padding: 5px;
    width: 300px;
}

textarea {
    font-family: inherit;
    width: 500px;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
    padding: 0px;
}

input[type="submit"],
input[type="button"],
button {
    background-color: #d3dce0;
    border: 1px solid #787878;
    cursor: pointer;
    font-family: "Segoe UI";
    font-size: 1.2em;
    font-weight: 600;
    padding: 7px;
    margin-right: 10px;
    width: auto;
}

    input[type="submit"].disabled,
    input[type="button"].disabled,
    button.disabled {
        opacity: 0.65;
        cursor: not-allowed;
    }

    input[type="submit"].pcGo {
        padding: 0px 7px 0px 7px;
        margin-left: 10px;
        margin-top: -4px;
    }

td input[type="submit"],
td input[type="button"],
td button {
    font-size: 1em;
    padding: 4px;
    margin-right: 4px;
}

input.logOffButton {
    border: none;
    background-color: white;
    font-size: 1em;
    color: #777;
    padding: 0px;
}

    input.logOffButton:hover {
        color: blue;
    }

input.buttonAsLink {
    background: none !important;
    border: none;
    padding: 0 !important;
    cursor: pointer;
    font-size: 1em;
    font-weight: normal;
}

input.manButReset {
    color: #333;
    border: 1px solid blue;
    background-color: #ddd;
    border-radius: 4px 4px;
    font-size: 1em;
    font-weight: 500;
}

input.stdButton {
    color: #333;
    border: 1px solid blue;
    padding: 5px 10px 8px 10px;
    background-color: #ddd;
    border-radius: 4px 4px;
    font-size: 1.2em;
    font-weight: 500;
}

a.button {
    background-color: #d3dce0;
    border: 1px solid #787878;
    cursor: pointer;
    font-family: "Segoe UI";
    font-size: 1.2em;
    font-weight: 600;
    padding: 8px;
    margin-right: 20px;
    width: auto;
    text-decoration: none;
}

.dropdownlist {
    background-color: #f2f2f2;
    border: 1px solid;
    border-color: #333;
    border-radius: 3px;
    width: 170px;
    height: 21px;
}

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
    font-weight: 300;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors, .jqValidation {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

input.erTextbox {
    width: 20px;
    font-size: 0.9em;
    text-align: right;
}


/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
    table-layout: fixed;
}

.mtDriver {
    width: 130px;
}

.mtCost {
    width: 25px;
    text-align: right;
}

.mtTotal {
    text-align: right;
}

.mtCheckbox {
    height: 10px;
}

th {
    font-size: 1.2em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

    th a {
        display: block;
        position: relative;
    }

        th a:link, th a:visited, th a:active, th a:hover {
            color: #333;
            font-weight: 600;
            text-decoration: none;
            padding: 0;
        }

        th a:hover {
            color: #000;
        }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

        th.asc a:after, th.desc a:after {
            display: block;
            position: absolute;
            right: 0em;
            top: 0;
            font-size: 0.75em;
        }

        th.asc a:after {
            content: '▲';
        }

        th.desc a:after {
            content: '▼';
        }

    th.centre {
        text-align: center;
    }

    th.right {
        text-align: right;
    }

    th.rightTotal {
        text-align: right;
        width: 40px;
    }

    th.tdOwner {
        min-width: 10em;
        padding-top: 16px;
    }

    th.tdTeamname {
        min-width: 25em;
        padding-top: 16px;
    }

.smallText {
    font-size: 0.75em;
    text-align: center;
}

td {
    padding: 0.1em 0.4em 0.25em 0.4em;
    border: 0 none;
    font-family: "Segoe UI";
    font-size: 1em;
    width: 2em;
}

    td.owner {
        min-width: 10em;
    }

    td.rrTeamname {
        min-width: 22em;
        font-size: smaller;
    }

    td.OwnerTeam {
        background-color: yellow;
        color: black;
    }

    td.teamname {
        font-size: 1.5em;
        font-weight: 600;
        color: blue;
        min-width: 22em;
    }

    td.driver {
        min-width: 130px;
    }

    td.cost {
        text-align: right;
    }

    td.capitaColor {
        color: black;
        background-color: #AACADD;
    }

    td.adventColor {
        color: white;
        background-color: black;
    }

    td.centre {
        text-align: center;
    }

    td.right {
        text-align: right;
    }

    td.trTotalScore {
        width: 9em;
        text-align: right;
    }

    td.trDifference {
        min-width: 60px;
        text-align: right;
    }

    td.tdSelected {
        border: 1px solid #AAA;
        background-color: #70ff37;
        width: 18px;
    }

    td.boxed {
        border: 1px solid #AAA;
        font-size: 1.2em;
    }

    td.rrBoxed {
        border: 1px solid #AAA;
        min-width: 25px;
    }

    td.vmtcDriver {
        min-width: 135px;
        border: 1px solid #999;
        font-size: 1.2em;
    }

    td.vmtcInTeam {
        width: 15px;
        border: 1px solid #999;
        background-color: #c0e3f8;
        text-align: right;
    }

    td.vmtcNotInTeam {
        width: 15px;
        border: 1px solid #999;
        background-color: #ffb8b8;
        text-align: right;
    }

    td.vmtcInterestTotal {
        border: 1px solid #999;
        background-color: #fff87c;
    }

    td.vmtcCar {
        border: 1px solid #999;
    }

    td.vmtcNextRace {
        border: 1px solid #999;
        background-color: #D4FFBF;
    }

    td.cntCheckbox {
        border: 1px solid #AAA;
        text-align: center;
    }

    td.cntDriver {
        border: 1px solid #AAA;
        width: 175px;
        font-size: 1.5em;
        font-weight: 600;
        color: #020185;
    }

    td.cntCost {
        border: 1px solid #AAA;
        text-align: right;
        font-size: 1.5em;
        font-weight: 600;
        color: #020185;
    }

    td.cntCarTeam {
        border: 1px solid #AAA;
        min-width: 90px;
    }

    td.cntMugshot {
        border: 1px solid #AAA;
    }

    td.cntCarImage {
        border: 1px solid #AAA;
    }

    td.cntPowerUnit {
        border: 1px solid #AAA;
        min-width: 70px;
    }

    td.cntFlag {
        border: 1px solid #AAA;
    }

    td.erDriver {
        min-width: 130px;
        border: 1px solid #999;
    }

    td.erMugshot {
        min-width: 30px;
        border: 1px solid #999;
        text-align: center;
    }

    td.erPosition {
        min-width: 50px;
        border: 1px solid #999;
        text-align: center;
    }

    td.erFastestLap {
        min-width: 60px;
        border: 1px solid #999;
        text-align: center;
    }

tr.pager td {
    padding: 0 0.25em 0 0;
}

img.f1car {
    width: 150px;
}

img.mugshot {
    width: 30px;
    vertical-align: bottom;
}

img.flag {
    width: 30px;
    vertical-align: bottom;
}

input.vtcTeamName {
    font-size: 1.5em;
    font-weight: 600;
    color: blue;
    background-color: #f4f4f4;
    min-width: 20em;
}

div.vtcEditNameContainer {
    padding-top: 5px;
}

div.vtcTeamNameContainer {
    float: left;
    padding-right: 30px;
    padding-bottom: 5px;
}

div.vtcTeamName {
    font-size: 1.7em;
    font-weight: 600;
    color: blue;
    min-width: 20em;
    padding-top: 5px;
}

div.vtcEditButtonContainer {
    float: left;
    vertical-align: middle;
    line-height: 33px;
}

div.vtcText {
    font-size: 1.2em;
}

span.vtcKeyCurrent {
    background-color: #c0e3f8;
}

span.vtcKeyRemoved {
    background-color: #ffb8b8;
}

span.vtcKeyNextRace {
    background-color: #d4ffbf;
}

span.vtcKey {
    min-width: 40px;
    display: inline-block;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}

.regLabel {
    float: left;
    min-width: 120px;
    padding-top: 5px;
}

.cpLabel {
    float: left;
    min-width: 150px;
    padding-top: 5px;
}

.cesLabel {
    float: left;
    min-width: 150px;
    font-size: 1.2em;
    font-weight: 600;
}

.cpValidationError {
    padding-left: 10px;
}

div.indexPodiumTeam {
    font-size: 1.0em;
    padding-left: 5px;
    padding-right: 15px;
    padding-bottom: 10px;
    float: left;
}

div.indexPodiumName {
    font-size: 1.0em;
    width: 150px;
    float: left;
}

div#javascriptWarning {
    font-size: 1.5em;
    font-weight: 600;
    color: red;
}

p.rpcPara {
    padding-bottom: 10px;
}

.paddingTop12 {
    padding-top: 12px;
}

.textMarginBottom {
    padding-bottom: 5px;
}

/* Settings screen */
div.setContainer {
    clear: left;
    padding-top: 10px;
}

div.setControl {
    float: left;
    padding-right: 15px;
    margin-top: 4px;
    font-size: 1.2em;
}

div.setSave {
    padding-top: 10px;
}

div.setHomePageContainer {
    display: table;
    clear: both;
    padding: 5px 5px 3px 5px;
}

div.setHomePageSelected {
    background-color: #fffebf;
}

span.setCol1 {
    float: left;
    width: 140px;
    font-size: 1.2em;
    font-weight: 600;
}

span.setCol2 {
    float: left;
}

img.setHomeImage {
    border: 1px solid blue;
}

div.poPoll {
    font-size: 16px;
    width: 60px;
    float: left;
    color: blue;
    font-weight: 600;
}

div.poContainer {
    margin-left: 60px;
}

div.poTitle {
    font-size: 16px;
    color: blue;
    padding-right: 10px;
    padding-bottom: 3px;
}

div.poDescription {
    margin-right: 20px;
}

div#noOfCharacters.poCharacters {
    color: orange;
}

div.poRadioContainer {
    padding-top: 4px;
}

div.poRadioContainerInput {
    vertical-align: text-top;
}

input.poRadioInput {
    width: 25px;
    float: left;
    margin-top: 2px;
    background-color: #f2f2f2;
}


div.poRadioContainerLabel label {
    font-size: 1em;
    margin-left: 30px;
}

input.poSubmit {
    margin-top: 15px;
}

textarea.poComment {
    margin-top: 10px;
    width: 300px;
    font-size: 1em;
}

.poResultsTitle {
    font-size: 16px;
    color: blue;
    margin-top: 10px;
    margin-bottom: 5px;
}

.orange {
    height: 10px;
    position: relative;
    background: #555;
    margin-bottom: 10px;
}

    .orange span {
        display: block;
        height: 10px;
        background-color: orange;
    }

/* Dashboard page */
div.dashstackedbar {
    width: 300px;
    height: 30px;
    border: solid 1px blue;
    float: left;
    box-shadow: 2px 2px #BBB;
}

span.dashbar1 {
    background-color: lavender;
    display: inline-block;
    height: 100%;
    box-sizing: border-box;
    float: left;
    text-align: left;
    padding-top: 5px;
    padding-left: 10px;
    font-size: 1.3em;
    font-weight: 600;
    text-wrap: nowrap;
}

span.dashbar2 {
    display: inline-block;
    height: 100%;
    box-sizing: border-box;
    float: left;
    background: #FFF;
}

div.dashlabellink {
    float: left;
    width: 150px;
    padding-top: 10px;
    font-size: 1.2em;
}

div.spacing {
    float: left;
    margin-bottom: 7px;
}

a.dashlink {
    padding-left: 0px;
    padding-right: 0px;
}

div.dashsectiontitle {
    font-size: 1.5em;
    color: black;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 6px;
    color: blue;
}

div.dashteamsummary {
    font-size: 1.2em;
    padding-bottom: 9px;
}

div.dashteamdrivercontainer {
    border: 0.5px solid gainsboro;
    max-width: 530px;
}

div.dashmugshot {
    margin-left: 2px;
    margin-top: 2px;
    float: left;
    width: 40px;
}

div.dashflag {
    float: left;
}

div.dashtla {
    float: left;
    padding-top: 9px;
    width: 24px;
}

div.dashnumber {
    float: left;
    width: 20px;
    padding-top: 9px;
    text-align: right;
    padding-right: 15px;
}

div.dashdrivername {
    float: left;
    width: 150px;
    padding-top: 5px;
    font-weight: 600;
    font-size: 1.3em;
}

div.dashdrivercost {
    float: left;
    width: 20px;
    padding-top: 5px;
    padding-right: 15px;
    text-align: right;
    font-weight: 600;
    font-size: 1.3em;
}

div.dashteamcolour {
    float: left;
    min-width: 25px;
    height: 25px;
    border: 0.5px solid gainsboro;
    margin-top: 3px;
    margin-right: 10px;
}

div.dashcar {
    min-height: 40px;
}

img.dashcar {
    float: left;
    width: 150px;
}

img.dashflag {
    margin-top: 9px;
    margin-right: 10px;
    width: 25px;
    border: 0.5px solid gainsboro;
}

th.wfdriver {
    min-width: 310px;
}

td.wfpoint {
    width: 15px;
    border: 1px solid #999;
    background-color: #c0e3f8;
    text-align: right;
    font-size: 1.1em;
}

td.wfinterest {
    border: 1px solid #999;
    font-size: 1.1em;
}

td.wfracetotal {
    border: 1px solid #999;
    background-color: #fff87c;
    font-size: 1.1em;
}

div.wfHeader {
    padding-top: 5px;
}

span.wfYear {
    float: left;
    padding-top: 2px;
}

span.wfWinnerLabel {
    font-size: 1.3em;
    font-weight: 600;
    width: 100px;
    display: inline-block;
}

span.wfWinner {
    font-size: 1.3em;
    font-weight: 600;
    color: blue;
    width: 130px;
    display: inline-block;
}

span.wfTeamLabel {
    font-size: 1.3em;
    font-weight: 600;
    width: 50px;
    display: inline-block;
}

span.wfTeam {
    font-size: 1.3em;
    font-weight: 600;
    color: blue;
    width: 330px;
    display: inline-block;
}

@media only screen and (max-device-width: 360px) {
    div .intro {
        width: 330px;
    }

    div.update {
        width: 330px;
    }

    ul#menu {
        font-size: 1.05em;
    }

        ul#menu li {
            padding-left: 5px;
            padding-right: 5px;
            border-right: 1px solid red;
        }

    div.privacy {
        width: 345px;
    }

    div.footerCopyright {
        width: 35%;
    }

    div.footerRight {
        width: 55%;
        text-align: right;
    }

    p.ssYourTeam {
        width: 340px;
    }

    footer {
        height: 50px;
    }
}

@media only screen and (max-device-width: 592px) and (orientation : landscape) {
    div.intro {
        width: 290px;
        padding-right: 15px;
    }

    div.update {
        width: 265px;
    }
}
