/**
* Core
**/
body {
    background-color: #EF767A !important;
    color: #ffffff !important;
    font-family: Tahoma, sans-serif !important;
    font-size: 16px !important;
}

/**
* Over Write
**/
nav {
    display: none !important;
}

#footer {
    display: none !important;
}

/**
* Page Style
**/
#errorBox {
    width: 98%;
    max-width: 600px;
    margin: 3% auto;
    font-family: Tahoma, sans-serif !important;
}

hr {
    border-top: 2px solid #ffffff;
}