﻿#slow-notice {
    width: 300px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -160px;
    background-color: #ff9800;
    text-align: center;
    z-index: 100;
    font-family: sans-serif;
    font-size: 13px;
    color: #fff;
    padding: 5px;
    border: 0;
    display: none;
}

    #slow-notice a, #slow-notice .dismiss {
        color: #fff;
        text-decoration: underline;
        cursor: pointer;
    }

    #slow-notice .dismiss-container {
        text-align: right;
        padding-top: 13px;
        font-size: 13px;
    }
