body, td {
    font-family: Verdana, sans-serif;
    font-size: 11px
}

h2 {
    font-size: 18px;
    font-weight: bold
}

a, #entry a.clickable {
    color: #00F;
    text-decoration: none
}

.sname, .A4 {
    font-size: 9px
}

.A3 {
    font-size: 20px;
    font-weight: bold
}

input[type=text], input[type=password] {
    color: #000;
    border: 1px solid #000;
    font-size: 10px;
    background-color: #FFF
}

input[type=submit], input[type=reset] {
    font-size: 10px;
    color: #FFF;
    border: 1px solid #002245;
    background: #003063
}

body > div {
    text-align: center
}

body > div:first-of-type {
    border-bottom: 3px solid #AAA
}

.loader img {
    width: 100px;
    border: 1px solid #000
}

#search {
    margin-bottom: 10px
}

#search td:first-of-type input {
    width: 500px
}

#search td input {
    width: 80px
}

#list {
    border: 1px solid #AAA;
    text-align: left
}

#list td, #entry td {
    border: 1px solid #AAA
}

#list td:last-of-type {
    text-align: center
}

.clickable, a[data-pos] {
    cursor: pointer
}

#entry {
    margin-top: 50px;
    text-align: left
}

#entry > tbody > tr > td:first-of-type, #list td input[type=text] {
    width: 350px
}

th {
    text-align: center;
    font-weight: bold
}

#entry table td, #entry table th {
    max-width: 50px;
    min-width: 50px;
    text-align: center
}

#entry table td:first-of-type, #entry table th:first-of-type {
    max-width: 300px;
    min-width: 300px;
    text-align: left
}

#entry table td:nth-of-type(2), #entry table th:nth-of-type(2), #entry table th:nth-of-type(5), #entry table td:nth-of-type(5) {
    max-width: 120px;
    min-width: 120px;
    text-align: left
}

#entry table th:nth-of-type(6), #entry table td:nth-of-type(6) {
    max-width: 65px;
    min-width: 65px;
    text-align: center
}

#entry table th:nth-of-type(5), #entry table th:last-of-type, #entry table th:first-of-type {
    text-align: center
}

#entry a {
    color: #000
}

.change, .new {
    width: 92%
}

input.new {
    border: none
}

.delete > td {
    border: 2px solid #F00 !important
}

a.confirmDelete {
    color: #F00 !important
}

input[type=submit][form=newStation] {
    float: right
}

.selected {
    font-weight: bold;
    color: #000
}

.selected:before, .selected:after {
    content: '*';
    font-weight: bold
}

#up {
    position: fixed;
    bottom: 30px;
    right: 30px;
    font-size: 35pt;
    padding: 10px 13px 0 13px;
    background: #AAA;
    z-index: 10;
    display: none;
    cursor: pointer;
    width: 40px;
    height: 57px
}