<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
	Genericons
*/

/* IE8 and below use EOT and allow cross-site embedding.
   IE9 uses WOFF which is base64 encoded to allow cross-site embedding.
   So unfortunately, IE9 will throw a console error, but it'll still work.
   When the font is base64 encoded, cross-site embedding works in Firefox */

@font-face {
    font-family: 'Genericons';
    src: url('Genericons.woff') format('woff'), url('Genericons.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.wudicon {
	display: inline-block;
	line-height: 1;

	font-family: "Genericons";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: inherit;
	text-transform: none;
	speak: none;

	vertical-align: top;

	-moz-transition: color .1s ease-in 0;
	-webkit-transition: color .1s ease-in 0;

	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

/**
 * Individual icons
 */

.wudicon-category:before { content: "\f301"; }
.wudicon-tag:before { content: "\f302"; }
.wudicon-time:before { content: "\f303"; }
.wudicon-user:before { content: "\f304"; }

 .cattopage_wud_items{
	 display: none;
 }
 
 .hatom-extra{
	 display: none !important;
 }
 #wud-plugin{
	 display: none !important;
 }
 
 .wud-images-main{
	overflow:hidden;
	display: table; 
	width: 100%; 
 }
 
 .wud-image-border{
	 float:left; 
	 margin: 0.25%; 
	 display: block; 
	 width: 24%; 
 }
 
 .wud-image-background{
	 float:left; 
	 text-align: center; 
	 width: 100%; 
	 height: 80%; 
	 -webkit-background-size: cover;
	 -moz-background-size: cover;
	 -o-background-size: cover;
	 background-size: cover;	 
 }
 
 .wud-image-text{
	 float:left; 
	 width: 100%; 
	 height: 20%;
 }
</pre></body></html>