#latest_quiz .question {
    border: 1px solid #ccc;
    padding: 10px;
    margin: 5px 0;
}

.question p {
    text-align: center;
    margin-bottom: 10px;
}

.question > form {
    float: left;
    position: relative;
    left: 50%;
    text-align: center;
}

    .question > form .answers {
        position: relative;
        left: -50%;
    }
    .question form .answers {
        margin-bottom: 10px;
        text-align: right;
    }
    
    *html .question form .answers {
        margin-right: 20px;
    }
        .question form .answers label * {
            vertical-align: middle;
        }
    
    .question form input[type="submit"] {
        position: relative;
        left: -50%;
    }
    
    
.actions {
    margin: 15px 0;
}
    .actions a {
        margin: 0 10px;
    }
.next-question {
    padding-left: 20px;
    background: url(/media/img/ln2.jpg) no-repeat scroll;
}
    
.clear { clear: both;}

.center {
    text-align: center;
}


#results {
    width: 100%;
    vertical-align: top;
    border-collapse: collapse;
    /*border: 1px solid #ccc;*/
}

#results td {
    padding: 5px;
    padding-bottom: 10px;
}
#results td.last {
    padding-bottom: 5px;
}

#results td.q {
    text-align: right;
}
#results td.num {
    width: 18px;
}

#results td.value {
    width: 40px;
}

#correct-count {
    color: #44A;
}

#quiz-title {
    color: #226876;
}

