/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *

*/

@media screen and (min-width: 767px) and (max-width: 999px) {

    body {
        background-color: #edecea;
        color: #000;
        padding-top: 86px;
        min-width: 767px !important;
    }

    input {
        color: #000;
    }

    h1, h2, h3, h4, h5 {
        color: black;
    }

    .desk, .mob, .not-tab {
        display: none;
    }

    .tab
    {
        display: inherit;
    }

    .container_12 {
        width: 728px;
        margin: 0px auto;
    }

    /* Structure */
    .container {
        width: 100%;
    }

    .grid_10 {
        margin: 0 auto;
    }

    .grid1,
    .grid2,
    .grid3,
    .grid4,
    .grid5,
    .grid6,
    .grid7,
    .grid8,
    .grid9,
    .grid10,
    .grid11,
    .grid12 {
        display: inline;
        float: left;
        margin-left: 10px;
        margin-right: 10px;
    }

    /* typography */
    h1 {
        font-size: 1.6em;
        padding: 12px 0 6px;
        margin-bottom: 12px;
        color: black;
    }

    h2 {
        color: black;
        font-size: 1.3em;
        margin-bottom: 16px;
        padding-bottom: 8px;
    }

    h3 {
        font-weight: bold;
        line-height: 1.2;
        margin-bottom: 6px;
    }

    h4 {
        font-size: 1.05em;
        margin: 0;
    }

    a {
        color: #cc3333;
        text-decoration: none;
    }

    a:hover, a:focus {
        color: #000;
        text-decoration: underline;
    }

    p {
        margin-bottom: 22px;
        font-size: 1em;
        line-height: 1.6;
    }

    blockquote {
        color: #cc3333;
        margin-bottom: 22px;
    }

    .meta {
        font-size: 0.8em;
        color: #777;
        font-weight: normal;
    }

    .positive {
        color: green;
    }

    .negative {
        color: red;
    }

    /* tables */
    table {
        max-width: 100%;
        background-color: transparent;
        border-collapse: collapse;
        border-spacing: 0;
    }

    td.center, th.center {
        text-align: center !important;
    }

    .table {
        width: 100%;
        margin-bottom: 20px;
    }

    .table th,
    .table td {
        padding: 5px;
        line-height: 1.2;
        text-align: left;
        vertical-align: middle;
        border-top: 1px solid #dddddd;
    }

    .table th {
        font-weight: bold;
    }

    .table thead th {
        vertical-align: bottom;
    }

    .table caption + thead tr:first-child th,
    .table caption + thead tr:first-child td,
    .table colgroup + thead tr:first-child th,
    .table colgroup + thead tr:first-child td,
    .table thead:first-child tr:first-child th,
    .table thead:first-child tr:first-child td {
        border-top: 0;
    }

    .table tbody + tbody {
        border-top: 2px solid #dddddd;
    }

    .table .table {
        background-color: #ffffff;
    }

    .table-condensed th,
    .table-condensed td {
        padding: 4px 5px;
    }

    .table-bordered {
        border: 1px solid #dddddd;
        border-collapse: collapse;
        border-left: 0;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    .table-bordered th,
    .table-bordered td {
        border-left: 1px solid #dddddd;
    }

    .table-bordered caption + thead tr:first-child th,
    .table-bordered caption + tbody tr:first-child th,
    .table-bordered caption + tbody tr:first-child td,
    .table-bordered colgroup + thead tr:first-child th,
    .table-bordered colgroup + tbody tr:first-child th,
    .table-bordered colgroup + tbody tr:first-child td,
    .table-bordered thead:first-child tr:first-child th,
    .table-bordered tbody:first-child tr:first-child th,
    .table-bordered tbody:first-child tr:first-child td {
        border-top: 0;
    }

    .table-bordered thead:first-child tr:first-child > th:first-child,
    .table-bordered tbody:first-child tr:first-child > td:first-child,
    .table-bordered tbody:first-child tr:first-child > th:first-child {
        -webkit-border-top-left-radius: 4px;
        -moz-border-radius-topleft: 4px;
        border-top-left-radius: 4px;
    }

    .table-bordered thead:first-child tr:first-child > th:last-child,
    .table-bordered tbody:first-child tr:first-child > td:last-child,
    .table-bordered tbody:first-child tr:first-child > th:last-child {
        -webkit-border-top-right-radius: 4px;
        -moz-border-radius-topright: 4px;
        border-top-right-radius: 4px;
    }

    .table-bordered thead:last-child tr:last-child > th:first-child,
    .table-bordered tbody:last-child tr:last-child > td:first-child,
    .table-bordered tbody:last-child tr:last-child > th:first-child,
    .table-bordered tfoot:last-child tr:last-child > td:first-child,
    .table-bordered tfoot:last-child tr:last-child > th:first-child {
        -webkit-border-bottom-left-radius: 4px;
        -moz-border-radius-bottomleft: 4px;
        border-bottom-left-radius: 4px;
    }

    .table-bordered thead:last-child tr:last-child > th:last-child,
    .table-bordered tbody:last-child tr:last-child > td:last-child,
    .table-bordered tbody:last-child tr:last-child > th:last-child,
    .table-bordered tfoot:last-child tr:last-child > td:last-child,
    .table-bordered tfoot:last-child tr:last-child > th:last-child {
        -webkit-border-bottom-right-radius: 4px;
        -moz-border-radius-bottomright: 4px;
        border-bottom-right-radius: 4px;
    }

    .table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius-bottomleft: 0;
        border-bottom-left-radius: 0;
    }

    .table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
        -webkit-border-bottom-right-radius: 0;
        -moz-border-radius-bottomright: 0;
        border-bottom-right-radius: 0;
    }

    .table-bordered caption + thead tr:first-child th:first-child,
    .table-bordered caption + tbody tr:first-child td:first-child,
    .table-bordered colgroup + thead tr:first-child th:first-child,
    .table-bordered colgroup + tbody tr:first-child td:first-child {
        -webkit-border-top-left-radius: 4px;
        -moz-border-radius-topleft: 4px;
        border-top-left-radius: 4px;
    }

    .table-bordered caption + thead tr:first-child th:last-child,
    .table-bordered caption + tbody tr:first-child td:last-child,
    .table-bordered colgroup + thead tr:first-child th:last-child,
    .table-bordered colgroup + tbody tr:first-child td:last-child {
        -webkit-border-top-right-radius: 4px;
        -moz-border-radius-topright: 4px;
        border-top-right-radius: 4px;
    }

    .table-striped tbody > tr:nth-child(odd) > td,
    .table-striped tbody > tr:nth-child(odd) > th {
        background-color: #f8e8e8;
        font-size: 0.9em;
    }

    .table-striped tbody > tr:nth-child(even) > td,
    .table-striped tbody > tr:nth-child(even) > th {
        background-color: #f4f9fc;
        font-size: 0.9em;
    }

    .table-hover tbody tr:hover > td,
    .table-hover tbody tr:hover > th {
        background-color: #f5f5f5;
    }

    table td[class*="span"],
    table th[class*="span"],
    .row-fluid table td[class*="span"],
    .row-fluid table th[class*="span"] {
        display: table-cell;
        float: none;
        margin-left: 0;
    }

    .table td.span1,
    .table th.span1 {
        float: none;
        width: 44px;
        margin-left: 0;
    }

    .table td.span2,
    .table th.span2 {
        float: none;
        width: 124px;
        margin-left: 0;
    }

    .table td.span3,
    .table th.span3 {
        float: none;
        width: 204px;
        margin-left: 0;
    }

    .table td.span4,
    .table th.span4 {
        float: none;
        width: 284px;
        margin-left: 0;
    }

    .table td.span5,
    .table th.span5 {
        float: none;
        width: 364px;
        margin-left: 0;
    }

    .table td.span6,
    .table th.span6 {
        float: none;
        width: 444px;
        margin-left: 0;
    }

    .table td.span7,
    .table th.span7 {
        float: none;
        width: 524px;
        margin-left: 0;
    }

    .table td.span8,
    .table th.span8 {
        float: none;
        width: 604px;
        margin-left: 0;
    }

    .table td.span9,
    .table th.span9 {
        float: none;
        width: 684px;
        margin-left: 0;
    }

    .table td.span10,
    .table th.span10 {
        float: none;
        width: 764px;
        margin-left: 0;
    }

    .table td.span11,
    .table th.span11 {
        float: none;
        width: 844px;
        margin-left: 0;
    }

    .table td.span12,
    .table th.span12 {
        float: none;
        width: 924px;
        margin-left: 0;
    }

    .table tbody tr.success > td {
        background-color: #dff0d8;
    }

    .table tbody tr.error > td {
        background-color: #f2dede;
    }

    .table tbody tr.warning > td {
        background-color: #fcf8e3;
    }

    .table tbody tr.info > td {
        background-color: #d9edf7;
    }

    .table-hover tbody tr.success:hover > td {
        background-color: #d0e9c6;
    }

    .table-hover tbody tr.error:hover > td {
        background-color: #ebcccc;
    }

    .table-hover tbody tr.warning:hover > td {
        background-color: #faf2cc;
    }

    .table-hover tbody tr.info:hover > td {
        background-color: #c4e3f3;
    }

    /*theme*/
    #main_container {
        min-height: 760px;
        background-color: #f4f4f4;
        padding-bottom: 30px;
        margin-bottom: 40px;
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0 0px 3px rgba(0, 0, 0, 0.25);
        box-shadow: 0 0px 3px rgba(0, 0, 0, 0.25);
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }

    #top_bar {
        background-color: #cc3333;
        margin-bottom: 10px;
        height: 50px;
        border-top: 1px solid #111111;
    }

    #footer_wrap {
        height: 68px;
        background-color: #edecea;
        width: 768px;
        margin: 0px auto;
    }

    #footer_wrap .container {
        text-align: center;
    }

    #main_footer_content {
        text-align: center;
        color: #999;
        margin-top: 20px;
        font-size: 0.8em;
        margin-left: auto;
        margin-right: auto;
        width: 100%
    }

    #main_footer_content a {
        color: #ccc;
        text-decoration: none;
    }

    #main_footer_content .footer_links a {
        color: #999;
        text-decoration: none;
    }

    #main_footer_content a:hover {
        color: #ee1c25;
        text-decoration: underline;
    }

    span.score {
        height: 28px;
        width: 28px;
        display: inline-block;
        background-image: url(/assets/small_circle_highlight-8f4f6d6bbfe86f4b0081bdc2f3138e72fd35affb37d57937f325124d6e89d2a0.png);
        line-height: 28px;
        font-weight: bold;
        text-align: center;
    }

    /* nav */
    #top_bar .app_logo {
        float: left;
        position: relative;
        display: block;
        top: 8px;
        height: 30px;
        width: 141px;
        padding-right: 70px;
        border-right: 1px solid #971111;
        text-indent: -9000px;
        /*background: transparent url() no-repeat 0% 100%;*/
    }

    #client_branding {
        display: block;
        margin-top: -10px;
        margin-bottom: 5px;
    }

    #client_branding .client_logo {
        display: block;
        float: left;
        width: 152px;
        height: 50px;
        margin-top: 0px;
        /*background: transparent url() no-repeat 0 0;*/
        text-indent: -90000px;
    }

    #client_branding .client_badge {
        display: block;
        float: right;
        width: 150px;
        height: 40px;
        margin-top: 8px;
        background: transparent url(/assets/tayb_badge-9e7df764a519b9061d9ad32f6134f99757a3b06678eb929a413045c5a746c675.png) no-repeat 0 0;
        text-indent: -90000px;
    }

    .nav > li > a {
        display: block;
    }

    .nav > li > a:hover,
    .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee;
    }

    .nav > li > a > img {
        max-width: none;
    }

    .nav > .pull-right {
        float: right;
    }

    .nav-header {
        display: block;
        padding: 3px 15px;
        font-size: 11px;
        font-weight: bold;
        line-height: 20px;
        color: #999999;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
        text-transform: uppercase;
    }

    .nav li + .nav-header {
        margin-top: 9px;
    }

    .nav-list {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 0;
    }

    .nav-list > li > a,
    .nav-list .nav-header {
        margin-left: -15px;
        margin-right: -15px;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    }

    .nav-list > li > a {
        padding: 3px 15px;
    }

    .nav-list > .active > a,
    .nav-list > .active > a:hover,
    .nav-list > .active > a:focus {
        color: #ffffff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
        background-color: #0088cc;
    }

    .nav-list [class^="icon-"],
    .nav-list [class*=" icon-"] {
        margin-right: 2px;
    }

    .nav-list .divider {
        *width: 100%;
        height: 1px;
        margin: 9px 1px;
        *margin: -5px 0 5px;
        overflow: hidden;
        background-color: #e5e5e5;
        border-bottom: 1px solid #ffffff;
    }

    .nav-tabs,
    .nav-pills {
        *zoom: 1;
    }

    .nav-tabs:before,
    .nav-pills:before,
    .nav-tabs:after,
    .nav-pills:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .nav-tabs:after,
    .nav-pills:after {
        clear: both;
    }

    .nav-tabs > li,
    .nav-pills > li {
        float: left;
    }

    .nav-tabs > li > a,
    .nav-pills > li > a {
        padding-right: 12px;
        padding-left: 12px;
        margin-right: 2px;
        line-height: 14px;
    }

    .nav-tabs {
        border-bottom: 1px solid #ddd;
        margin-top: 20px;
    }

    .nav-tabs > li {
        margin-bottom: -1px;
    }

    .nav-tabs > li > a {
        padding-top: 8px;
        padding-bottom: 8px;
        line-height: 20px;
        border: 1px solid transparent;
        -webkit-border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0;
        color: #666;
    }

    .nav-tabs > li > a:hover,
    .nav-tabs > li > a:focus {
        border-color: #eeeeee #eeeeee #dddddd;
        background: #cc3333;
        color: #fff;
    }

    .nav-tabs > .active > a,
    .nav-tabs > .active > a:hover,
    .nav-tabs > .active > a:focus {
        color: #111111;
        background-color: #ffffff;
        border: 1px solid #ddd;
        border-bottom-color: transparent;
        cursor: default;
        font-weight: bold;
    }

    .nav-pills > li > a {
        padding-top: 8px;
        padding-bottom: 8px;
        margin-top: 2px;
        margin-bottom: 2px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    .nav-pills > .active > a,
    .nav-pills > .active > a:hover,
    .nav-pills > .active > a:focus {
        color: #ffffff;
        background-color: #0088cc;
    }

    .nav-stacked > li {
        float: none;
    }

    .nav-stacked > li > a {
        margin-right: 0;
    }

    .nav-tabs.nav-stacked {
        border-bottom: 0;
    }

    .nav-tabs.nav-stacked > li > a {
        border: 1px solid #ddd;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .nav-tabs.nav-stacked > li:first-child > a {
        -webkit-border-top-right-radius: 4px;
        -moz-border-radius-topright: 4px;
        border-top-right-radius: 4px;
        -webkit-border-top-left-radius: 4px;
        -moz-border-radius-topleft: 4px;
        border-top-left-radius: 4px;
    }

    .nav-tabs.nav-stacked > li:last-child > a {
        -webkit-border-bottom-right-radius: 4px;
        -moz-border-radius-bottomright: 4px;
        border-bottom-right-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
        -moz-border-radius-bottomleft: 4px;
        border-bottom-left-radius: 4px;
    }

    .nav-tabs.nav-stacked > li > a:hover,
    .nav-tabs.nav-stacked > li > a:focus {
        border-color: #ddd;
        z-index: 2;
    }

    .nav-pills.nav-stacked > li > a {
        margin-bottom: 3px;
    }

    .nav-pills.nav-stacked > li:last-child > a {
        margin-bottom: 1px;
    }

    .nav-tabs .dropdown-menu {
        -webkit-border-radius: 0 0 6px 6px;
        -moz-border-radius: 0 0 6px 6px;
        border-radius: 0 0 6px 6px;
    }

    .nav-pills .dropdown-menu {
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
    }

    .nav .dropdown-toggle .caret {
        border-top-color: #0088cc;
        border-bottom-color: #0088cc;
        margin-top: 6px;
    }

    .nav .dropdown-toggle:hover .caret,
    .nav .dropdown-toggle:focus .caret {
        border-top-color: #005580;
        border-bottom-color: #005580;
    }

    /* move down carets for tabs */
    .nav-tabs .dropdown-toggle .caret {
        margin-top: 8px;
    }

    .nav .active .dropdown-toggle .caret {
        border-top-color: #fff;
        border-bottom-color: #fff;
    }

    .nav-tabs .active .dropdown-toggle .caret {
        border-top-color: #555555;
        border-bottom-color: #555555;
    }

    .nav > .dropdown.active > a:hover,
    .nav > .dropdown.active > a:focus {
        cursor: pointer;
    }

    .nav-tabs .open .dropdown-toggle,
    .nav-pills .open .dropdown-toggle,
    .nav > li.dropdown.open.active > a:hover,
    .nav > li.dropdown.open.active > a:focus {
        color: #ffffff;
        background-color: #999999;
        border-color: #999999;
    }

    .nav li.dropdown.open .caret,
    .nav li.dropdown.open.active .caret,
    .nav li.dropdown.open a:hover .caret,
    .nav li.dropdown.open a:focus .caret {
        border-top-color: #ffffff;
        border-bottom-color: #ffffff;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .tabs-stacked .open > a:hover,
    .tabs-stacked .open > a:focus {
        border-color: #999999;
    }

    .tabbable {
        *zoom: 1;
    }

    .tabbable:before,
    .tabbable:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .tabbable:after {
        clear: both;
    }

    .tab-content {
        overflow: auto;
        padding: 0px 10px 20px 10px;
    }

    .tab-content ul h3 {
        color: #cc3333;
        font-weight: normal;
        margin-top: 30px;
    }

    .tab-content ul li {
        padding: 0px 0 10px 0;
        border-bottom: 1px solid #dddddd;
        margin-bottom: 30px;
    }

    .tabs-below > .nav-tabs,
    .tabs-right > .nav-tabs,
    .tabs-left > .nav-tabs {
        border-bottom: 0;
    }

    .tab-content > .tab-pane,
    .pill-content > .pill-pane {
        display: none;
    }

    .tab-content > .active,
    .pill-content > .active {
        display: block;
    }

    .tabs-below > .nav-tabs {
        border-top: 1px solid #ddd;
    }

    .tabs-below > .nav-tabs > li {
        margin-top: -1px;
        margin-bottom: 0;
    }

    .tabs-below > .nav-tabs > li > a {
        -webkit-border-radius: 0 0 4px 4px;
        -moz-border-radius: 0 0 4px 4px;
        border-radius: 0 0 4px 4px;
    }

    .tabs-below > .nav-tabs > li > a:hover,
    .tabs-below > .nav-tabs > li > a:focus {
        border-bottom-color: transparent;
        border-top-color: #ddd;
    }

    .tabs-below > .nav-tabs > .active > a,
    .tabs-below > .nav-tabs > .active > a:hover,
    .tabs-below > .nav-tabs > .active > a:focus {
        border-color: transparent #ddd #ddd #ddd;
    }

    .tabs-left > .nav-tabs > li,
    .tabs-right > .nav-tabs > li {
        float: none;
    }

    .tabs-left > .nav-tabs > li > a,
    .tabs-right > .nav-tabs > li > a {
        min-width: 74px;
        margin-right: 0;
        margin-bottom: 3px;
    }

    .tabs-left > .nav-tabs {
        float: left;
        margin-right: 19px;
        border-right: 1px solid #ddd;
    }

    .tabs-left > .nav-tabs > li > a {
        margin-right: -1px;
        -webkit-border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px;
        border-radius: 4px 0 0 4px;
    }

    .tabs-left > .nav-tabs > li > a:hover,
    .tabs-left > .nav-tabs > li > a:focus {
        border-color: #eeeeee #dddddd #eeeeee #eeeeee;
    }

    .tabs-left > .nav-tabs .active > a,
    .tabs-left > .nav-tabs .active > a:hover,
    .tabs-left > .nav-tabs .active > a:focus {
        border-color: #ddd transparent #ddd #ddd;
        *border-right-color: #ffffff;
    }

    .tabs-right > .nav-tabs {
        float: right;
        margin-left: 19px;
        border-left: 1px solid #ddd;
    }

    .tabs-right > .nav-tabs > li > a {
        margin-left: -1px;
        -webkit-border-radius: 0 4px 4px 0;
        -moz-border-radius: 0 4px 4px 0;
        border-radius: 0 4px 4px 0;
    }

    .tabs-right > .nav-tabs > li > a:hover,
    .tabs-right > .nav-tabs > li > a:focus {
        border-color: #eeeeee #eeeeee #eeeeee #dddddd;
    }

    .tabs-right > .nav-tabs .active > a,
    .tabs-right > .nav-tabs .active > a:hover,
    .tabs-right > .nav-tabs .active > a:focus {
        border-color: #ddd #ddd #ddd transparent;
        *border-left-color: #ffffff;
    }

    .nav > .disabled > a {
        color: #999999;
    }

    .nav > .disabled > a:hover,
    .nav > .disabled > a:focus {
        text-decoration: none;
        background-color: transparent;
        cursor: default;
    }

    .dropup,
    .dropdown {
        position: relative;
    }

    .dropdown-toggle {
        *margin-bottom: -3px;
    }

    .dropdown-toggle:active,
    .open .dropdown-toggle {
        outline: 0;
    }

    .caret {
        display: inline-block;
        width: 0;
        height: 0;
        vertical-align: top;
        border-top: 4px solid #000000;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        content: "";
    }

    .dropdown .caret {
        margin-top: 8px;
        margin-left: 2px;
    }

    .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 160px;
        padding: 5px 0;
        margin: 2px 0 0;
        list-style: none;
        background-color: #ffffff;
        border: 1px solid #ccc;
        border: 1px solid rgba(0, 0, 0, 0.2);
        *border-right-width: 2px;
        *border-bottom-width: 2px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
    }

    .dropdown-menu.pull-right {
        right: 0;
        left: auto;
    }

    .dropdown-menu .divider {
        *width: 100%;
        height: 1px;
        margin: 9px 1px;
        *margin: -5px 0 5px;
        overflow: hidden;
        background-color: #e5e5e5;
        border-bottom: 1px solid #ffffff;
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 20px;
        color: #333333;
        white-space: nowrap;
    }

    .dropdown-menu > li > a:hover,
    .dropdown-menu > li > a:focus,
    .dropdown-submenu:hover > a,
    .dropdown-submenu:focus > a {
        text-decoration: none;
        color: #ffffff;
        background-color: #0081c2;
        background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
        background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
        background-image: -o-linear-gradient(top, #0088cc, #0077b3);
        background-image: linear-gradient(to bottom, #0088cc, #0077b3);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
    }

    .dropdown-menu > .active > a,
    .dropdown-menu > .active > a:hover,
    .dropdown-menu > .active > a:focus {
        color: #ffffff;
        text-decoration: none;
        outline: 0;
        background-color: #0081c2;
        background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
        background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
        background-image: -o-linear-gradient(top, #0088cc, #0077b3);
        background-image: linear-gradient(to bottom, #0088cc, #0077b3);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
    }

    .dropdown-menu > .disabled > a,
    .dropdown-menu > .disabled > a:hover,
    .dropdown-menu > .disabled > a:focus {
        color: #999999;
    }

    .dropdown-menu > .disabled > a:hover,
    .dropdown-menu > .disabled > a:focus {
        text-decoration: none;
        background-color: transparent;
        background-image: none;
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        cursor: default;
    }

    .open {
        *z-index: 1000;
    }

    .open > .dropdown-menu {
        display: block;
    }

    .dropdown-backdrop {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        z-index: 990;
    }

    .pull-right > .dropdown-menu {
        right: 0;
        left: auto;
    }

    .dropup .caret,
    .navbar-fixed-bottom .dropdown .caret {
        border-top: 0;
        border-bottom: 4px solid #000000;
        content: "";
    }

    .dropup .dropdown-menu,
    .navbar-fixed-bottom .dropdown .dropdown-menu {
        top: auto;
        bottom: 100%;
        margin-bottom: 1px;
    }

    .dropdown-submenu {
        position: relative;
    }

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropup .dropdown-submenu > .dropdown-menu {
        top: auto;
        bottom: 0;
        margin-top: 0;
        margin-bottom: -2px;
        -webkit-border-radius: 5px 5px 5px 0;
        -moz-border-radius: 5px 5px 5px 0;
        border-radius: 5px 5px 5px 0;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #cccccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #ffffff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

    .dropdown-submenu.pull-left > .dropdown-menu {
        left: -100%;
        margin-left: 10px;
        -webkit-border-radius: 6px 0 6px 6px;
        -moz-border-radius: 6px 0 6px 6px;
        border-radius: 6px 0 6px 6px;
    }

    .dropdown .dropdown-menu .nav-header {
        padding-left: 20px;
        padding-right: 20px;
    }

    .typeahead {
        z-index: 1051;
        margin-top: 2px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    nav {
        display: inline-block;
        margin: 0;
        padding: 0;
    }

    #main_nav {
        top: 0px;
        right: 0px;
        overflow: hidden;
        width: 140px;
        height: 100%;
        margin-left: 20px;
    }

    #main_nav ul {
        margin-left: 10px;
        width: 120px;
    }

    #main_nav ul li a {
        font-size: 16px;
    }


    #main_nav li a {
        color: white;
        display: block;
        font-family: "gillsanslight";
        /*font-weight: 100;*/
        font-size: 20px;
        padding-top: 19px;
        height: 20px;
        padding-bottom: 15px;
        text-align: left;
        vertical-align: middle;
        text-decoration: none;
        border-bottom: 1px solid #cccccc;
        width: 147px;
        padding-left: 3px;
        letter-spacing: -0.5px;
    }

    #main_nav li a.selected {
        font-weight: bold;
        font-family: 'gillsans'
    }

    #main_nav li a:hover {
        font-weight: bold;
        font-family: 'gillsans'
    }

    #main_nav > li:first-child a {
        border-top: 0px solid #cccccc;
    }

    #main_nav li a:hover {
        background-color: transparent;
    }

    .dropdown-menu:after {
        position: absolute;
        top: -6px;
        right: 3px;
        display: inline-block;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #ffffff;
        border-left: 6px solid transparent;
        content: '';
    }

    .right .dropdown-menu {
        right: -2px;
        top: 36px;
        left: auto;
    }

    #user_dropdown {
        position: relative;
        top: 8px;
        background: url(/assets/user_drop-48abcf851b8c6dae8182f74c9e714b884c9f228cd225c8714b5dd1250e8823c8.png) no-repeat top right;
        display: block;
        width: 50px;
        height: 30px;
    }

    #main_nav li {
        position: relative;
    }

    #main_nav li.selected a span {
        display: block;
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 10px solid #cc3333;
        position: absolute;
        left: 50%;
        margin-left: -20px;
        top: 50px;
    }

    /* overview panel */
    #overview_panel {
        position: relative;
        padding: 12px;
        left: 45px;
        margin: 30px 0;
        width: 871px;
        height: 262px;
        background: url(/assets/panel_bg-4da2edf26d210a13c6f881913a0432abed91dbd3f82743b414264398d41f6bd2.png) no-repeat;
    }

    #panel_left {
        position: relative;
        width: 428px;
        float: left;
        height: 260px;
        border-right: 1px solid #aaa;
    }

    #panel_right {
        width: 440px;
        float: left;
        height: 260px;
        border-left: 1px solid #fff;
    }

    #panel_right .inner {
        padding-right: 0px;
        padding-top: 0px;
    }

    #panel_left .inner {
        padding-left: 0px;
        padding-bottom: 0px;
    }

    #panel_right .inner h4 {
        font-size: 0.85em;
        font-weight: bold;
        margin-bottom: 8px;
    }

    #panel_score {
        position: absolute;
        color: #faf7cf;
        top: -24px;
        left: -57px;
        width: 104px;
        height: 104px;
        background: url(/assets/score_bubble-9744bcf88683923efa13e0ded5ad879884c17417f52793d685a74b8fc6b04bf5.png) no-repeat;
        text-align: center;
        font-size: 2em;
        line-height: 70px;
    }

    #panel_score .indicator {
        width: 14px;
        height: 14px;
        position: relative;
        left: 72px;
        bottom: 33px;
        background: url(/assets/positive_indicator-098a790e1c692be8b55eea8a778002e07b937599c6e198e3e91b9d11113e2792.png) no-repeat;
    }

    #panel_goal {
        border-bottom: 1px solid #aaa;
        padding-left: 56px;
    }

    #panel_goal .progress {
        margin-bottom: 4px;
        position: relative;
    }

    #panel_goal .distance_marker {
        position: absolute;
        top: 0;
        left: 0;
        width: 364px;
        height: 16px;
        background: url(/assets/distance_marker-ddc266ebddbb2841e22afbaed2a9770094a4dc2321fb9f71c8030de6bf9b0a93.png) no-repeat;
    }

    #panel_goal #panel_goal_boundaries {
        font-size: 0.7em;
        color: #555;
        margin-bottom: 6px;
    }

    #panel_goal_target {
        color: #003366;
        font-weight: bold;
        line-height: 0.9;
        display: block;
        position: absolute;
        right: 8px;
        top: 52px;
        width: 45px;
        height: 45px;
        background: url(/assets/big_circle_highlight-ac8cacc49a7f9abd2f98b1d1e0d31939525a69383d28bf9c765c74a5bc28865b.png) no-repeat;
        text-align: center;
    }

    #panel_goal_target .meta {
        font-size: 0.7em;
    }

    #panel_goal_target .inner {
        padding: 10px 0;
    }

    #panel_meta {
        border-top: 1px solid #fff;
        padding-top: 11px;
    }

    #panel_meta table {
        background-color: #fafafa;
        border: 1px solid #aaa;
        font-size: 0.9em;
    }

    #panel_meta table td {
        height: 28px;
    }

    #panel_meta table td.blue {
        color: #003366;
        font-weight: bold;
    }

    #panel_latest_journeys {
        border: 1px solid #ccc;
        font-size: 0.80em
    }

    #panel_latest_journeys tr:first-child th {
        background: #f3f3f3 url(/assets/table_th_bg-01c62202a825ebe1a94f7460086eb70add01047e1f45137d6a04f5ac8e5dcb53.jpg) repeat-x 0 50%;
        border-bottom: 1px solid #CC3333;
        padding: 14px 5px 6px;
    }

    #panel_latest_journeys a {
        color: #555;
    }

    /* sprites */
    .sprite {
        background: transparent url(/assets/icons_sprite-243ea19b9c19a2c2f0e34d6e6ccb8455850c88f624388857ba2990a508f10df3.png) no-repeat;
        display: inline-block;
        width: 27px;
        height: 20px;
    }

    .sprite.car {
        background-position: -6px -9px;
    }

    .sprite.line_graph {
        background-position: -6px -49px;
    }

    .sprite.bar_graph {
        background-position: -6px -89px;
    }

    .sprite.bulb {
        background-position: -6px -126px;
        height: 26px;
    }

    /* maps */
    #map-canvas {
        width: 100%;
        height: 506px;
        background: #eee;
    }

    #map-canvas img {
        max-width: none;
    }

    .map_wrap {

    }

    /* Progres bars */
    @-webkit-keyframes progress-bar-stripes {
        from {
            background-position: 40px 0;
        }
        to {
            background-position: 0 0;
        }
    }

    @-moz-keyframes progress-bar-stripes {
        from {
            background-position: 40px 0;
        }
        to {
            background-position: 0 0;
        }
    }

    @-ms-keyframes progress-bar-stripes {
        from {
            background-position: 40px 0;
        }
        to {
            background-position: 0 0;
        }
    }

    @-o-keyframes progress-bar-stripes {
        from {
            background-position: 0 0;
        }
        to {
            background-position: 40px 0;
        }
    }

    @keyframes progress-bar-stripes {
        from {
            background-position: 40px 0;
        }
        to {
            background-position: 0 0;
        }
    }

    .progress {
        overflow: hidden;
        height: 16px;
        margin-bottom: 20px;
        background-color: #f7f7f7;
        background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
        background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
        background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
        background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
        -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        border: 1px solid #888;
    }

    .progress .bar {
        width: 0%;
        height: 100%;
        color: #ffffff;
        float: left;
        font-size: 12px;
        text-align: center;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        background-color: #0e90d2;
        background-image: -moz-linear-gradient(top, #91ca00, #78a504);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#91ca00), to(#78a504));
        background-image: -webkit-linear-gradient(top, #91ca00, #78a504);
        background-image: -o-linear-gradient(top, #91ca00, #78a504);
        background-image: linear-gradient(to bottom, #91ca00, #78a504);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff91ca00', endColorstr='#ff78a504', GradientType=0);
        -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
        -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: width 0.6s ease;
        -moz-transition: width 0.6s ease;
        -o-transition: width 0.6s ease;
        transition: width 0.6s ease;
    }

    .progress .bar + .bar {
        -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, .15), inset 0 -1px 0 rgba(0, 0, 0, .15);
        -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, .15), inset 0 -1px 0 rgba(0, 0, 0, .15);
        box-shadow: inset 1px 0 0 rgba(0, 0, 0, .15), inset 0 -1px 0 rgba(0, 0, 0, .15);
    }

    .progress-striped .bar {
        background-color: #149bdf;
        background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
        background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
        background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
        background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
        background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
        -webkit-background-size: 40px 40px;
        -moz-background-size: 40px 40px;
        -o-background-size: 40px 40px;
        background-size: 40px 40px;
    }

    .progress.active .bar {
        -webkit-animation: progress-bar-stripes 2s linear infinite;
        -moz-animation: progress-bar-stripes 2s linear infinite;
        -ms-animation: progress-bar-stripes 2s linear infinite;
        -o-animation: progress-bar-stripes 2s linear infinite;
        animation: progress-bar-stripes 2s linear infinite;
    }

    .progress-danger .bar,
    .progress .bar-danger {
        background-color: #dd514c;
        background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
        background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
        background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
        background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
    }

    .progress-danger.progress-striped .bar,
    .progress-striped .bar-danger {
        background-color: #ee5f5b;
        background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
        background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
        background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
        background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
        background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    }

    .progress-success .bar,
    .progress .bar-success {
        background-color: #5eb95e;
        background-image: -moz-linear-gradient(top, #62c462, #57a957);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
        background-image: -webkit-linear-gradient(top, #62c462, #57a957);
        background-image: -o-linear-gradient(top, #62c462, #57a957);
        background-image: linear-gradient(to bottom, #62c462, #57a957);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
    }

    .progress-success.progress-striped .bar,
    .progress-striped .bar-success {
        background-color: #62c462;
        background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
        background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
        background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
        background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
        background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    }

    .progress-info .bar,
    .progress .bar-info {
        background-color: #4bb1cf;
        background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
        background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
        background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
        background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
    }

    .progress-info.progress-striped .bar,
    .progress-striped .bar-info {
        background-color: #5bc0de;
        background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
        background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
        background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
        background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
        background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    }

    .progress-warning .bar,
    .progress .bar-warning {
        background-color: #faa732;
        background-image: -moz-linear-gradient(top, #fbb450, #f89406);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
        background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
        background-image: -o-linear-gradient(top, #fbb450, #f89406);
        background-image: linear-gradient(to bottom, #fbb450, #f89406);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
    }

    .progress-warning.progress-striped .bar,
    .progress-striped .bar-warning {
        background-color: #fbb450;
        background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
        background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
        background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
        background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
        background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    }

    /* alerts */
    .alert {
        padding: 8px 35px 8px 14px;
        margin: 20px 0;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
        background-color: #fcf8e3;
        border: 1px solid #fbeed5;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0px;
    }

    .alert,
    .alert h4 {
        color: #c09853;
    }

    .alert h4 {
        margin: 0;
    }

    .alert .close {
        position: relative;
        top: -2px;
        right: -21px;
        line-height: 20px;
    }

    .alert-success {
        background-color: #dff0d8;
        border-color: #d6e9c6;
        color: #468847;
    }

    .alert-success h4 {
        color: #468847;
    }

    .alert-danger,
    .alert-error {
        background-color: #f2dede;
        border-color: #eed3d7;
        color: #b94a48;
    }

    .alert-danger h4,
    .alert-error h4 {
        color: #b94a48;
    }

    .alert-info {
        background-color: #F7F7F7;
        border-color: #E4E4E4;
        color: #C5C5C5;
        width: 678px;
        margin-bottom: 0px;
        border-radius: 0px;
        text-align: center;
    }

    .alert-info h4 {
        color: #3a87ad;
    }

    .alert-block {
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .alert-block > p,
    .alert-block > ul {
        margin-bottom: 0;
    }

    .alert-block p + p {
        margin-top: 5px;
    }

    /* pagination */
    .pagination {
        margin: 20px 0;
    }

    .pagination ul {
        display: inline-block;
        *display: inline;
        /* IE7 inline-block hack */

        *zoom: 1;
        margin-left: 0;
        margin-bottom: 0;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    }

    .pagination ul > li {
        display: inline;
    }

    .pagination ul > li > a,
    .pagination ul > li > span {
        float: left;
        padding: 4px 12px;
        line-height: 20px;
        text-decoration: none;
        background-color: #ffffff;
        border: 1px solid #dddddd;
        border-left-width: 0;
    }

    .pagination ul > li > a:hover,
    .pagination ul > li > a:focus,
    .pagination ul > .active > a,
    .pagination ul > .active > span {
        background-color: #f5f5f5;
    }

    .pagination ul > .active > a,
    .pagination ul > .active > span {
        color: #fff;
        cursor: default;
        background: #cc3333;
    }

    .pagination ul > .disabled > span,
    .pagination ul > .disabled > a,
    .pagination ul > .disabled > a:hover,
    .pagination ul > .disabled > a:focus {
        color: #999999;
        background-color: transparent;
        cursor: default;
    }

    .pagination ul > li:first-child > a,
    .pagination ul > li:first-child > span {
        border-left-width: 1px;
        -webkit-border-top-left-radius: 4px;
        -moz-border-radius-topleft: 4px;
        border-top-left-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
        -moz-border-radius-bottomleft: 4px;
        border-bottom-left-radius: 4px;
    }

    .pagination ul > li:last-child > a,
    .pagination ul > li:last-child > span {
        -webkit-border-top-right-radius: 4px;
        -moz-border-radius-topright: 4px;
        border-top-right-radius: 4px;
        -webkit-border-bottom-right-radius: 4px;
        -moz-border-radius-bottomright: 4px;
        border-bottom-right-radius: 4px;
    }

    .pagination-centered {
        text-align: center;
    }

    .pagination-right {
        text-align: right;
    }

    .pagination-large ul > li > a,
    .pagination-large ul > li > span {
        padding: 11px 19px;
        font-size: 17.5px;
    }

    .pagination-large ul > li:first-child > a,
    .pagination-large ul > li:first-child > span {
        -webkit-border-top-left-radius: 6px;
        -moz-border-radius-topleft: 6px;
        border-top-left-radius: 6px;
        -webkit-border-bottom-left-radius: 6px;
        -moz-border-radius-bottomleft: 6px;
        border-bottom-left-radius: 6px;
    }

    .pagination-large ul > li:last-child > a,
    .pagination-large ul > li:last-child > span {
        -webkit-border-top-right-radius: 6px;
        -moz-border-radius-topright: 6px;
        border-top-right-radius: 6px;
        -webkit-border-bottom-right-radius: 6px;
        -moz-border-radius-bottomright: 6px;
        border-bottom-right-radius: 6px;
    }

    .pagination-mini ul > li:first-child > a,
    .pagination-small ul > li:first-child > a,
    .pagination-mini ul > li:first-child > span,
    .pagination-small ul > li:first-child > span {
        -webkit-border-top-left-radius: 3px;
        -moz-border-radius-topleft: 3px;
        border-top-left-radius: 3px;
        -webkit-border-bottom-left-radius: 3px;
        -moz-border-radius-bottomleft: 3px;
        border-bottom-left-radius: 3px;
    }

    .pagination-mini ul > li:last-child > a,
    .pagination-small ul > li:last-child > a,
    .pagination-mini ul > li:last-child > span,
    .pagination-small ul > li:last-child > span {
        -webkit-border-top-right-radius: 3px;
        -moz-border-radius-topright: 3px;
        border-top-right-radius: 3px;
        -webkit-border-bottom-right-radius: 3px;
        -moz-border-radius-bottomright: 3px;
        border-bottom-right-radius: 3px;
    }

    .pagination-small ul > li > a,
    .pagination-small ul > li > span {
        padding: 2px 10px;
        font-size: 11.9px;
    }

    .pagination-mini ul > li > a,
    .pagination-mini ul > li > span {
        padding: 0 6px;
        font-size: 10.5px;
    }

    /* misc */
    .ad_wrap {
        padding: 16px 0 0 20px;
        border-left: 1px solid #ddd;
    }

    .tab-pane {
        padding-top: 14px;
    }

    .nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
        background-color: #f4f4f4;
    }

    /* helpers */
    .left {
        float: left;
    }

    .right {
        float: right;
    }

    .align {
        min-width: 1.3em;
        display: inline-block;
        text-align: right;
    }

    .table-striped td .align {
        display: inline;
        width: auto;
        color: #222222;
    }

    .inner {
        padding: 12px;
    }

    .clearfix {
        clear: both;
        *zoom: 1;
    }

    .clearfix:before,
    .clearfix:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .clearfix:after {
        clear: both;
    }

    .hide-text {
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

    .input-block-level {
        display: block;
        width: 100%;
        min-height: 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #whats_this_more {
        position: absolute;
        top: 110px;
        left: 50px;
        border: solid 1px black;
        padding: 10px;
        width: 200px;
        background-color: #fff;
    }

    #map_info_floating {
        position: absolute;
        top: 125px;
        left: 50px;
        z-index: 999;
        padding: 5px;
        border-radius: 5px;
        border: solid 1px #cccccc;
        background-color: #ffffff;
        opacity: 0.8;
    }

    /*.nice_submit {*/
    /*padding: 5px 10px;*/
    /*display: block;*/
    /*border: solid 1px grey;*/
    /*background-color: white;*/
    /*border-radius: 5px;*/
    /*opacity: 1;*/
    /*}*/
    /*#tag_id*/
    /*{*/
    /*padding: 5px 10px;*/
    /*display: block;*/
    /*border: solid 1px grey;*/
    /*background-color: white;*/
    /*border-radius: 5px;*/
    /*opacity: 1;*/
    /*}*/
    .header_bar {
        background-color: #ee1c25;
        height: 30px;
        display: none;
    }

    .content_container {
        background-color: #edecea;
        /*margin: 0 auto;*/
        /*width: 100%;*/
    }

    .log_out_user {
        background-image: url(/assets/logout_icon-a494f9cf36b4898e734bf82b516d4892da5b6edf16c62b659ac4640ac60763e1.png);
        background-color: black;
        width: 120px;
        color: white;
        display: block;
        font-size: 15px;
        background-repeat: no-repeat;
        background-position: 35px 3px;
        padding-left: 23px;
        vertical-align: middle;
        text-align: center;
        line-height: 25px;
        height: 30px;
        font-weight: 200;
    }

    .log_out_user:hover {
        background-color: #555;
        color: white;
        text-decoration: none;
    }

    .drive_xpert_logo_tab {
        margin-top: 20px;
        margin-bottom: 12px;
        margin-left: 11px;
        width: 158px;
    }

    .margin_top_20 {
        margin-top: 20px;
    }

    .white_content_inner {
        background-color: white;
        width: 728px;
        margin-top: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
        margin: 20px auto 0px auto;
    }

    .number_plate {
        background-color: #edecea;
        border-radius: 6px;
        padding: 2px 22px;
        font-family: 'gillsansbold';
        text-transform: uppercase;
        font-size: 26px;
        margin-left: 4px;
        margin-top: -3px;
    }

    .your_score {
        font-size: 26px;
        margin-left: 10px;
        margin-top: 7px;
        font-family: "gillsanslight";
        /*font-weight: 100;*/
        margin-bottom: 37px;
    }

    .your_car {
        font-size: 26px;
        margin-left: 20px;
        margin-top: 5px;
        font-family: "gillsanslight";
        /*font-weight: 100;*/
        letter-spacing: -0.5px;
    }

    #car_health {
        font-size: 26px;
        margin-left: 37px;
        margin-top: 15px;
        font-weight: 100;
        position: absolute;
        top: -42px;
        left: -43px;
    }

    #score_value {
        font-size: 55px;
        position: absolute;
        top: 104px;
        left: 32px;
        font-family: "gillsanslight";
        /*font-weight: 100;*/
        width: 201px;
        text-align: center;
    }

    #score_above {
        font-size: 18px;
        position: absolute;
        top: 81px;
        left: 32px;
        font-family: "gillsanslight";
        /*font-weight: 100;*/
        width: 201px;
        text-align: center;
    }

    #score_below {
        font-size: 19px;
        position: absolute;
        top: 160px;
        left: 32px;
        font-weight: normal;
        width: 201px;
        text-align: center;
    }

    #total_distance_value {
        top: 283px;
        position: absolute;
        font-size: 18px;
        left: 32px;
        font-family: "gillsanslight";
        /*font-weight: 100;*/
        width: 201px;
        text-align: center;
    }

    .total_distance_value {
        font-family: "gillsans";
        font-weight: bold;
    }

    #score_knob {
        height: 300px;
    }

    .indicator_grey {
        background-color: #edecea;
    }

    .indicator_green {
        background-color: #bfd732;
    }

    .indicator_grey, .indicator_green {
        float: left;
        width: 23px;
        height: 8px;
        display: block;
        margin-right: 2px;
    }

    #battery_health {
        position: absolute;
        left: 113px;
        top: -23px;
        font-size: 18px;
    }

    #battery_health_bar {
        position: absolute;
        top: -17px;
        right: -80px;
        width: 150px;
    }

    #car_health_container {
        position: relative;
        margin-top: 35px;
    }

    #engine_faults_details {
        position: absolute;
        left: 454px;
        top: 10px;
        font-size: 17px;
    }

    #engine_faults {
        position: absolute;
        left: 454px;
        top: 22px;
        font-size: 17px;
    }

    #engine_faults_number {
        background-color: #ee1c25;
        color: white;
        border-radius: 20px;
        width: 28px;
        height: 22px;
        left: 114px;
        position: absolute;
        padding-top: 6px;
        text-align: center;
        top: 7px;
    }

    #engine_faults_info {
        position: absolute;
        left: 151px;
        width: 102px;
        text-decoration: underline;
        color: #ee1c25;
        top: 13px;
        font-size: 16px;
    }

    #show_scores_since {
        position: absolute;
        top: -388px;
        left: 269px;
        padding-top: 5px;
        font-size: 17px;
        display: none;
    }

    .relative {
        position: relative;
    }

    #show_scores_since_select {
        position: absolute;
        top: -391px;
        left: 414px;
        padding-top: 5px;
        display: none;
    }

    #show_scores_since_select select {
        width: 204px;
        height: 27px;
        border: solid 1px #ccc;
        background-color: white;
        font-size: 13px;
        display: none;
    }

    #show_scores_since_update {
        position: absolute;
        top: -386px;
        left: 629px;
        padding-top: 6px;
        text-transform: uppercase;
        color: white;
        background-color: #66cc33;
        border-radius: 4px;
        font-family: "gillsanslight";
        /*font-weight: 100;*/
        width: 79px;
        text-align: center;
        font-size: 14px;
        padding-bottom: 5px;
        letter-spacing: 2px;
        cursor: pointer;
        display: none;
    }

    .indicator_large {
        width: 64px;
        height: 8px;
        background-color: #edecea;
        margin-left: 2px;
        margin-bottom: 2px;
        float: left;
    }

    .indicator_large_0 {
        background-color: #ed1c24;
    }

    .indicator_large_20 {
        background-color: #f68b1f;
    }

    .indicator_large_40 {
        background-color: #ffc212;
    }

    .indicator_large_60 {
        background-color: #bfd732;
    }

    .indicator_large_80 {
        background-color: #66cc33;
    }

    #score_components {
        width: 360px;
        position: absolute;
        top: 50px;
        left: 23px;
        margin-top: 0px;
    }
    .score_comp_title {
        /*font-weight: 100;*/
        font-family: "gillsanslight";
        font-size: 18px;
        display: block;
        margin-left: 26px;
        margin-top: 22px;
        margin-bottom: 12px;
    }

    .bars {
        margin-left: 25px;
        margin-top: -2px;
    }

    .text_score_indicator {
        position: absolute;
        top: 3px;
        left: 275px;
        width: 80px;
        font-size: 16px;
        float: right;
        text-align: right;
    }

    .indicator_0 {
        color: #ed1c24;

    }

    .indicator_20 {
        color: #f68b1f;

    }

    .indicator_40 {
        color: #ffc212;

    }

    .indicator_60 {
        color: #bfd732;

    }

    .indicator_80 {
        color: #66cc33;
    }

    #location_title {
        font-size: 26px;
        margin-left: 29px;
        margin-top: 7px;
        font-weight: 100;
        letter-spacing: -0.5px;
    }

    #location_updated {
        font-size: 17px;
        font-weight: bold;
        letter-spacing: -0.5px;
        position: absolute;
        top: 52px;
        left: 212px;
        font-family: "gillsans";
    }

    .location_map {
        width: 689px;
        height: 506px;
        background-color: red;
        margin-top: 35px;
        margin-left: 20px;
    }

    .tablet_header {
        display: block;
        height: 86px;
        position: fixed;
        top: 0px;
        right: 0px;
        width: 100%;
        z-index: 999;
        background-color: white;
        border-bottom: solid 1px #edecea
    }

    .tablet_header .container_12 {
        position: relative;
    }

    .tablet_margin_top_20 {
        /*margin-top: 20px;*/
    }

    .menu_icon {
        background-image: url(/assets/menu_tablet-3dcab181d3f4a2ced6a7ccca88daa1c0588998294993dd6f709681ebc69736b8.png);
        position: absolute;
        top: 13px;
        right: -13px;
        display: block;
        width: 82px;
        height: 31px;
        font-size: 17px;
        background-repeat: no-repeat;
        background-position: 70px 7px;
        padding-top: 11px;
        padding-left: 21px;
        text-decoration: none;
        color: black;
        cursor: pointer;
    }

    .menu_icon:hover {
        text-decoration: none;

    }

    .your_score_circle_container {
        margin-left: 21px;
        position: relative;
        height: 327px;
    }

    /* Qtip style */
    .qtip_style {
        border-color: rgb(0, 0, 0);
        background-color: #fff;
        font-size: 16px;
        line-height: 16px;
        padding: 5px 5px 0px 5px;
        width: 250px;
    }

    .qtip_style p {
        padding-top: 3px;
        padding-bottom: 5px;
        font-size: 16px;
        margin-bottom: 5px;
    }

    .qtip_close {
        position: absolute;
        top: 5px;
        right: 15px;
        text-decoration: underline;
        font-size: 16px;
        cursor: pointer;
    }

    .popup_info {
        /*cursor: pointer;*/
        /*border: solid 1px #666666;*/
        /*border-radius: 20px;*/
        /*width: 23px;*/
        /*height: 23px;*/
        /*text-align: center;*/
        /*vertical-align: middle;*/
        /*color: #666666;*/
        /*font-size: 22px;*/
    }

    #score_components .popup_info {
        position: absolute;
        top: -3px;
        left: -8px;

    }

    .popup_info:hover {
        color: #aaa;
        border-color: #aaa;
    }

    .score_component {
        height: 42px;
    }

    #car_health_info {
        position: absolute;
        top: -30px;
        left: -37px;
    }

    .your_car_white {
        min-height: 38px;
    }

    .section_title {
        font-size: 21px;
        font-family: "gillsanslight";
        /*font-weight: 100;*/
        letter-spacing: -0.5px;
    }

    .login_title {
        margin-left: 30px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    #login_form label {
        display: block;
        width: 155px;
        margin-left: 15px;
        margin-bottom: 5px;
        float: left;
        text-align: right;
        padding-right: 20px;
        padding-top: 7px;
        font-family: "gillsanslight";
        /*font-weight: 100;*/
    }

    #login_form .medium_input {
        display: block;
        /*margin-left: 20px;*/
        height: 24px;
        border: solid 1px #ccc;
        border-radius: 0px;
        margin-bottom: 14px;
        background-color: white !important;
        float: left;
        font-size: 16px;
    }

    .forgotten_password {
        margin-left: 190px;
        margin-bottom: 15px;
        display: block;
        text-decoration: underline;
        font-size: 16px;
        margin-top: 5px;
    }

    .login_width {
        width: 540px;
    }

    #session_username {
        width: 270px;
    }

    #session_password {
        width: 150px;
    }

    input, textarea {
        -webkit-appearance: none;
        -webkit-border-radius: 0;
    }

    .question_mark {
        position: absolute;
        top: 3px;
        width: 25px;
        height: 25px;
        display: block;
        background-image: url(/assets/question_mark_tab-50da4a7528f67b649efc9ccbdd84abbea8b96acab78943847936f4ed7d928163.png);
    }

    #questionmark_username {
        right: 30px;
    }

    #questionmark_password {
        right: 150px;
    }

    #nav_container {
        top: 0px;
        right: 0px;
        position: fixed;
        height: 100%;
        overflow: hidden;
        width: 0px;
        background-color: #999999;
        z-index: 999;
        margin-top: 0px;
    }

    .dob_input {
        width: 42px !important;
        text-align: center;
        float: left;

    }

    .register_title {
        margin-top: 7px;
        margin-left: 29px;
        margin-bottom: 27px;
        font-size: 27px;
    }

    #register_form label {
        display: block;
        width: 156px;
        margin-left: 20px;
        margin-bottom: 0px;
        float: left;
        font-size: 18px;
        text-align: right;
        margin-top: 3px;
        margin-right: 13px;
    }

    #register_form .medium_input {
        display: block;
        width: 220px;
        margin-right: 10px;
        height: 23px;
        border: solid 1px #d6d8d8;
        border-radius: 0px;
        margin-bottom: 12px;
        background-color: white !important;
        font-size: 16px;
    }

    #registration_password, #registration_password_confirmation, #registration_reg {
        width: 156px !important;
    }

    #registration_email {
        width: 266px !important;
    }

    #registration_fullname {
        width: 267px !important;
    }

    #registration_email_popup, #registration_password_popup {
        position: absolute;
        font-size: 20px;
    }

    #registration_email_popup {
        top: 0px;
        right: 46px;
    }

    #registration_password_popup {
        top: 0px;
        right: 157px;
    }

    .register_button {
        background-color: #66cc33;
        border: 0px;
        border-radius: 3px;
        color: white;
        text-transform: uppercase;
        display: block;
        width: 137px;
        margin-left: 189px;
        margin-top: 18px;
        font-size: 12px;
        letter-spacing: 4px;
        padding-top: 8px;
        padding-bottom: 8px;
        font-family: "gillsanslight";
        /*font-weight: 100;*/
    }

    .loading {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background-color: #FFFFFF;
        display: none;
        align-content: center;
        vertical-align: middle;
        z-index: 9999;
        opacity: 0.7;
        text-align: center;
    }

    .loading_image {
        margin-top: 300px;
    }

    .faqs_container {
        width: 541px;
    }

    .faqcat_title {
        margin-top: -7px;
        margin-left: 29px;
        margin-bottom: -6px;
        font-size: 27px;
    }

    .faq_category_title {
        font-weight: normal;
        border-bottom: solid 1px #ccc;
        font-size: 18px;
        padding-bottom: 7px;
        margin-top: 22px;
        vertical-align: middle;
        margin-left: 30px;
        margin-right: 30px;
        margin-bottom: 0px;
    }

    .faq_entry {
        position: relative;
        border-bottom: solid 1px #ccc;

        margin-left: 30px;
        margin-right: 30px;
    }

    .faq_entry h3 {
        font-size: 16px;
        font-family: "gillsanslight";
        /*font-weight: 100;*/
        width: 430px;
        display: table-cell;
        vertical-align: middle;
        height: 48px;

    }

    .faq_entry p {
        font-weight: normal;
        font-size: 16px;
        margin-bottom: 10px;
        padding-bottom: 10px;
        padding-right: 50px;
    }

    .faq_close {
        display: block;
        height: 31px;
        width: 31px;
        background-image: url(/assets/faq-close-fd701b84b14be5831382599946e4716c9b27747cb704cbeae04ed35cd564eeb5.png);
        background-size: 31px 31px;
        position: absolute;
        top: 8px;
        right: 0px;
    }

    .faq_open {
        display: block;
        height: 31px;
        width: 31px;
        background-image: url(/assets/faq-open-83280773851a132d61d35505a5f3dc68d231bfd8f8108ae9b55dcb13dc4e1ffb.png);
        background-size: 31px 31px;
        position: absolute;
        top: 8px;
        right: 0px;
    }

    /*JOURNEY etails*/
    .journey_details {
        margin-top: -15px;
        font-size: 27px;
        margin-bottom: 12px;
    }

    #journey_details_info {
        position: absolute;
        left: 188px;
        top: 37px;
    }

    #journey_selection {
        width: 370px;
        margin-left: 128px;
        height: 26px;
        background-color: white;
        border: solid 1px #ccc;
        margin-bottom: 10px;
    }

    .select_journey_title {
        margin-left: 30px;
        margin-bottom: 8px;
        font-family: 'gillsans';
        font-weight: bold;
    }

    .name_journey_link {
        position: absolute;
        top: 89px;
        right: 30px;
        text-decoration: underline;
    }

    .show_journey {
        position: absolute;
        top: 83px;
        right: 132px;
        background-color: #66cc33;
        border: 0px;
        border-radius: 3px;
        color: white;
        text-transform: uppercase;
        display: block;
        width: 77px;
        font-size: 12px;
        letter-spacing: 4px;
        padding-top: 10px;
        padding-bottom: 8px;
        font-family: "gillsanslight";
        /*font-weight: 100;*/
        text-align: center;
    }

    .journey_select_spacing {
        height: 55px;
    }

    #map-wrap .journey_map {
        margin: auto;
        width: 678px;
    }

    .your_score_journey {
        font-size: 26px;
        margin-left: 22px;
        margin-top: 26px;
        font-family: "gillsanslight";
        /*font-weight: 100;*/
        margin-bottom: 37px;
    }

    .journey .your_score_circle_container
    {
        margin-left: 24px;
        position: relative;
        height: 327px;
        top: -3px;
    }

    #journey_score_components {
        width: 350px;
        position: absolute;
        top: -12px;
        left: 0px;
    }

    #journey_score_components .popup_info
    {
        left: -8px;
        position: absolute;
        top: 17px;
    }

    #journey_score_components .score_component
    {
       width: 370px;
        height: 64px;
    }

    #journey_score_components .score_comp_title
    {
        margin-left: 26px;
        margin-top: 21px;
        margin-bottom: 10px;
        position: absolute;
    }

    #journey_score_components .bars {
        top: 48px;
        position: absolute;
    }

    #journey_score_components .text_score_indicator {
        position: absolute;
        top: -24px;
        left: 247px;
        width: 80px;
        font-size: 16px;
        float: right;
        text-align: right;
    }



    /*CHANGE Password*/
    .password_title {
        margin-top: 7px;
        font-size: 26px;
        margin-left: 29px;
    }

    .password_width {
        width: 540px;
        height: 387px;
    }

    .password_text {
        margin-left: 30px;
        margin-top: 23px;
        font-size: 16px;
        margin-bottom: 0px;
        /*width: 510px;*/
        line-height: 19px;
    }

    #password_form .form_row {
        /*margin-left: 191px;*/
        /*margin-top: 15px;*/
        /*height: 55px;*/
    }

    /*#password_form label {*/
        /*display: block;*/
        /*width: 148px;*/
        /*padding-top: 5px;*/
        /*padding-right: 14px;*/
        /*font-size: 18px;*/
        /*text-align: left;*/
        /*float: none;*/
        /*padding-right: 0px;*/
    /*}*/

    /*#password_form .form_row input {*/
        /*display: block;*/
        /*width: 192px;*/
        /*font-size: 18px;*/
        /*border: solid 1px #d6d8d8;*/
        /*margin-top: 7px;*/

    /*}*/

    .update_password_button {
        /*color: white;*/
        /*display: block;*/
        /*border-radius: 3px;*/
        /*background-color: #66cc33;*/
        /*margin-left: 191px;*/
        /*margin-bottom: 1px;*/
        /*border-width: 0px;*/
        /*text-transform: uppercase;*/
        /*font-size: 12px;*/
        /*padding: 8px 0px;*/
        /*letter-spacing: 3px;*/
        /*-webkit-appearance: none;*/
        /*-webkit-border-radius: 3px;*/
        /*margin-top: 20px;*/
        /*width: 197px;*/
        /*letter-spacing: 4.5px;*/
        /*text-align: center;*/
    }

    /* OBD INSTALL */
    .obd_install_white h1 {
        font-size: 26px;
        font-family: "gillsanslight";
        /*font-weight: 100;*/
        margin-left: 27px;
        margin-top: -5px;
        margin-bottom: 0px;
    }

    #change_car {
        top: 81px;
        left: 10px;
        color: #ee1c25 !important;
    }

    #change_car a {
        color: #ee1c25;
        font-size: 15px;
        margin-left: 5px;
        text-decoration: underline;
    }

    .obd_install_white #obd_car_time {
        margin-left: 28px;
        font-size: 17px;
        line-height: 22px;
        margin-top: 3px;
        margin-bottom: 0px;
    }

    .obd_install_white h2 {
        margin-top: 13px;
        font-size: 18px;
        margin-left: 29px;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    .obd_install_white .install_subtitle {
        margin-top: -3px;
        font-size: 18px;
        margin-left: 29px;
        margin-bottom: 0px;
    }

    .obd_install_white .install_paragraph {
        margin-top: -3px;
        font-size: 18px;
        margin-left: 29px;
        margin-bottom: 0px;
        font-family: "gillsanslight";
        /*font-weight: 100;*/
    }

    .obd_install_white .install_image {
        width: 480px;
        margin-left: 30px;
        margin-right: 30px;
        margin-top: 10px;

        padding-bottom: 25px;
    }

    .obd_install_white {
        width: 540px;
    }

    /* Contact */
    .contact_white {
        width: 540px;
    }

    .contact_white h1 {
        font-size: 26px;
        font-family: "gillsanslight";
        /*font-weight: 100;*/
        margin-left: 28px;
        margin-top: -6px;
        margin-bottom: 13px;
    }

    .contact_white p {
        /*font-size: 19px;*/
        /* font-weight: 100; */
        margin-left: 29px;
        margin-top: -6px;
        letter-spacing: -0.4px;
        line-height: 19px;
    }

    /*.contact_links p {*/
        /*padding-top: 0px;*/
        /*padding-bottom: 12px;*/
        /*margin-bottom: 0px;*/
        /*margin-top: 0px;*/
        /*font-size: 19px;*/
        /*font-family: "gillsanslight";*/
        /*font-weight: 100;*/
    /*}*/

    .contact_links a {
        color: black;
        font-weight: 500;
        text-decoration: underline;
    }

    .contact_links  {
        padding-top: 30px;
    }

    /* Terms */

    .terms_white h1 {
        font-size: 26px;
        font-family: "gillsanslight";
        /*font-weight: 100;*/
        margin-left: 28px;
        margin-top: -6px;
        margin-bottom: 13px;
    }

    .terms_white p
    {
        font-size: 19px;
        /* font-weight: 100; */
        margin-left: 29px;
        margin-right: 29px;
        margin-top: -6px;
        letter-spacing: -0.4px;
        line-height: 17px;
    }

    /* Journey Naming CSS */
    #name_journey_form {
        top: 87px;
        z-index: 999;
        background-color: white;
        height: 45px;
        float: left;
        width: 640px;
        padding: 10px;
    }

    #enter_journey_name_text
    {
        width: 190px;
        font-size: 17px;
        padding: 4px;
        margin-left: 10px;
        margin-right: 10px;
    }

    #journey_name_text {
        width: 198px;
        border: solid 1px #ccc;
        font-size: 14px;
        padding: 4px;
        margin-left: 16px;
        margin-right: 10px;
    }

    #journey_name_confirm {
        top: 115px;
        right: 131px;
        background-color: #66cc33;
        border: 0px;
        border-radius: 3px;
        color: white;
        text-transform: uppercase;
        /* display: block; */
        width: 77px;
        font-size: 12px;
        letter-spacing: 4px;
        padding-top: 10px;
        padding-bottom: 8px;
        font-family: "gillsanslight";
        /* font-weight: 100; */
        text-align: center;
        display: inline-block;
    }

    #journey_name_confirm:hover
    {
        text-decoration: none;
        cursor: pointer;
    }

    #hide_name_journey_form {
        padding-left: 10px;
        text-decoration: underline;
    }

    /* FORGOTTEN PASSWORD */

    .forgotten_password_text
    {
        margin-left: 30px;
        margin-right: 30px;
    }

    .password_form .large_btn
    {
        width: 214px;
    }

    .password_form #username
    {
        width: 210px;
    }


    /* Default CSS */

    .default_content_padding
    {
        padding: 10px 30px;
    }

    .default_text_style
    {
        font-size: 18px;
    }

    .container_12 .push_2, .container_12 {
        left: inherit;
    }

    .container_12 .grid_10 {
        width: inherit;
    }

    .content_container
    {
        display: block;
        width: inherit;
        float: none;
    }

    #content_container
    {
        width: 740px;
    }

    em.form_message.error {
        margin-left: 190px;
        padding: 7px 0;
        display: inline-block;
        font-size: 16px;
        color: #aaa;
    }

    #more_info li {
        margin-left: 0px;
    }

    #more_info li > a {
        font-size: 15px;
        height: auto;
        display: block;
        width: 137px;
        margin-top: auto;
        margin-bottom: auto;
        padding-top: 10px;
        min-height: 11px;
        padding-bottom: 10px;
    }

    #questionmark_forgotten_password {
        top: -5px;
        right: 178px;
    }

    .change_car h3 {
        font-size: 18px;
        margin-bottom: 20px;
        margin-top: 14px;
    }

    .change_car label {
        float: left;
        width: 80px;
        text-align: right;
        margin-right: 10px;
        margin-top: 3px;
    }

    .margin_30
    {
        margin-left: 30px;
        margin-right: 30px;
    }


    .login_width .alert-info {
        margin-left: 93px;
        width: 492px;
    }

    #map-canvas-incompatible {
        text-align: center;
        font-size: 40px;
        font-weight: bold;
        padding: 55px;
        border: dashed 1px #ccc;
        height: 394px;
        color: #ccc;
        background-color: #eee;
    }

    #form_errors label:first-child
    {
        margin-top: 20px;
    }

    #register_form .terms_label {
        width: 300px;
    }

    .colorbox_content_container
    {
        max-width: 500px;
        margin: 20px auto;
    }
}
