﻿
table#exam-listing thead tr th {
    color:#555;
}

/**
 * Exam table columns
 */
.exam td.status { text-align:center; }
.exam td.duration { text-align:center; }
.exam td.score { text-align:center; }
.exam td.buttons { text-align:center; }

/**
 * Hover Effect
 */
.row-hover td {
    background-color:#eee;
}

table tbody tr.exam a {
    text-decoration:none;
    color:#00aa21;
}

table tbody tr.exam a:hover {
    color:#0026ff;
}

/**
 * Notice
 */
p.unlock-exam-notice {
    font-size:12px;
    font-weight:normal;
    color:firebrick;
}

/**
 * Exam Unlock Button    
 */
a.exam-unlock {
    font-size:14px; 
    padding:5px; 
    color:#33c !important;
}

    a.exam-unlock:hover {
        color: #c33 !important;
    }