@media screen and (max-width:740px) {
	#HEADER
	{
	    display:block;
	  	background-color:#FFC000;
	  	width:100%;
	  	height:85px; /**/
	}

    
    #HEADER_imejkiri
        {
            position:absolute;
            left:5%;/**/
            margin-top: 18px;/**/
            width: 300px;/**/
            height: 100px;/**/
        }

        #HEADER_kiri_kenyalang
            {
                display:inline-block;
                background-image:url(images/jata1.png);
                background-size:100% 100%;/**/
                background-position: 0px 0;
                width: 19%;/**/
                height: 55%;/**/
                margin-right:5px; /*jarak antara jata dan upmkb *//**/
            }
			 
        #HEADER_kiri_upm
            {
                display:inline-block;
                background-image:url(images/upmkb.png);
                background-size:100% 100%;/**/
                background-position: 195px 0px;/**/
                width: 75%;/**/
                height: 55%;/**/
            }
		 
    #HEADER_imejkanan
        {
            position:absolute;
            right: 3%;/**/
            width: 150px;/**/
            height: 100px;/**/
        }
	
        #HEADER_kanan_toknan
            {
                display:inline-block;
                background-repeat: no-repeat;
                background-image:url(images/Logo_TokNan.png);
                background-size:100% 100%;/**/
                background-position: 0px 7.5px;/**/
                width: 50%;/**/
                height: 68%;/**/
                right: 45%;
            }
			 
        #HEADER_kanan_tajuk
            {
                display:none; /*changed here*/
            }
		
#HEADER_medsoc
	{
	position:absolute;
	right: 5%;/**/
	width: 50px;/**/
	height: 20px;/**/
	margin-top: 45px;/**/
    }
			
    #HEADER_medsoc_fb
        {
            display:inline-block; /*changed here*/
            background-repeat: no-repeat;
            background-image:url(images/fb.png);
            background-size:100% 100%;/**/
            background-position: 0px 0px;/**/
            width: 50%;/**/
            height:  130%;/**/
            margin-left:0px; /**/
        }
		
#HEADER_theme
	{
		position:absolute;
		right: 0%;
		width: 15%;
		height: 40px;
	  	margin-top: 13px;
	}

#HEADER_search
	{
  		display: none;
	}

    .toggle label 
    {
      background-color: #333333;
      border: 0px solid #555;/**/
      border-radius: 50px;/**/
      cursor: pointer;
      display: inline-block;
      position: relative;
      transition: all ease-in-out 0.3s;
      width: 55px;/**/
      height: 25px;/**/
    }

    .toggle input[type='checkbox']:checked ~ label::after 
		    {
		      background-color: #F1F1F1;
		      transform: translateX(30px);
			}

    #MENU
    {
        display: none;
    }

    #tableH
    {
        display: none;
    }

    #NAV {
        overflow: hidden;
        background-color: rgb(102, 102, 102);
        position: relative;
        color: white;
      }
      
      #NAV #myLinks {
        display: none;
      }
      
      #NAV a {
        color: white;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        display: block;
      }
      
      #NAV a.icon {
        background: black;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
      }
      
      #NAV a:hover {
        background-color: #ddd;
        color: black;
      }


      
}