﻿/*************** LOGIN SECTION *********************************/
.LoggedOutView {
    display:flex;
    
}
.LoggedInView {
   display:flex;    
}
    .LoggedInView span {
        margin-top:7px;
 
    }
#usePoints {
           cursor:pointer;
}
#LogoutControl {
    background-color: #eeeeee;
    padding: 6px 40px 6px 40px;
    cursor:pointer;
    margin-left:5px;
}
.LoyaltyLoginDiv {
    background-color: #eeeeee;
    vertical-align: top;
    padding: 2px;
}

.labelText {
    font-weight:bold;
}
#NameDisplay {
    margin-right:20px;
}
.loyalty {
    background: #dedede;
}
#upper {
    height: 36px !important;
}
/*************** /LOGIN Section *******************************/
