﻿.errorPage .icon {
float: left;
margin: 10px 20px 20px 20px;
}

.errorPage .message {
margin: 10px 20px 10px 10px;
}

.errorPage .message .primary {
font-weight: bold;
margin-bottom: 10px;
}

.errorPage .message .secondary {
}

.errorPage .message .serverError {
color: grey;
margin-top: 10px;
width: 700px;
height: 250px;
}

.errorPage .message .hideShow {
}

body.errorPage {
font-family: 'Century Gothic', futura, 'URW Gothic L', Verdana, sans-serif;
}

body.errorPage .contentWrapper {
margin-top: 20px;
}

body.errorPage .contentWrapper .primary {
margin-top: 50px;
text-transform: uppercase;
}

body.errorPage .contentWrapper .secondary {
margin-top: 20px;
}

body.errorPage .contentWrapper .stack {
margin-top: 20px;
line-height: 1.1rem;
font-size: .9rem;
}

body.errorPage .footer {
text-align: center;
font-size: .8rem;
margin-top: 150px;
}
