﻿.headerMenuIcon {
    width: auto;
}

.headerLogoImage {
    min-width: 100px;
    min-height: 38px;
    float: left;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100% !important;
    margin: 0 10px;
    background-image: url("assets/LogoInt.png");
    cursor: pointer;
}
