#t4a-content div.t4a-content-inner {
    width: auto;
    margin: 25px 51px;
}
#t4a-content h1, 
#t4a-content h2, 
#t4a-content h3, 
#t4a-content h4 { 
    color: #0079c2;
    font-family: Georgia, Times, serif;
}
#t4a-content label {
    font-weight: bold;
}
#t4a-content a {
    font-weight: normal;
    color: #ff7e00;
    text-decoration: none;
}
#t4a-content a:hover {
    text-decoration: underline;
}
#t4a-content p {
    margin-top: 0.6em;
    margin-bottom: 1.6em;
}
#t4a-content ul.errorlist {
        margin: 0;
        padding: 0;
}
#t4a-content p.page-has-errors,
#t4a-content ul.errorlist li {
        background-color: #ffff77;
        border: 1px solid #bb6644;
        color: #bb6644;
        display: block;
        margin: 0 0 3px;
        padding: 4px 5px;
}
#t4a-content div.field {
        border: 1px dotted #d8d8d8;
        padding: 20px;
        margin: 15px 0;
}

span.superscript {
    font-size: 0.5em;
    vertical-align: super;
}

