body 
{ 
    background: #fff;
}

a { color: #356AA0; }
a:visited { color: #36393D; }

h1
{
    letter-spacing: -2px;
}

h2
{
    letter-spacing: -1px;
}

table.survey-table td.choice
{
    border-bottom: solid 1px #eee;
}

table.stats-table td, th
{
    border-bottom: solid 1px #eee;
}

table.stats-table th.inline
{
    text-align: right;
}

table.survey-table th.choice-header,
table.survey-table td.choice
{
    text-align: center;
}

ul { list-style:square; }

#header
{
    background: #444;
    color: #fff;
}

#header .box
{
    margin-bottom: 0;
}

#body-container div.container
{
    background: #fff;
}

#step-header h1,
.no-bottom
{
    margin-bottom: 0;
}

#step-header h1
{
    color: #000;
}

td.question-response ul
{
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

/*.error { background-color: #e93f35; border: 0; color: #fff; }
.error .box,
.error table { margin-bottom: 0; }
*/

.error { padding: 2px; background-color: #e93f35; border: 0; color: #fff; display: block; }
input.error { color: #000; background-color: #fff; }

.incidental
{
    color: #555;
    font-family: Georgia, serif;
    font-style: italic;
    font-weight: normal;
}

.center-aligned { text-align: center; }

.stats-header { text-transform: uppercase; letter-spacing: 3px }
