/* D102 custom styles  */

/*  Format student detail fields with contrasting labels 
    In wildcards/student_detail_header_line.txt
*/
.pill {
    border-radius: 5px;
    background: #edf3fe;
    padding: 2px 1px;
    font-size: 13px;
    margin-right: 0.5em;
}

.p_label {
    background: #cedde4;
    border-radius: 5px 0px 0px 5px;
    color: #4d4d4d;
    padding: 2px 4px;
}

.p_data {
    padding: 2px 2px;
    font-weight: bold;
}

#view-history-link {
    float: right;
}