/*userInfo page */
.uiMain {
    margin-top:2em;
}
.uiMain a {
    color:black !important;
}
.userInfo {
    background:#FFF;
    border-radius:15px;
    box-shadow:0 0 4px black;
}
.uiRight {
    width:20%;
    float:right;
    font-size:4em;
    text-align:center;
}
.uiLeft {
    width:80%;
    float:left;
    padding:.4em;
    text-align:justify
}
.uiRight  i {
    color:#81AE40;
}
.marginTop1em {
    margin-top:1em;
}
.fixed {
    position:fixed;
    top:0;
    right:0;
    left:0;
    z-index:10;
    background-color: #A0A0A0 !important;
    height:auto;
    -webkit-transition: height 2s ease;
    transition: background-color 2s ease;
}
.justify{
    text-align:justify;
    line-height:3em;
}
#setLoginStye h2.Black {
    cursor:pointer;
}
.prdWrap{
    background:white;
    box-shadow:0 0 4px #cccccc;
    position:relative;
}
.prdWrap:hover {
    box-shadow:0 0 4px #666666;
}
.deleteFav{
    position:absolute;
    top:0;
    right:0;
    text-align:center;
    color:red;
    cursor:pointer;
    height:30;
    width:30;
    border-radius:5px;
    padding:5;
}
#setLoginStye {
    background:#FFF;
    margin: 2em auto;
    float:none;
    box-shadow:0 0 4px gray;
    border-radius:10px;
    color:#4F4F4F;
}
#setLoginStye button {
    color:#FFF;
    font-size:1.4em;
}
#setLoginStye  input {
    margin-bottom:1em;
    margin-top:.5em;
}
#attrLogin {
    margin-top:1.5em;
}
.accountBTN {
    margin-top:10px;
    background:#92CD00 !important;
}
/*End of userInfo Page */
#accountMSG {
    font-size: 1.2em;
    line-height: 2.5em;
}

.maroon {
    color: orangered !important;
}