
.pwd_green
{ color: green; font-weight: bold; }




@media only screen and (max-width:720px), (max-device-width : 720px) /* desktop and mobile orientation: portrait */
{ 
 
}

@media (min-width:720px) and (max-width:1200px) and (min-device-width : 720px) /* desktop and mobile orientation: landscape */
{ 
   
}

@media (min-width:1200px) /* all other */
{ 

}



