/* CSS for mobile devices or small displays 
 *    Values here will overwrite values from pre-loaded css EXCEPT the custom.css
*/

/* This class is to hide content for big screens >= 1024px */
.show_big_screen {
  display:none;
}

/* Recenter Mobile login*/
.mobile_login_table {
	margin-top:30px;
}
