﻿ h2 { color: #51cf25; }
 img {
     width:auto;
 }

        .userGuideContent img {
            max-width: 100%;
        }
        a.top {
            position: relative;
            top: -150px;
            display: block;
            height: 0;
            width: 0;
        }
        .pageContent-withPadding img {
            max-width:100%
        }

        .menuIconWidth {
            width:30px;
            height:30px;
        }
        .auto-style1 {
            text-decoration: underline;
        }
        .menuIcon{
            width:28px;
        }
        .languageLinks{
            margin-left:10%; margin-right:10%; margin-top:2%;
        }
        .cooknicheImg {
            margin-bottom:50px;
        }
        @media only screen and (max-width: 599px), only screen and (max-width: 640px) and (orientation : landscape) {
            .menuIcon{
            width:22px;
        }
        }