﻿

.bank-icon {
    width: 100px;
}

.product-details {
    min-height: 70px;
    line-height: 70px;
    float: left;
    text-align: left;
    padding-left: 10px;
    /*width: 250px;*/
    /*text-align: center;*/
}

    .product-details span {
        display: inline-block;
        vertical-align: middle;
        line-height: normal;
    }

    .product-details a {
        color: #5A73A1;
        text-decoration: underline;
    }

.product-pricing {
    height: 70px;
    line-height: 70px;
    padding-left: 10px;
    font-size: 20px;
}

    .product-pricing span {
        display: inline-block;
        vertical-align: middle;
        line-height: normal;
        width: 100%;
    }

.leftie {
    text-align: left !important;
}

.rightie {
    text-align: right;
}

.first-line {
    margin-top: 15px;
}

.result {
    font-size: 25px;
    color: #CC0000;
}

.mt8 {
    margin-top: 8px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 30px;
}

.margin-left-10 {
    margin-left: 10px;
}


.details {
    color: #5A73A1;
    text-decoration: underline;
}

