/*
         *** 
    **  **  **  **
  **  ***    ***  **
  **               **  
   **             ** 
    **           **
    **          **
     **         **
     **        ** 
     ***********
    **          ** 
   **           ** 
   **           **
    **        **
      **     **
        *****
	
	dev.wiemee.com
*/
/* include main css */
@import url("./WMstyle.css");

/* Grade  A, big computer screen */
@import url("gradeA.css") screen and (min-width: 1500px);

/* Grade B, small computer screen */
@import url("gradeB.css") screen and (min-width: 1023px) and (max-width: 1500px);

/* Grade C, mobile devices */
@import url("gradeC.css") screen and (max-width: 1023px);