body
{
    background-color: #FDF6E3;
}

#history
{
    width: 1060px;
    height: 32px;
    position: relative;
    overflow: hidden;
    margin-left: 1em;
}

#history .okay.sample,
#history .dead.sample
{
    position: absolute;
    width: 3px;
    height: 12px;
}

#history .okay.sample
{
    background-color: #EEE8D5;
    top: 4px;
}

#history .dead.sample
{
    background-color: #D33682;
    top: 0px;
}

#history .stamp
{
    position: absolute;
    white-space: nowrap;
    top: 18px;
    height: 14px;
    font-size: 11px;
    line-height: 14px;
    border-left: 1px solid #EEE8D5;
    padding-left: 1px;
    color: #93A1A1;
}

/*
#history .even.stamp
{
    background-color: #fff;
}
*/
