<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Genesis Category*/
.genesis-categories {
    border: 1px solid;
}
.more-from-category {
    display: block;
    float: left;
    clear: both;
    padding: 5px;
    float: right;
}
/* Social Media */
#wsigsp_icons_page .wsigsp_icon {
    display: inline;
	opacity:0.8;
	margin-right:5px;
}
#wsigsp_icons_page .wsigsp_icon:hover{
	opacity:1;
}
/* Cookie Control*/
#cookies_control {
	background-color: #464646;
	background-image: -ms-linear-gradient(top, #373737, #464646 5px);
	background-image: -moz-linear-gradient(top, #373737, #464646 5px);
	background-image: -o-linear-gradient(top, #373737, #464646 5px);
	background-image: -webkit-gradient(linear,left top,left top,from( #373737),to(#464646));
	background-image: -webkit-linear-gradient(top, #373737, #464646 5px);
	background-image: linear-gradient(top, #373737, #464646 5px);
	bottom: 0;
	color: #D0D0D0;
	padding: 10px 0;
	position: fixed;
	width: 100%;
	z-index: 999999;
}
#cookies_control span {
    margin:0 10px;
}
#cookies_control .more_info_text a{
	color:#d0d0d0;
}
#cookies_control .more_info_text a:hover{
	color:#ffffff;
	text-decoration:underline;
}
#cookies_control .accept_text {
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 3px #D0D0D0;
    font-weight: bold;
    padding: 3px 10px;
	background:none repeat scroll 0 0 #45AE52;
	color:#fff;
	cursor:pointer;
}
#cookies_control .accept_text:hover{
	background:none repeat scroll 0 0 #5EC544;
}
html { margin-bottom: 36px; }</pre></body></html>