﻿/*light*/
@font-face {
    font-family: 'robotolight';
    src: url('/fonts/Roboto-light/Roboto-Light-webfont.eot');
    src: url('/fonts/Roboto-light/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Roboto-light/Roboto-Light-webfont.woff') format('woff'),
         url('/fonts/Roboto-light/Roboto-Light-webfont.ttf') format('truetype'),
         url('/fonts/Roboto-light/Roboto-Light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*regular*/
@font-face {
    font-family: 'robotoregular';
    src: url('/fonts/Roboto-Reg/Roboto-Regular-webfont.eot');
    src: url('/fonts/Roboto-Reg/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Roboto-Reg/Roboto-Regular-webfont.woff') format('woff'),
         url('/fonts/Roboto-Reg/Roboto-Regular-webfont.ttf') format('truetype'),
         url('/fonts/Roboto-Reg/Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


.error-content { 
    width: 450px;
    margin: 50px auto;
    text-align: center;
    font-family: 'robotolight', 'Open Sans', Arial, sans-serif;
    font-weight: normal;
}

.error-content h1 { 
    font-family: 'robotoregular', 'Open Sans', Arial, sans-serif;
    font-weight: normal;
}
.error-content a { 
    color: #8DC53F;
}