table.standard_rs {

}

table.standard_rs td,
table.standard_rs th {
    padding: 5px;
    text-align: left;
}

table.staff_members td {
    padding-left: 10px;
    padding-right: 10px;
}

table.staff_members td img {
    width: 75px;
}

div.notice {
    border: 1px solid #8bc0ff;
    background-color: #c2dcff;
    padding: 6px;
    font-size: 14px;
    font-weight: bold;
}

.nowrap {
    white-space: nowrap;
}


table.staff_list {
    border: none !important;
}
table.staff_list td,
.entry table.staff_list tr td {
    border: none;
}

table.staff_list div.staff_name {
    font-size: 24px;
    font-weight: bold;
    text-shadow: 1px 1px 1px #999999;
}

table.staff_list td img {
    float: left;
    width: 150px;
    padding: 11px 15px 5px 0px;
}

table.staff_list td div.my_hours {
    font-size: 12px;
    background-color: #efefef;
    border: 1px solid #cdcdcd;
    text-align: center;
    padding: 3px;
    font-decoration: italic;
}

table.staff_list td div.staff_data {
    padding: 5px 15px 15px 15px;
    background-color: #f5f5f5;
    border: 1px solid #cdcdcd;
    border-radius: 7px 7px 7px 7px;
}

table.staff_list td div.staff_about {
    margin-top: 7px;
}

