﻿.template-error {
    text-align: center;
}

.template-error .page-header {
    margin: 0;
    padding-bottom: 20px;
    border: none;
}

.template-error .page-header h1 {
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    margin: 0;
}

.template-error .new-row {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
}

.template-error .error-panel {
    display: inline-block;
    width: 400px;
    background-color: white;
    border: 1px solid #eee;
    border-radius: 3px;
    vertical-align: top;
    position: relative;
    padding: 10px;
}

.template-error .error-panel .template-alert {
    display: inline-block;
    width: 100%;
    background-color: #A52E2E;
    border: none;
    color: white;
    text-align: center;
    border-radius: 3px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.template-error .error-panel .template-alert h2 {
    font-size: inherit;
    font-weight: normal;
}


.template-error .request-id {
    margin-bottom: 20px;
}