TABLE.listing {
    border: solid 2px #999999;
    /* background-color: #cccccc; */
    width: 99%;
    background: white;
}

.grecaptcha-badge {
    position: static !important;
    margin-top: 17px;
}
#maincontent.user_dashboard .filter_box > #show_hide > span {
    text-decoration:underline;
    color: #81bc35;
}
#maincontent.user_dashboard .filter_box > #show_hide > span:hover {
    text-decoration:none;
}
/* have to adjust checkbox on attendance table because was broken by #maincontent.admin table.listing.table-editable td {
    white-space: nowrap;
}
on main.css line 251
*/
.non_attendance_fields .tableEditable-icon.save-icon.ui-state-default.ui-corner-all  {
    position:absolute;
    top:0px;
}

.sy-caption-wrap .sy-caption {
    position: relative;
    left: -50%;
    background-color: rgba(0, 0, 0, 0.54);
    color: #fff;
    padding: 0.4em 1em;
    margin-top: 162px;
    border-radius: 1.2em;
}