﻿.clsMobiBillPaymentTable {
    position: relative;
    background-color: #F2F2F2;
    width: 320px;
    /*    border-top-left-radius: 15px;
    border-top-right-radius: 15px;*/
    border-radius: 15px;
    margin-left: auto;
    margin-right: auto;

    text-align:center;
}

.clsMobiLoggedInUserMainWhiteDiv {
    background-color: white;
    border-radius: 7px;
    width: 310px;
    height: 70px;
    text-align: center;
    padding-top: 10px;
}

.clsMobiLoggedMainDarkBlueDiv {
    background-color: #003A70;
    color: white;
    border-radius: 7px;
    width: 310px;
    height: 70px;
    text-align: center;
    padding-top: 10px;
}


