#variants a.minus {
    font-weight: bold;
    color: red;
    text-decoration: none;
}

table.results {
    width: 100%;
}

table.results td {
    padding: 5px;
    border-bottom: 1px dotted #666666;
}

table.results td.question {
    width: 90%;
    color: #008000;
    font-weight: bold;
}

table.results td.value {
    width: 10%;
    font-size: 14px;
    color: #666666;
}

table.results td {
    font-size: 12px;
}

#sidebar table.results td {
    font-size: 10px;
}

