/* Minification failed. Returning unminified contents.
(21,25): run-time error CSS1039: Token not allowed after unary operator: '-grey'
(25,25): run-time error CSS1039: Token not allowed after unary operator: '-yellow'
 */
/* Heartland - based on Demo 3 */

.WelcomeMessage {    
    display: none;
}

#MyAccountMenu {
    height: 0;
}

    #MyAccountMenu #MyAccountMenuContainer {
        width: 960px;
        padding: 0 20px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        top: 28px;
    }

        #MyAccountMenu #MyAccountMenuContainer a {
            color: var(--grey);
        }

        #MyAccountMenu #MyAccountMenuContainer a:hover {
            color: var(--yellow);
        }

        #MyAccountMenu #MyAccountMenuContainer .TopLevelMenuItem > a {
            font-weight: 700;
            text-transform: uppercase;
        }

            #MyAccountMenu #MyAccountMenuContainer ul.MyAccountMenuItemContainer li ul.MenuItemContainerSubItems {
                top: 30px;
                right: 20px;
            }

div#MyStatement .InvoiceListColumn, div#BookingInvoices .InvoiceListColumn {
    width:110px;
}

.QuickQuote form input[type=submit] {
    width: auto !important;
}
