<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">	/**
	* ----------------------------------------------------------------------- #
	*
	* Generic Content Classes
	*
	* (en) standard classes for positioning and highlighting
	* (de) Standardklassen zur Positionierung und Hervorhebung
	*
	* @section content-generic-classes
	*/


	.info {
		background:#f4f4f4;
		font-size: 12px;
		line-height: 16px;
	}
	
	.ym-wbox{
		padding:2px;
		border: 2px solid white;
  		border-radius: 5px;
		}
/**
Try to get responsive design to work - 1-30-2021
*/

@media screen and ( max-width: 760px )  {

  /* linearization for grid module */
  .linearize-level-1,
  .linearize-level-1 &gt; [class*="ym-g"] {
    display: block;
    float: none;
    padding: 0;
    margin: 0;
    width: 100% !important;
  }

  /* reset defined gutter values */
  .linearize-level-1 &gt; [class*="ym-g"] &gt; [class*="ym-gbox"] {
    overflow: hidden; /* optional for containing floats */
    padding: 0;
    margin: 0;
  }
}


</pre></body></html>