.guider {
    position: absolute;
    top: 80px;
    right: 0px;
    background: #FFF;
    font-family: "Arimo", sans-serif;
    outline: none;
    z-index: 100;
    -webkit-border-radius: 12px;
    overflow: hidden;
    border: 1px solid var(--border-color-light);
    box-shadow: rgba(126, 131, 146, 0.13) 0px 1px 7px;
	width: 390px;
}

.guiders_arrow {
	width: 42px;
	height: 42px;
	position: absolute;
	display: none;
	background-repeat: no-repeat;
	z-index: 100000006!important;
	background-image: url(data:image/png);
	*background-image: url('guiders_arrows.png');
}

.guiders_arrow_right {
	display: block;
	background-position: 0 0;
	right: -42px;
}

.guiders_arrow_down {
	display: block;
	background-position: 0 -42px;
	bottom: -42px;
}

.guiders_arrow_up {
	display: block;
	background-position: 0 -126px;
	top: -42px;
}

.guiders_arrow_left {
	display: block;
	background-position: 0 -84px;
	left: -42px;
}

.guiders_button {
	background: -moz-linear-gradient(top,#5CA9FF 0%,#3D79C3 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#5CA9FF),color-stop(100%,#3D79C3));
	background-color: #4A95E0;
	border: solid 1px #4B5D7E;
	color: #FFF;
	cursor: pointer;
	display: inline-block;
	float: right;
	font-size: 75%;
	font-weight: 700;
	margin-left: 6px;
	min-width: 40px;
	padding: 3px 5px;
	text-align: center;
	text-decoration: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.guiders_buttons_container {
	height: 36px;
	position: relative;
	width: 100%;
}

.guiders_close {
	float: right;
	padding: 10px 0 0;
}

.guiders_content {
	position: relative;
}

.guiders_head {
	padding: 14px 20px 8px 20px;
	min-height: 19px;
	display: flex;
	border-radius: 12px 12px 0 0;
	-moz-border-radius: 12px 12px 0 0;
	-webkit-border-radius: 12px 12px 0 0;
}

.guiders_head h1 {
	color: var(--extra-purple);
	float: left;
	font-size: 15px;
	margin: 0;
}

.guiders_content p {
	color: #333;
	font-size: 13px;
	margin: 0;
}

.guiders_highlight {
	position: relative;
	z-index: 101;
}

#guiders_overlay {
	background-color: #000;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	opacity: .5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	z-index: 10;
}

.guiders_x_button {
	background-repeat: no-repeat;
	background-image: url(data:image/jpeg);
	*background-image: url('guiders_x_button.jpg');
	cursor: pointer;
	height: 13px;
	width: 13px;
}

.guiders_description a {
	padding: 10px 20px 10px 20px;
}

.guiders_description a:hover {
    background: hsl(2, 17%, 94%);
}

.guiders_description .notice-info {
    float: left;
    max-width: 265px;
    margin-left: 10px;
    font-size: 14px;
    font-family: Tahoma;
    font-weight: 400;
    color: var(--extra-purple);
}

.guiders_description .wides {
	max-width: 320px;
}

.guiders_description .notice-info .time {
	color: #726d89;
	font-size: 12px;
	line-height: 1.9rem;
}

.guiders_description .no-news {
	margin: 10px;
}

.guiders_description .notice-ava {
	display: inline-block;
	float: left;
}

.guiders_description .notice-ava img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
}

.guider-scroll {
	max-height: 300px;
	overflow-y: scroll;
}

.guider-scroll::-webkit-scrollbar {
	width: 6px;
}

.guider-scroll::-webkit-scrollbar-thumb {
	background: #fff;
}

.guider-scroll:hover::-webkit-scrollbar-thumb {
	background: var(--target-default);
}