<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
h2 {
    font-size: 150%;
    color: #028C3E;
    font-weight: 700;
    margin-top: 1rem;
}

h3 {
    font-size: 135%;
    color: #777;
    font-weight: 700;
    margin-top:1rem;
    margin-bottom:0rem;
}

label {
    margin-top: 1rem;
    font-weight:bold;
    color:#444;
}

p {
    font-size:.9rem !important;
}

div#header {
    cursor:pointer;
    margin-left:1rem;
}

div#header_bar {
    background-color: #444693;
    color: #fff;
    line-height: 1.5;
    vertical-align: middle;
    padding: 0 1rem;
    border-radius: 4px;
}

div#today {
    white-space: nowrap;
}

div#today a {
    color:white;
    font-weight:normal;
}

div#localServer {
    margin-top:.1rem;
    color:orange;
    font-weight:bold;
}

table#calendar th.header {
    background-color: #444693;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 110%;
    vertical-align: middle;
    padding:.3rem;
}

table#calendar th.name {
    background-color: #ccd;
    text-align: center;
}

table#calendar td.empty_day {
    background-color: #dde;
}

table#calendar td.day {
    background-color: #eef;
    height: 4rem;
    width: 14%;
    vertical-align: top;
}

table#calendar td.today {
    background-color: #ccccdd;
    font-weight: bold;
    color: white;
}

table#calendar td.day a.empty {
    color: #444693;
}

table#calendar td.day a.part {
    color: #f07000;
}

table#calendar td.day a.full {
    color: #090;
}

table#calendar td.day a.nojob {
    color: #000;
}

table#jobs {
    margin-bottom:0;
}

table#jobs, table#jobs th, table#jobs td {
    border: none;
}

table#jobs th {
    border-right: 1px solid #fff;
    color: #666;
    background-color: #EEEEFF;
    text-align:left;
}

/* fix width of last column in jobs table at 15em */
table#jobs tr &gt; :last-child {
    width: 9em;
}

td.jobName {
    font-weight:700;
}

a, a:visited {
    text-decoration: none;
    color: #444693;
    font-weight: bold;
}

a:hover {
    text-decoration: none;
    color: #090;
}

input#submit, input.submit {
    font-weight: 700;
}

div.error_field, div#datebox.invalid {
    border: 1px solid #d00;
    background-color: #ff5;
    padding: 5px;
}

div#footer {
    vertical-align: middle;
    margin-top: 0.5rem;
    background-color: #f6f6f6;
    padding: 0.25rem.5rem 0 .5rem;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

div#footer_bar a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

div#backbutton {
    margin: 1rem 0 .5rem;
}

form#signup input.invalid, form#newjob input.invalid, input.invalid,
textarea.invalid, div.invalid, .invalid {
    background-color: #ff5;
}

ul#logList {
    margin: .5rem 0 1rem;
}

#logBox {
    border: 1px solid #999;
    margin: 0 1rem 0 0;
    padding: .5rem;
    resize: both;
    overflow: auto;
    max-height: 24rem;
    font-size: 1rem;
    font-family: monospace;
    font-size:12px;
}

div#selectMonth {
    padding-top:.5rem;
    max-width:8rem;
    text-align:center;
    margin:auto; }

.logList {
    margin-left:2rem;
}

#logMsg {
    font-size: 130%;
    font-weight: bold;
    color: #777;
    margin-top: 1rem;
}

#repeatTimes, #repeatSpan {
    max-width: 10rem;
}

.color_empty {
    color: #444693;
}

.color_part {
    color: #f07000;
}

.color_full {
    color: #090;
}

.color_nojob {
    color: #000;
}

.colorCode {
    font-size:90%;
    font-weight:700;
}

.pagedisplay, .pagesize {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: inline;
}

.displayNone, .displaynone, .hscHide {
    display: none;
}

.bold {
    font-weight: 700;
}

.middle {
    vertical-align: middle;
}

.nowrap {
    white-space: nowrap;
}

.paddingRight {
    padding: 0 1rem 0 0
}

.smallButton {
    padding: 0 .5rem;
    font-size: 85%;
    text-decoration: none;
}

.warning {
    color:#900;
}

.plainWell {
    border: none;
    background-color: #fff;
    margin-bottom: 0;
    box-shadow: none;
}

.headerWell {
    border: none;
    background-color: #fff;
    margin-bottom: 0;
    box-shadow: none;
}

/* BOOTSTRAP OVERRIDES */
.well-sm {
    padding: 6px;
}

.form-control {
    padding: 6px;
}

/* Visible message to use landscape mode when minimum viewport width is exceeded */
.smallPortrait {display: none;}
@media all and (max-width: 414px) and (orientation : portrait) {
    /* styles for smallest viewport widths */
    .smallPortrait {display:block;}
}
</pre></body></html>