/* adapted styling for 'nomobile' and 'mobileonly' from Book of Travelers wiki
 * https://bookoftravels.wiki.gg/wiki/MediaWiki:Common.css
 */
/* START cols styles */
 
 /* responsive styling */
.cols-mobileonly {display: none;}

@media (max-width: 750px) {
	.cols-mobileonly {display: block;}
	.cols-nomobile {display: none;}
}
/* END cols styles */