.slideout-widget_Left {
	position: fixed;
	left: -15em;
	top: 50%;
	transition: left .4s;
	width: 15em;
	z-index: 10;
}
.slideout-widget_Right {
	position: fixed;
	right: -15em;
	top: 50%;
	transition: right .4s;
	width: 15em;
	z-index: 10;
}

.slideout-widget_Left:hover {
	left: 0;
}
.slideout-widget_Right:hover {
	right: 0;
}

.slideout-widget-handler_Left,
.slideout-widget-content_Left {
	border: 1px solid #000;
	padding: .5em .5em;
}
.slideout-widget-handler_Right,
.slideout-widget-content_Right {
	border: 1px solid #000;
	padding: .5em .5em;
}

.slideout-widget-handler-cfg_Left {
	border-left: none;
	right: -6em;
	position: absolute;
	text-align: center;
	width: 6em;
	height: 8em;
}
.slideout-widget-handler-cfg_Right {
	border-right: none;
	left: -6em;
	position: absolute;
	text-align: center;
	width: 6em;
	height: 8em;
}

.slideout-widget-content_Left {
	border-width: 1px 0;
	overflow: hidden;
	width: 100%;
	line-height: 15px;
    z-index: 11;
}
.slideout-widget-content_Right {
	border-width: 1px 0;
	overflow: hidden;
	width: 100%;
    line-height: 15px;
	z-index: 11;
}


/* -------------------------------- This Website -------------------------------- */ 
.widget-static { 
    position: absolute !important;
    
} 

.widget-motherfuckers_A {
	top: 5px;
    background: #d9534f;
    color: #fff
}
.widget-motherfuckers_B {
	top: 5px;
	background: #777;
    color: #fff
}

/* media */
@media (max-width: 768px) {
	.slideout-widget_Left {
		display: none;
	}
}

@media (max-width: 768px) {
	.slideout-widget_Right {
		display: none;
	}
}