.filter-row {
    margin-bottom: 10px;
}

.left-row {
    font-size: 15px;
    font-weight: bold;
    width: 12%;
    float: left;
    height: 32px;
    line-height: 32px;
}

.right-row {
    font-size: 14px;
    width: 88%;
    float: right;
}

.right-row span {
    margin-right: 10px;
    margin-bottom: 10px;
    display: block;
    float: left;
    cursor: pointer;
    padding: 0 20px;
    height: 32px;
    line-height: 32px;
    user-select: none;
}

.ft-active {
    color: black;
    background-color: #e60021;
    border-color: #bc5350;
    border-radius: 16px;
    padding: 0 20px;
    color: #fff;
}

.well, .well-cg {
    margin-top: 20px;
    display: none;
}

@media screen and (max-width: 768px) {
    .btn-line > .btn {
        font-size: 12px !important;
    }

    .left-row {
        width: 100%;
        margin-bottom: 10px;
    }

    .right-row {
        width: 100%;
    }

    .right-row span {
        margin-bottom: 10px;
        padding-right: 30px;
    }

    .second-type-row {
        width: 100%;
    }

    .application-process {
        display: inline-block;
        padding-left: calc(50% - 158px);
    }

    .application-process div {
        float: left;
    }
}

@media screen and (max-width: 540px) {
    h1 {
        font-size: 20px !important;
    }

    h2 {
        font-size: 18px;
    }

    h3 {
        font-size: 16px;
        margin-top: 10px;
    }

    .caption p {
        font-size: 10px;
    }

    .iti_h2 {
        font-size: 15px;
    }

    .application-process div:last-child {
        cursor: none !important;
    }
}