
    #menuTopTech > a
    {
        padding-top: 10px !important;
        padding-bottom: 6px !important;
        height: 16px !important;
        border-bottom: 2px solid #57DBD7;
        /*border-bottom: 2px solid #CCCCCC;*/
    }
    
    h1
    {
        font-size: 16pt;
    }
    
    @media screen and (min-width: 800px)
    {
        .lifestyleImageDiv:nth-child(1)
        {
            width: 53.0%;
            padding-bottom: 30%;
        }

        .lifestyleImageDiv:nth-child(2)
        {
            width: 45%;
            padding-bottom: 30%;
        }
    
        .productDiv
        {
            width: 12%;
        }
        
    }
