body
{
    margin: 0;
    background-color: white;
    color: black;
    font-family: helvetica, arial, sans-serif;
}

.blackout {
    background: black;
    color: white;
}

li
{
    list-style-type: circle;
}

#blank,
#license h1
{
    position: absolute;
    text-indent: 1em;
    font-size: 200%;
    font-family: helvetica, verdana, tahoma, sans-serif;
    bottom: 0;
    color: #555;
    left: 0;
    text-shadow: 1px 0 1px white, 0 1px 1px white;
}

.error p {
    right: 0;
    text-align: right;
    padding-right: 20px;
}

#loser
{
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 0;
    margin: 0;
    z-index: 0;
}

#evidence
{
    position: fixed;
    bottom: 0;
    right: 20px;
    padding: 0;
    margin: 0;
    z-index: 0;
}

.blackout #evidence {
    right: 0;
}

.asterisk
{
    cursor: default;
}

img
{
    border: 0;
}

#redacted
{
    opacity: 0.75;
}

#container
{
    margin: 0 auto 0 10px;
    max-width: 450px;
    color: #303030;
}

dt
{
    font-weight: bold;
    font-style: italic;
}

.print
{
    display: none;
}

h1
{
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}

.blackout p {
    text-shadow: 0 0 0 #000000 !important;
}

.mail-domain:before
{
    content: '@';
}

dt.date
{
    margin: 0.5em 0;
}

#contact dt
{
    clear: both;
    float: left;
    width: 90px;
}

#contact dd
{
    margin-left: 90px;
}

.question
{
    background: transparent url(hr.png) no-repeat bottom left;
    padding: 20px 0 5px 0;
}

#license h1
{
    margin-left: 80px;
}

#license p
{
    margin-left: 100px;
    width: 500px;
    font-size: large;
    font-family: helvetica, arial, sans-serif;
    color: black;
    background-color: rgba(0, 0, 0, 0.15);
    padding: 1em;
    border: 1px solid #aaa;
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    -moz-border-radius: 10px;
    z-index: 1;
    position: absolute;
    text-shadow: 0 0 10px white;
}

#license span
{
    color: #556;
    font-style: italic;
}

#story h1
{
    margin-left: 100px;
}

#story p
{
    margin-left: 100px;
    max-width: 650px;
    font-size: large;
    font-family: helvetica, arial, sans-serif;
    color: black;
    text-align: justify;
}



