.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}

.tab button:hover {
    background-color: #ddd;
}

.tab button.active {
    background-color: #5c5;
}

.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

.table_cell {
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    padding: 0px 2px;
    font-size: 14px;
}

.table_cell:hover {
    background-color: #ddd;
}

.table_cell_active {
    background-color: #5c5;
}

.environment-select {
    padding: 15px 27px;
}

.environment-select input {
    height: 30px;
    width: 200px;
    margin-left: 20px;
}

.environment-select .search-label {
    color: black;
    font-size: 14px;
}

#met-office-acknowledgement {
    margin: -50px 20px 0;
    width: 325px;
}

#met-office-acknowledgement img {
    margin-left: -20px;
    width: 100%;
}