/*
Theme Name: Sphere
Author: Offshorly
Author URI: https://offshorly.com
Description: Custom made theme for spherestandards.org, combined with spherecalendar.org
Version: 2.4
*/

/*
Added by Tristan 9-Jun-21 (updated 02-Jul-21) to rearrange tables vertically if the screen width is less than 600px - and to allow elements (table cells) to be shown/hidden on small screens
*/
.hide-on-large { display: none }
.hide-on-small { display: unset }
@media screen and (max-width: 600px) {
  .resp-news {
    display: block;
	width: 100%;
  }
  .hide-on-small { display: none }
  .hide-on-large { display: unset }
}



