.list-col {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 20px;
}

.list-row {
    font-size: 0;
/*    border-style: solid;
    border-width: 1px;*/
    margin-bottom: -2px;
    line-height: initial;
}

.list-titles .list-col {
    font-size: 14px !important;
    padding: 1px;
    width: calc(15% - 4px);
    font-weight: bold;
    cursor: pointer;
    border: 1px solid;
}

.list-col.currency-col {
    width: calc(10% - 4px) !important;
}

.bank-row .list-col {
    font-size: 12px;
    padding: 1px;
    width: calc(15% - 4px);
    border-style: solid;
    border-width: 1px;
}

[data-order="none"] {
    background: url(images/shuffle-arrow.png);
    background-repeat: no-repeat;
    background-position: center right 2%;
    background-size: 12px;
}

[data-order="up"] {
    background: url(images/up-arrow.png);
    background-repeat: no-repeat;
    background-position: center right 2%;
    background-size: 12px;
}

[data-order="down"] {
    background: url(images/down-arrow.png);
    background-repeat: no-repeat;
    background-position: center right 2%;
    background-size: 12px;
}

.banks-filters select {
    width: 32.9%;
    margin: 0 0.2%;
    font-size: 15px !important;
    overflow: hidden;
    white-space: nowrap;
    background-color: #DA282D;
    color: #fff;
}

.banks-filters {
    font-size: 0;
    margin-bottom: 5px;
}

ul.banks-list-pagination {
    text-align: center;
    list-style-type: none;
}

ul.banks-list-pagination li {
    display: inline-block;
    cursor: pointer;
    margin: 9px 3px;
    padding: 0 5px;
    font-size: 14px;
}

.bank-row a.list-col{
    text-decoration: none;
}

.bank-row a.list-col:hover {
    text-decoration: none;
    border: 1px solid !important;
    border-color: initial;
}

.banks-choose-type {
    color: #DA282D;
    font-size: 12px;
}

.banks-reset {
    margin: 8px 0;
    height: 22px;
    font-weight: initial;
    padding: 2px 6px;
    font-size: 10px;
}

.priorityon {
    font-weight: 900;
}

.bank-filter-step {
    text-align: center;
    display: inline-block;
    width: 32.5%;
    position: relative;
}

.bank-filter-step div {
    display: inline-block;
    border: solid 2px #DA282D;
    color: #DA282D;
    border-radius: 50%;
    width: 47px;
    height: 47px;
    position: relative;
}

.bank-filter-step div span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 12px;
    height: 24px;
    font-size: 20px;
    font-weight: 600;
}

.bank-filter-steps {
    margin-bottom: 10px;
}




















@media only screen and (max-width: 1230px) {

    .list-titles .list-col {
        font-size: 14px !important;
    }

    .bank-row .list-col {
        font-size: 12px !important;
    }
}

@media only screen and (max-width : 979px) {    

}

@media only screen and (max-width : 767px) {
    .banks-filters select {
        font-size: 12px !important;
    }

    .list-titles .list-col {
        font-size: 10px !important;
    }

    .bank-row .list-col {
        font-size: 9px !important;
    }

    ul.banks-list-pagination li {
        margin: 7px 2px;
        padding: 0 4px;
        font-size: 12px;
    }
}

@media only screen and (max-width : 480px) {

    [data-order="none"] {
        background-size: 7px;
    }

    [data-order="up"] {
        background-size: 7px;
    }

    [data-order="down"] {
        background-size: 7px;
    }
}

@media only screen and (max-width : 320px) {

}