﻿html, textarea
{
    color: #4A4D53;
    font-size: 14px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    -webkit-font-smoothing: subpixel-antialiased;
}

body
{
    font-family: sans-serif;
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4, h5, h6
{
    margin: 10px 0;
    font-family: inherit;
    font-weight: bold;
    line-height: 20px;
    color: inherit;
    text-rendering: optimizelegibility;
}

h1, h2, h3 {
    line-height: 40px;
}

h1 {
    font-size: 38.5px;
}

.error-title
{
    border-bottom: 1px solid #DDD;
    background: #F7F7F7;
    padding: 16px;
}

.error-details
{
    padding: 8px;
}

.error-details .general-info
{
    margin-top: 8px;    
    margin-bottom: 16px;    
}

.error-details .detailed-info
{
    border: 1px solid #DDD;
    background: #FDFDF8;
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.09);
}

.error-details .detailed-info > .summary
{
    padding: 8px;
}

.error-details .detailed-info > .callstack
{
    overflow: auto;    
}

