﻿#index-css::after {
    content: "index-xsmall.css";
}

#hdr-logo {
}

#menu-home {
    /* display: list-item; */
}

body, #hdr-wrap {
    min-width: 325px;
}

/*==================================================================*/
/* Banner */
/*==================================================================*/

.banner {
    height: 115px;
}

.banner-image {
}

.banner-text {
    width: 260px;
    padding: 3px;
    top: 3px;
    left: 3px;
}
.banner-text h2 {
    display: none;
}

.banner-logo{
    top: 10px;
    right: 5px;
    width: 90px;
}

@media (max-width: 400px) {
    /*
    #hdr-help {
        display: none;
    }

    #hdr-account {
        right: 132px;
    }


    #menu-help {
        display: list-item;
    }
*/
    .xhide, .banner-logo {
        display: none;
    }

    .banner-text {
        top: 10px;
        width: 320px;
    }
}

