﻿.clsMobiHomeTable {
    background-color: #F2F2F2;
    width: 320px;
    /*    border-top-left-radius: 15px;
    border-top-right-radius: 15px;*/
    border-radius: 15px;
    margin-left: auto;
    margin-right: auto;
}

.clsMobiLoggedInUserQuickActionsAnchor {
    text-decoration: none;
    background-color: white;
    border-radius: 7px;
    width: 50px;
    height: 50px;
    padding: 10px;
}

.clsMobiLoggedInUserQuickActionsImage {
    width: 25px;
    height: 25px;
}

.clsMobiLoggedInUserMainWhiteDiv {
    background-color: white;
    border-radius: 7px;
    width: 150px;
    height: 80px;
    text-align: center;
    padding-top: 20px;
}

.clsMobiLoggedInUserMainRedDiv {
    background-color: red;
    color: white;
    border-radius: 7px;
    width: 150px;
    height: 80px;
    text-align: center;
    padding-top: 20px;
}

.clsMobiLoggedInUserMainTurquoiseDiv {
    background-color: #3CDBC0;
    color: white;
    border-radius: 7px;
    width: 150px;
    height: 80px;
    text-align: center;
    padding-top: 20px;
}

.clsMobiLoggedOutUserMainBlueDiv {
    background-color: #0874c4;
    color: white;
    border-radius: 7px;
    width: 150px;
    height: 80px;
    text-align: center;
    padding-top: 20px;
}

.clsMobiLoggedOutUserMainGreenDiv {
    background-color: #97D700;
    color: white;
    border-radius: 7px;
    width: 150px;
    height: 80px;
    text-align: center;
    padding-top: 20px;
}

.clsMobiLoggedMainDarkBlueDiv {
    background-color: #003A70;
    color: white;
    border-radius: 7px;
    width: 310px;
    height: 80px;
    text-align: center;
    padding-top: 20px;
}

.clsMobiLoggedInUserMainImage {
    width: 25px;
    height: 25px;
    margin-left: auto;
    margin-right: auto;
}

.clsMobiLoggedInUserMainLargerImage {
    width: 30px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
}
