.xsmall {
	font-size: 1em;
}

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: 18px;
#   font-weight: bold;
    line-height: 1;
}

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;
    margin: 10px;
}

table.staff_list td div.staff_about {
    margin-top: 7px;
}

table.staff_list td div.staff_about p {
    font-size: inherit;
    line-height: 1.6em;
    margin-bottom: 18px;
    color: inherit;
}


form.staff_form label {
	font-size: 1.3em;
	display: inline-block;
	margin-top: 5px;
	font-weight: bold;
}

form.ez_staff_form label {
	font-size: 1.3em;
	font-weight: bold;
}

form.ez_staff_form input[type="text"] {
	font-size: 1.2em;
	padding: 4px;
}

form.ez_staff_form input[type="submit"] {
	font-size: 1.6em;
	margin-top: 10px;
	padding: 5px;
	cursor: pointer;
}