.sp-wrap {	
	border: none !important;
	background-color: #282A2E;
	margin: 0 auto 4px !important;
	border-radius: 5px 5px 0px 0px
}

.sp-open {
	background: url(../images/spoiler/open.gif) no-repeat scroll left center transparent ;
	padding-left: 14px;
	display: block;
}

.sp-closed {
	background: url(../images/spoiler/close.gif) no-repeat scroll left center transparent ;
	padding-left: 14px;
	display: block;
}

.sp-head {
	cursor: pointer;
	color: #BCBCBC;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	line-height: 20px !important;
	margin-left: 6px !important;
	padding: 2px 14px 3px;
	min-height: 20px;
    transition-duration: 0.4s;
}
	
.sp-body {
	display: none;
	background-color: #282A2E;
	border-top: 2px dashed #373B41 !important;
	line-height: 17px;
	padding: 10px 3px 3px 7px;
	font-size: 12px;
	color: #BCBCBC;
}
.sp-wrap.yt_wrap {
    width: 642px;
    transition-duration: 0.5s;
    background-color: #282A2E;
} 
.yt_wrap .sp-body {
    padding: 0px;
}
.yt_span, .yt_link, .yt_wrap {
    transition-duration: 0.4s;
}
.sp-head .yt_link {
    padding: 6px;
    display: inline-block;
}
.sp-head .yt_span {
    padding: 4px;
    display: inline-block;
    color: white;
    font-weight: bold;
    border-radius: 4px;
    background-color: #C11;
    text-transform: capitalize;
    -webkit-user-select: none; /* Chrome/Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
}
.sp-head .yt_span .tube {
    background: white;
    color: #C11;
    padding: 2px;
    margin-left: 1px;
    border-radius: 3px;
    text-transform: capitalize;
}
.sp-head:not(:hover) .yt_link {
    font-size: 0px;
}
.sp-head:hover .yt_span {
    display: none;
}
.yt_wrap .sp-head.sp-closed, .yt_wrap .sp-head.sp-open {
    background: none;
    height: 30px;
    overflow: hidden;
}
.yt_wrap .sp-head.sp-closed {
    text-align: right;
}
.yt_wrap .sp-head.sp-open:hover {
    padding-left: 10%;
}
.yt_wrap .sp-head.sp-closed:hover {
    padding-right: 10%;
}