.filterDiv {
    float: left;
    background-color: #286090;
    color: #ffffff;
    width: 215px;
    line-height: 50px;
    text-align: center;
    margin: 2px;
    display: none;
}

.filterDiv1 {
    float: left;
    background-color: #cc0000;
    color: #ffffff;
    width: 215px;
    line-height: 50px;
    text-align: center;
    margin: 2px;
    display: none;
}

.show {
    display: block;
}

.container {
    margin-top: 20px;
    overflow: hidden;
}

.container1 {
    margin-top: 20px;
    overflow: hidden;
}


/* Style the buttons */

.btn1 {
    border: none;
    outline: none;
    padding: 12px 16px;
    background-color: #f1f1f1;
    cursor: pointer;
}

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

.btn1.active {
    background-color: #666;
    color: white;
}

/* Style the buttons */

.btn2 {
    border: none;
    outline: none;
    padding: 12px 16px;
    background-color: #f1f1f1;
    cursor: pointer;
}

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

.btn2.active {
    background-color: #666;
    color: white;
}
