﻿#primary-content h2  
{
    font-size: 22px;
    font-weight: bold; 
}
.textshadow #primary-content h2 
{
    text-shadow: 0px 1px 1px rgba(0, 0, 0, .35);   
}

.questions 
{
    float: left;
    margin: 0 20px 20px 0;
    width: 320px;
}
    .questions.first { border-right: 1px solid #ccc; }
    .questions.last { margin-right: 0;}

.questions li { margin-bottom: 10px; }

.answers 
{
    clear: both;
    padding-top: 20px;
    border-top: 1px solid #ccc;
}
