<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
	@media screen and (max-width: 600px) {
	  #size table thead {
		display: none;
		  font-weight: bold !important
	  }
	   #size table tr {
		border-bottom: 3px solid #ddd;
		display: block;
		  margin-bottom:10px;
	  }
	   #size table td {
		border-bottom: 1px solid #ddd;
		display: block;
		text-align: right;
	  }
	   #size table td:before {
		content: attr(aria-label);
		float: left;
	  }
	}	

	 #size table {
	  border: 1px solid #ccc;
	  border-collapse: collapse;
	  margin: 0;
	  padding: 0;
	  table-layout: fixed;
	  width: 100%;
	}
	 #size table tr {
	  background: #f8f8f8;
	  border: 1px solid #ddd;
	  padding: .35em;
	}
	 #size table th,
	 #size table td {
	  padding: .625em;
	  text-align: center;
		 letter-spacing: 1px;
		 font-size:1rem;
	
	} 

	  #size table td a{
		 display:block;
		 width:100%;
		  height:100%;
		} 
	
	 #size table{width: 100%;border-collapse: collapse;margin:15px 0;}
	  #size table th{background: #fafafa;color:#555;font-weight: bold !important;max-width:20%;}
	 #size table td,
	 #size table th{padding:17px 20px; border-top:1px solid #d8d8d8;border-bottom:1px solid #d8d8d8; text-align:left;}
	  #size table td{border-left:1px solid #d8d8d8;}
	 #size table tbody tr.clickable:hover td {
		background: #ede5db;
		cursor: pointer;
	}
   #size table a{
		text-decoration: none;
		color: #282828;
		
	}
	#size{
		width: 100%;
	}

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