#sibor-sora-trend-page .wrap-api-interest-rates {
    margin: 30px 0;
}

#sibor-sora-trend-page section {
    margin: 10px 0;
    line-height: 1.8em;
}
#sibor-sora-trend-page .title {
    text-transform: capitalize;
    font-size: 22px;
}

#api-filter-module {
    clear: both;
    margin: 30px 0;
    display: block;
    position: relative;
}

#api-filter-module .title {
    text-align: center;
}

#api-filter-module .col {
    margin-bottom: 10px;
}

.btn-filter {
    max-width: 100px;
    height: 40px;
    line-height: 0.2em;
    z-index: 1; /*Fix issue button can't click moblie small screen*/
}

.btn-filter.btn-primary:hover {
    background-color: #7d9a37;
}

#result-respone {
    clear: both;
}
#api-filter-module th{
  text-align: center;
}

@media (max-width: 414px) {
    #api-filter-module .col {
        margin-bottom: 50px;
    }
}