<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media only all and (max-width: 700px) {
    /* for 700px or less */
    body {
      font-size: 80%;
      line-height: 1.5;
      -ms-hyphens: auto;
      -webkit-hyphens: auto;
      hyphens: auto;
	margin:0px;
    }
	
    .frame-outer {
	width: 100%;
	min-width:240px;
	margin:0px;
	border: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
      font-size: 0.8rem;
    }
	
   
	
	
    .box-left {
      width: 100%;
      padding: 0 0 1rem 0;
    }
	

	
    .box-right {
      width: 100%;
      padding: 0 0 1rem 0;
    }


	
   
	
   
	
    .flex {
      display: block;
    }
	
    .left,
    .right {
      width: 100%;
    }
	
 
	
    .hide {
      display: inline-block;
    }
	
    .hide_m {
      display: none;
    }
	
   
	
    
}

.refnr {}

.apply {}
</pre></body></html>