﻿    .mylist {
        list-style-type: none;
        display: inline-block;
        margin: 0;
        padding: 0px;
    }

    .mylist li {
        display: inline-block;
        list-style: none;
        margin-right: 4px;
    }

    .mylist li a {
        background-color: white;
    }

    .mytable {
        margin-bottom: 0px !important;
    }
    .mytable tr:first-child > td {
        background-color: #18202a;
    }
    .mytable td {
        padding: 0px !important;
    }

    .mytable img {
        height: 40px;
    }

    .current td {
        background-color: white;
        padding: 3px !important;
    }

    .current img {
        height: auto !important;
    }

    .current span {
        color: black;
    }

    .current {
    }

    .current tr:first-child > td {
        
        background-color:#f54f04;
    }

    .details td {
        /*border-right: 1px black solid;*/
        background-color: white !important;
        color: black !important;
    }

    .details thead th {
        color: #0f3857;
        font-size: 1em;
    }

    .details {
        margin: auto;
    }

    .windir {
        background-size: contain;
        background-position: center;
        margin: auto;
        width: 40px;
        text-align: center;
        height: 40px;
        background-repeat: no-repeat;
        background-image: url('http://events.sailracer.org/weather/arrows/225.png');
    }

    .windir span {
        text-align: center;
        vertical-align: middle;
        line-height: 40px;
    }