body, .pure-g [class *="pure-u"] {
    font-family: "PT Sans", Verdana, Geneva, sans-serif;
    background: #fafafa;
}

h1, h2, h3 {
    font-family: "PT Serif", Georgia, serif;
}

a {
    text-decoration: none;
    font-weight: bold;
}

.shiftsuccess {
    padding: 1px 5px 1px 5px;
    background-color: #8d8;
}

.shiftwarn {
    padding: 1px 5px 1px 5px;
    background-color: #f94;
}

.shifterror {
    color: #fff;
    padding: 1px 5px 1px 5px;
    background-color: #c66;
}

.fixed {
    font-family: monospace;
    font-weight: bold;
    font-size: 1.2em;
}

form {
    width: 100%;
    margin: 0 auto;
}

select:required:invalid {
  color: gray;
}

option[value=""][disabled] {
  display: none;
}

option {
  color: black;
}

label, input, select {
    /* In order to define widths */
    display: inline-block;
}

label {
    width: 30%;
    /* Positions the label text beside the input */
    text-align: right;
}

label + input, label + select {
    width: 200px;
    /* Large margin-right to force the next element to the new-line and margin-left to create a gutter between the label and input */
    margin: 2px 30% 2px 4%;
}

/* Only the submit button should have this class */
.submit_button {
    display: block;
    float: right;
    margin: 2px;
    padding: 10px 50px 10px 50px;
    color: #fff;
    background-color: #c00;
    font-weight: bold;
}

.topmenu ul {
    list-style: none;
    background-color: #444;
    text-align: center;
    padding: 0;
    margin: 0;
}

.topmenu li {
    width: 120px;
    border-bottom: none;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
    display: inline-block;
    margin-right: -4px;
}

.topmenu a {
    text-decoration: none;
    color: #fff;
    display: block;
    transition: .3s background-color;
}
 
.topmenu a:hover {
    background-color: #555;
}
 
.topmenu a.active {
    background-color: #fff;
    color: #444;
    cursor: default;
}

table {
    border-collapse: collapse;
    width: 100%;
}

tr {
    background-color: #fff;
}

th, td {
    padding: 0.25rem;
    text-align: left;
    border: 1px solid #ccc;
}

.tr_mi, .tr_fr {
    background-color: #efd;
}

.tr_sa, .tr_so {
    background-color: #fed;
}

.tr_feiertag {
    background-color: #edc;
}

.tr_collision {
    background-color: #f72;
}

.tr_odd {
    background-color: #eee;
}

.scrollToTop {
    position: fixed;
    top: 120px;
    right: 5px;
    margin: 2px;
    padding: 10px 50px 10px 50px;
    color: #fff;
    background-color: #c00;
    font-weight: bold;
}

.infobox {
    border: 2px solid;
    margin: 10px 0px;
    padding: 15px 15px 15px 15px;
    background-repeat: no-repeat;
    background-position: 10px center;
    color: #047;
    background-color: #bef;
}

.warnbox {
    border: 2px solid;
    margin: 10px 0px;
    padding: 15px 15px 15px 15px;
    background-repeat: no-repeat;
    background-position: 10px center;
    color: #740;
    background-color: #feb;
}

.ui-widget-content, .ui-widget {
    font-family: "PT Sans", Verdana, Geneva, sans-serif;
    font-size: 1em;
    overflow: hidden;
}

.ui-widget input {
    font-family: Arial;
    font-size: 13.3333px;
    font-style: normal;
    font-variant: normal;
    font-stretch: normal;
    line-height: normal;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #aaa;
    background: #eee;
    font-weight: normal;
    color: #555;
}

.ui-widget-header {
    border: 1px solid #aaa;
    background: #eee;
}

#tabs {
    padding: 0px;
    background: none;
    border-width: 0px;
}

#tabs .ui-tabs-nav {
    padding-left: 0px;
    background: transparent;
    border-width: 0px 0px 1px 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    text-align: center;
}

#tabs .ui-tabs-panel {
    background: #fff;
    border-width: 0px 1px 1px 1px;
}

#tabs .ui-state-active {
    background: #fff !important;
}

#tabs a {
    width: 75px;
}

#powered-by {
    border-width: 1px;
    border-style: solid;
    border-color: #888;
    color: #666;
    text-align: center;
    width: 800px;
    margin: 0 auto;
}