html, body {
    font: normal 10px Verdana, Arial, sans-serif;
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;    
}

h1 {
	font-size:  16px;
    margin: 20px;
}

input {
    border: none;
    width: 100%;
    padding: 0;
    font-size: 11px;
}

select {
    font-size: 11px;
    width: 100%;
    padding: 0;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 5px;
    box-shadow: 0 0 0 2px #666;
    opacity: 0.9;
}

table tr:first-child th:first-child {
    border-top-left-radius: 5px;
}

table tr:first-child th:last-child {
    border-top-right-radius: 5px;
}

table tfoot tr:last-child td:first-child, table.no-footer tbody tr:last-child td:first-child {
    border-bottom-left-radius: 5px;
}
    
table tfoot tr:last-child td:last-child, table.no-footer tbody tr:last-child td:last-child {
    border-bottom-right-radius: 5px;
}

td {
    background-color: #fff;
    font-size: 11px;
    height: 16px;
    padding: 8px 6px 0px 6px;
    border: none;
    border-top: 1px solid #fff;
}

tbody tr:last-child td {
    padding-bottom: 8px;
}


th {
    background-color: #666;
    color: #fff;
    font-size: 10px;
    height: 30px;
    font-weight: normal;
    padding: 0;
}

tfoot td {
    border-top: 1px solid #ccc;
    /*background-color: #eee;*/
    text-align: center;
    padding: 2px;
    font-size: 10px;
}

td.label {
    background-color: #eee;
    border-color: #eee;
    width: fit-content;
    text-align: right;
}

td.spacer {
    border-bottom: 1px solid #ccc;
    padding-top: 0;
    height: 6px;
}

td.offset, td.length {
    font-size: 9px;
}

img.logo {
    margin: 8px;
    vertical-align: middle;
}

#dz {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

#dz .label {
    text-align: center;
}

#map {
    width: 100%;
    height: 100%;
    min-width: 360px;
    min-height: 480px;
    position: relative;
    display: none;
}

#demo {
    display: none;
    text-align: center;
}

#toolbar {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999;
    /*display: none;*/
}

#menu, #toolbar-collapse {
    cursor: pointer;
}

.dz, .menu, .drop, .winds {
    margin: 12px;
    z-index: 9999;
    width: auto;
}

.winds, .drop {
    display: none;
}

.winds .temp {
    text-align: right;
}

.footer {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color:  #fff;
    padding: 1px 6px;
    font-size: 8px;
    z-index: 9999;
}

.warning {
    background-color: red;
    color: #fff;
}

#wts2110345 {
    display: none;
}
