@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document regexp(".*pharos\.yelpcorp\.com.*")  {
    header nav {
        padding: 0em 0em 0em 0em !important;
    }
    body {
        padding: 0em 3em 0em 3em !important;
        background-image: url(http://people.yelpcorp.com/~klange/stripez4.png) !important;
    }
    #title {
        /* Hide the title */
        display: none;
    }
    #tagline {
        /* And the tagline */
        display: none;
    }
    .metric_list > h2 {
        /* Some style tweaks */
        font-weight: bold;
        text-decoration: underline;
        font-size: 24px !important;
        padding-top: 0.3em !important;
    }
    .metric_list {
        padding: 0px !important;
    }
    .metric {
        /* Resize these to be wide and short */
        padding: .1em 0em 0em 1em !important;
        width: 590px !important;
        height: 44px !important;
        font-size: 25px;
        border: none !important;
    }
    .metric_duration > small {
        /* Change this color to be more visible */
        color: #aaaaaa;
        font-size: 16px;
    }
    .metric_name {
        width: 280px !important;
    }
    .metric_value_ok, .metric_value_warning, .metric_value_critical {
        padding: 0.2em 1.3em 0.2em 0.7em !important;
    }
    .metric_value_warning {
        /* White on orange is hard to read, let's do black on orange instead */
        color: #FFF;
        background-color: #FF892D !important;
    }
    .metric_detail {
        display: inline !important;
        position: absolute;
        left: 500px;
        margin-top: 3px !important;
        font-size: 10px !important;
        color: #aaaaaa;
    }
    
    #footer_powered {
        /* And hide the footer to be clean */
        display: none;
    }
    #footer_generated {
        display: none;
    }
}