﻿table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

table, th, td {
    border: 1px solid #333 !important;
}

th, td {
    padding: 8px;
    text-align: left;
}

.correct td {
    background-color: #4cff00 !important;
    color: #333 !important;
}

.incorrect td {
    background-color: #ff6a00 !important;
    color: #333 !important;
}

.strong {
    font-weight: bold;
}

.medium {
    font-weight: normal;
}

.small {
    font-weight: lighter;
}

.too-close {
    font-style: italic;
}body {
}
