﻿.titlebar img {
    max-width: 150px;
}

.error-page #content {
    min-height:500px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.error-page #content h1 {
    margin-bottom:30px;
}

.error-page #content p {
    font-size:1.5em;
    margin-bottom:20px;
}

body {
    font-family: proxima-nova,Helvetica,Arial,sans-serif;
}

.small, .small p, .small h1, .small h2, .small h3, .small h4, .small h5, .small h6 {
    font-size: 14px !important;
    text-align: left;
}

#showErrorDetails {
    text-decoration: underline;
    color: grey;
    cursor: pointer;
}

#error-details {
    background-color: #FFFF74;
    padding: 15px;
}