/* teachers.css - the CSS styles for the find a teacher pages. */

div.teacher {
    margin-bottom:      10px;
}

div.teacher .teacher-name {
    font-size:          10pt;
    font-weight:        bold;
}

div.teacher .teacher-heading, div.teacher .teacher-email, 
div.teacher .teacher-tel_no {
    font-size:          8pt;
}

div.teacher .teacher-heading {
    color:              #02CE02;
    font-weight:        bold;
}