#wx-stations {
    position: fixed;
    right: 0px !important;
    bottom: 0px;
    left: auto;
    max-width: 400px;
    width: 100%;
    height: calc(60vh);
    background-color: rgba(255, 255, 255, 1);
    color: black;
    box-shadow: 0 0 5px 1px black;
}

.offcanvas-header {
    position: absolute;
    z-index: 2;
    width: 100%;
    border-bottom: 1px solid silver;
    background-color: #75caeb;
    height: 40px;
}

.offcanvas-title {
    font-size: 10pt;
}

.offcanvas-body {
    padding: 0px;
}

.dt-length {
    display: none;
}

.dt-container {
    overflow-x: hidden !important;
    padding-top: 40px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 5px;
}

.dt-column-title {
    font-weight: normal;
    text-shadow: 0px 0px 0px black !important;
}

.page-link {
    margin: 5px;
    border-radius: 5px;
    background-color: #424242;
    color: white;
    font-size: 10pt;
}

#dt-search-0 {
    width: 75%;
}
