.checkmark {
    margin:auto;
    text-align:center;
}

.dataTables_filter {
    width: auto;
    border-radius: 5px;
    margin-top: 4px;
    background-color: #E3E3E3;
    float:left;
}

.views-exposed-form {
    float:right;
    background-color: #fbecb8;
    padding-left: 10px;
    border-radius: 5px;
    background-color: #E3E3E3;
    margin-bottom: -60px;
    z-index: 100;
    position: relative;
}

@media (max-width:895px) {
.views-exposed-form {
    margin-bottom: 0px;
}
.dataTables_filter {
    float:right;
}
}

@media (max-width:415px) {
.views-exposed-form {
    min-width: auto;
}
.dataTables_filter {
   min-width: auto;
}

}