﻿#content
{
    padding-right: 190px !important;
}

#answer
{
    position: absolute;
    left: 55px;
    top: 0;
    background: #EAE6B6;
    padding: 10px;
    border: 1px solid #B88C4B;
    display: none;
    width: 700px;
}

#questions
{
    margin: 10px 0 100px 40px;
}

#questions li
{
    padding: 4px;
    text-decoration: underline;
}

#questions li:hover
{
    background-color: #EAE6B6;
    cursor: pointer;
}

dt
{
    text-decoration: underline;
    cursor: pointer;
}