﻿table.tbFP {
    width: 100%;
    border-collapse: collapse;
}

    table.tbFP td {
        width: 50%;
        padding: 7px;
        text-align: left;
        color: #ffb932;
        font-weight: bold;
        vertical-align: top;
    }

.divFP {
    width: 100%;
    display: inline-block;
}

    .divFP > div {
        text-align: left;
        color: #fff;
        font-weight: bold;
        width: 46.5%;
        border: 0px solid white;
    }

        .divFP > div:first-child {
            float: left;
            margin-left: 1.75vw;
        }

        .divFP > div:last-child {
            float: right;
            margin-right: 1.75vw;
        }

.divSltBox {
    width: 100%;
    display: inline-block;
    padding: 15px 0;
    border: 0px solid white;
}


.divSltDCM, .divSltDBnk, .divSltCMF, .divSltCMT {
    display: inline-block;
    float: left;
    width: 100px;
    height: 100px;
    border-radius: 15px;
    background-color: #000;
    white-space: nowrap;
    margin: 5px 8px 10px 0;
    text-align: center;
    border: 2px solid #13e3d7;
    cursor: pointer;
    position: relative;
}

.divSltDBnk {
    border: 2px solid #13e3d7;
}

    .divSltDCM.active, .divSltDBnk.active, .divSltCMF.active, .divSltCMT.active {
        border: 2px solid #00e600;
        z-index: 9;
    }

.-ocbc {
    background-color: #fff !important;
}

.-dbs {
    background-color: #000 !important;
}

.-uob {
    background-color: #01387e !important;
}

.divSltTick {
    background-image: url('/images/fdep/fdep-tick.png');
    background-repeat: no-repeat;
    background-size: 100%;
    width: 26px;
    height: 26px;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-right: -2px;
}

.divSltDCM img, .divSltCMF img, .divSltCMT img {
    vertical-align: middle;
    max-height: 85px;
    max-width: 85px;
}

.divSltDBnk img {
    vertical-align: middle;
    width: 92%;
}

.w60 {
    width: 60%;
}

@media screen and (max-width : 480px) {
    table.tbFP td {
        width: 100%;
    }

    .divFP > div {
        width: 90%;
        clear: both;
        border: 0px solid white;
    }

        .divFP > div:first-child {
            float: none;
            margin-left: 5vw;
        }

        .divFP > div:last-child {
            float: none;
            margin-left: 5vw;
            margin-right: unset;
        }

    .w60 {
        width: 80%;
    }
}
