<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.oos_container_ca .oos_tab_div {
    width: 120px !important;
    left: -110px !important;
}

@media (max-width: 767px){
  .oos_container_ca .oos_tab_div {
    width: 97px !important;
    left: -95px !important;
  }
}
@media screen and (max-width:767px) and (orientation:landscape){
	#oos_display {
		height: 85%;
		width: 75%;
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
	}
	.oos_products {
		overflow: auto !important;
   	 	margin: 5% 0px 0px;
    	height: 230px !important;
    	position: sticky !important;
	}
	.oos_disclaimer {
		bottom: 1%;
		top: unset !important;
		left: unset !important;
	}
	.oos_disclaimer p {
    	text-align: center !important;
	}
	.oos_product {
		height: 45% !important;
    	width: 100%;
		text-align: left !important;
	}
	.oos_prod_image_link {
		margin: 0 !important;
		padding: 0 3%!important;
		width: 25% !important;
	}
	.oos_product_info {
		width: 75% !important;
		font-size: 80% !important;
	}
	.oos_link {
		font-size: 80% !important; 
	}
	#oos_content .text3 {
		top: 9% !important;
		left: 0 !important;
		font-size: 85% !important;
	}
	hr {
		top: 4% !important;
	}
	.oos_tab_close {
		bottom: -89% !important;
	}
	#oos_content .text3 p {
    	text-align: center;
	}
}
</pre></body></html>