body {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	background-color: #010309;
	font-family: Tahoma;
   -webkit-touch-callout: none;
   -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
   cursor: default;
}
table {
	width: 240px;
	margin-bottom: 3px;
   	cursor: default;
}
table tr {
	height: 20px;
	border-radius: 5px;
   	cursor: default;
}
table tr td {
	color: #b5b5b5;
	padding: 0px 5px 2px 7px;
	height: 20px;
   	cursor: default;
}
table tr td:nth-child(2) {
	padding-right: 0px;
   	cursor: default;
}
table tr td:nth-child(3) {
	padding-left: 0px;
   	cursor: default;
}

a.button-down {
	background: url('../images/bt-bottom.png') no-repeat top center;
	width: 75px;
	height: 20px;
	text-align: center;
	padding-top: 2px;
	color: #711d0d;
	font-size: 12px;
	text-decoration: none;
	font-family: Tahoma;
	margin-left: 5px;
	margin-top: 6px;
	float: left;
	transition: background 0.5s;
}
a.button-down:hover {
	background: url('../images/bt-bottom-hover.png') no-repeat top center;
	color: #fff!important;
}
a.button-down:nth-child(2) {
	background: url('../images/bt-discord.png') no-repeat top center;
	padding-top: 0px;
}
a.button-down:nth-child(2):hover {
	background: url('../images/bt-discord-hover.png') no-repeat top center;
	color: #fff!important;
	padding-top: 0px;
}
a.button-down:nth-child(2) svg {
	width: 20px;
}

.events-list-button {
	position: fixed;
	background: url('../images/bg-event-buttons.png') no-repeat top left;
	width: 249px;
	height: 24px;
	padding-top: 5px;
	margin-top: -5px;
	margin-left: -5px;

}
a.button-event {
	position: fixed;
	background: url('../images/bt-events.png') no-repeat top center;
	width: 53px;
	height: 16px;
	text-align: center;
	padding-top: 2px;
	color: #fff;
	font-size: 10px;
	text-decoration: none;
	font-family: Tahoma;
	margin-left: 3px;
	margin-top: 2px;
	opacity: 0.9;
}
a.button-event:hover {
	background: url('../images/bt-events-hover.png') no-repeat top center;
	color: #fff;
	color: #ffffff!important;
	opacity: 1;
}
a.button-event:nth-child(2) {
	margin-left: 64px;
}
a.button-event:nth-child(3) {
	margin-left: 124px;
}
a.button-event:nth-child(4) {
	margin-left: 184px;
}
a.button-event.active {
	background: url('../images/bt-events-hover.png') no-repeat top center;
	color: #fff;
	opacity: 1;
}


a.button-top {
	position: fixed;
	width: 62px;
	height: 38px;
	margin-left: 16px;
	margin-top: 40px;
	z-index: 999;
}
a.button-top:nth-child(2) {
	position: fixed;
	width: 62px;
	height: 38px;
	margin-left: 74px;
	margin-top: 50px;
	z-index: 999;
}
a.button-top:nth-child(3) {
	position: fixed;
	width: 62px;
	height: 38px;
	margin-left: 132px;
	margin-top: 50px;
	z-index: 999;
}
a.button-top:nth-child(4) {
	position: fixed;
	width: 62px;
	height: 38px;
	margin-left: 190px;
	margin-top: 50px;
	z-index: 999;
}

.sortnr {
	display: none;
}
.sound {
	font-size: 15px;
	cursor: pointer;
}
.fa-volume-off {
	color: #555;
	margin-right: 8px;
	margin-left: 0px;
}
.fa-volume-off:hover {
	color: #666;
	font-size: 16px;
}
.fa-volume-up {
	color: #9c2008;
	margin-right: 1px;
	margin-left: 0px;
}
.fa-volume-up:hover {
	font-size: 15px;
	color: #b42d13;
	margin-right: 1px;
}
.event-timer {
	text-align: right;
}
.time-off {
	border-radius: 3px;
	padding: 1px 5px 3px 5px;
	background-color: #1e1e1e;
}
.time-on {
	border-radius: 3px;
	padding: 1px 5px 3px 5px;
	background-color: #711d0d;
}
a.time-off {
	border-radius: 3px;
	padding: 2px 5px 3px 5px;
	background-color: #1e1e1e;
	color: rgba(255, 255, 255, 0.5);
	text-decoration: none;
	margin: 15px 3px;
}
a.time-off:hover {
	border-radius: 3px;
	padding: 1px 5px 3px 5px;
	background-color: #711d0d;
	color: #fff;
}

#char-life {
	background-image: url('../images/life.jpg');
	height: 7px;
	max-height: 7px;
	max-width: 30px;
	width: 30px;
	border-radius: 0px;
	margin-top: -3px;
	float: right;
	margin-right: 2px;
}
#char-sd {
	height: 7px;
	max-height: 7px;
	max-width: 35px;
	width: 35px;
	background: #711d0d;
	border-radius: 0px;
	margin-top: -3px;
	float: right;
	margin-right: 2px;
}

.dashboard {
	background: url('../images/background-v5.png') repeat-y top center;
	background-color: #18191d;
	width: 265px;
	height: 380px;
	margin: auto;
}

#header {
	position: relative;
	margin: 0px auto;
	height: 73px;
}

#container {
	/*background: url('../images/bg.png') no-repeat top center;*/
	position: relative;
	margin: 0px auto;
	max-height: 257px;
	max-width: 257px;
	height: 257px;
	padding: 0px;
	padding-top: 1px;
	padding-left: 4px;
	padding-right: 10px;
}

#users-list {
	position: fixed;
	max-width: 254px;
	min-width: 254px;
	width: 254px;
	max-height: 263px;
	height: 263px;
	min-height: 263px;
	padding-left: 5px;
	padding-top: 4px;
	margin: 0px;
	font-size: 11px;
	font-family: Tahoma;
	overflow-y: scroll;
	overflow-x: hidden;
	display: block;
	margin-left: 0px;
}

#shadown-bottom::after {
	content: '';
	position: absolute;
	bottom: -10px!important;
	left: 5px;
	right: 0;
	width: 245px;
	height: 20px;
	box-shadow: inset 0px -10px 10px -5px rgba(0, 0, 0, 1);
}

#users-list table {
	width: 98%; 
}
#users-list table tr td {
	color: #b5b5b5;
	padding: 0px 3px 5px 0px;
	height: 15px!important;
}
#users-list table tr td div {
	background: rgba(51, 55, 68, 0.4);
	width: 225px;
	max-width: 225px;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	padding-left: 7px;
	margin-left: 1px;
	margin-top: 4px;
	margin-bottom: -5px;
	border-radius: 5px;
}

#users-list table tr td div:hover {
	background: rgba(70, 75, 96, 0.4);
}
#users-list table tr td div table tr td {
	height: 7px!important;
	font-size: 12px;
	text-align: left;
	line-height: 0px;
	color: #afb4c1!important;
}
#users-list table tr td div table tr td:nth-child(2) {
	text-align: right;
}
#users-list table tr td div table tr td:nth-child(2) a {
	background-color: #711d0d;
	padding: 0px!important;
	border-radius: 3px;
	margin-left: -30px;
	margin-top: 5px;
	font-size: 12px;
	text-decoration: none;
	position: absolute;
	color: #b5b5b5;
}
#users-list table tr td div table tr td:nth-child(2) button {
	background: rgba(3, 3, 10, 0.9);
	background-size: cover;
	border: 0px;
	width: 27px;
	height: 22px;
	font-size: 10px;
	color: #999;
	float: right;
	border: 1px solid #394d67;
	-webkit-transform: skew(-10deg);
	-ms-transform: skew(-10deg);
	transform: skew(-10deg);
	margin-left: 8px!important;
	padding-left: 0px;
	padding-right: 2px;
}
#users-list table tr td div table tr td i {
	-webkit-transform: skew(10deg);
	-ms-transform: skew(10deg);
	transform: skew(10deg);
}
#users-list table tr td div table tr td:nth-child(2) button:hover {
	background: rgba(3, 3, 10, 0.9);
	color: #ccc;
	font-weight: 100;
	-webkit-transform: skew(-10deg);
	-ms-transform: skew(-10deg);
	border: 1px solid #506888;
	transform: skew(-10deg);
}

#events-list {
	position: fixed;
	max-width: 254px;
	min-width: 254px;
	width: 254px;
	max-height: 263px;
	height: 263px;
	min-height: 263px;
	padding-left: 5px;
	padding-top: 4px;
	margin: 0px;
	border-radius: 3px;
	font-size: 11px;
	font-family: Tahoma;
	overflow-y: scroll;
	overflow-x: hidden;
	display: none;
}

#streamers-list {
	position: fixed;
	max-width: 254px;
	min-width: 254px;
	width: 254px;
	max-height: 263px;
	height: 263px;
	min-height: 263px;
	padding-left: 5px;
	padding-top: 4px;
	margin: 0px;
	border-radius: 3px;
	font-size: 11px;
	font-family: Tahoma;
	overflow-y: scroll;
	overflow-x: hidden;
	display: none;
	color: #fff;
}

#streamers-list table {
	width: 99%; 
}
#streamers-list table tr td {
	color: #b5b5b5;
	padding: 0px 3px 5px 0px;
	height: 27px;
}
#streamers-list table tr td div {
	background: rgba(51, 55, 68, 0.4);
	width: 225px;
	max-width: 225px;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	padding-left: 7px;
	margin-left: 1px;
	margin-top: 4px;
	margin-bottom: -5px;
	border-radius: 5px;
}
#streamers-list table tr td div:hover {
	background: rgba(70, 75, 96, 0.4);
}
#streamers-list table tr td div table tr td {
	height: 7px;
	font-size: 9px;
	text-align: left;
}
#streamers-list table tr td div table tr td button {
	background: rgba(0, 0, 5, 0.9);
	background-size: cover;
	border: 0px;
	width: 27px;
	height: 22px;
	font-size: 18px;
	color: #999;
	font-weight: 100;
	float: right;
	border: 1px solid #223d64;
	-webkit-transform: skew(-10deg);
	-ms-transform: skew(-10deg);
	transform: skew(-10deg);
	margin-left: 3px;
	padding-left: 0px;
	padding-right: 2px;
	margin-left: 5px!important;
}
#streamers-list table tr td div table tr td i {
	-webkit-transform: skew(10deg);
	-ms-transform: skew(10deg);
	transform: skew(10deg);
}
#streamers-list table tr td div table tr td button:hover {
	background: rgba(0, 0, 5, 0.9);
	color: #ccc;
	font-weight: 100;
	-webkit-transform: skew(-10deg);
	-ms-transform: skew(-10deg);
	border: 1px solid #516e8f;
	transform: skew(-10deg);
}
#streamers-list table tr td div table tr td img {
	max-width: 215px;
	max-height: 220px;
	border-radius: 5px;
	margin-left: -1px;
}

#news-list {
	position: fixed;
	max-width: 254px;
	min-width: 254px;
	width: 254px;
	max-height: 263px;
	height: 263px;
	min-height: 263px;
	padding-left: 5px;
	padding-top: 4px;
	margin: 0px;
	border-radius: 3px;
	font-size: 11px;
	font-family: Tahoma;
	overflow-y: hidden;
	overflow-x: hidden;
	display: none;
}

#news-list .bg-news {
	background: rgba(51, 55, 68, 0.4);
	border-radius: 3px;
	width: 100%;
}
#news-list .bg-news:hover {
	background: rgba(70, 75, 96, 0.4);
	border-radius: 3px;
	width: 100%;
}

#news-list table {
	width: 99%; 
}
#news-list table tr td {
	color: #b5b5b5;
	padding: 0px 3px 3px 7px;
	height: 19px;
}
#news-list table tr td div {
	border-radius: 3px;
	background-image: url('../images/pin-bg.png');
	width: 99%;
	max-width: 211px;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	padding-left: 7px;
	height: 40px;
}
#news-list table tr td div:hover {
	background-image: url('../images/pin-bg-hover.png');
}
#news-list table tr td div table tr td {
	height: 7px;
	font-size: 9px;
	text-align: left;
	line-height: 0px;
	padding: 0px;
}
#news-list table tr td div table tr:nth-child(2) td p {
	margin-top: -3px;
	text-align: left;
	font-size: 11px;
	color: #ccc;
}
#news-list table tr td div table tr td:nth-child(2) {
	text-align: right;
	vertical-align: top;
}
#news-list table tr td div table tr td:nth-child(2) a {
	background-color: #711d0d;
	padding: 5px 8px;
	border-radius: 3px;
	margin-left: -30px;
	margin-top: 5px;
	font-size: 12px;
	text-decoration: none;
	position: absolute;
	color: #b5b5b5;
}
#news-list table tr td div table tr td:nth-child(2) button {
	background-color: transparent;
	background-image: url('../images/button-news.png');
	background-size: cover;
	border: 0px;
	width: 39px;
	height: 33px;
	font-size: 18px;
	color: #711d0d;
	font-weight: 100;
	padding-left: 3px;
}
#news-list table tr td div table tr td:nth-child(2) button:hover {
	background-image: url('../images/button-news-hover.png');
	color: #711d0d;
	font-weight: 100;
}

#menu {
	position: relative;
	float: left;
}

#content {
	position: relative;
	float: right;
}

#footer {
	height: 42px;
	position: relative;
	margin: 0px auto;
	padding-left: 10px;
	padding-top: 13px;
}

.display-off {
	display: none !important;
}

#settings-list {
	display: none;
}

#settings-list table {
	width: 100%;
}

#settings-list table tr td:last-child {
	padding-right: 16px;
	text-align: right;
}

#settings-list table tr td:first-child {
	padding-left: 20px;
	font-size: 12px;
	text-align: left;
}

#settings-list table tr:first-child td {
	padding-top: 10px;
	padding-bottom: 0px;
}

#settings-list h3 {
	font-size: 15px;
	color: #d74f37;
	padding: 0px;
	line-height: 100%;
	margin: 0px;
	font-weight: normal;
}

#settings-list hr {
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.button2 {

    background-color: #d0363600;
    border: 0px;
    width: 45px;
	border-radius: 50%;
    height: 45px;
    position: absolute;
    margin-left: -20px;
    margin-top: 5px;
    cursor: pointer;
	z-index: 2
    
}

.button3 {

    background-image: url('../images/btn_close.png');
    background-size: 55%;
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0px;
    width: 16px;
    height: 11px;
    position: absolute;
    margin-left: 11px;
    margin-top: 1px;
    
}

.switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 17px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #444;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #b42d13;
}

input:focus + .slider {
  box-shadow: 0 0 1px #b42d13;
}

input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 17px;
}

.slider.round:before {
  border-radius: 50%;
}


/**
 * Scrollbars using border-image in Webkit
 */

::-webkit-scrollbar-track {
	background-color: #171920;
}

::-webkit-scrollbar {
	width: 10px;
	background-color: #171920;
}

::-webkit-scrollbar-thumb {
	background-image: -webkit-linear-gradient(top, #882916 0%, #ba6255 100%);
	background-image: linear-gradient(to bottom, #882916 0%, #ba6255 100%);
}


 /* Path: dash2.0/css/style.css */

a {
	color: #ffffff!important;
	text-decoration: none;
}
a:hover {
	color: #f56b58 !important;
}
.container {
	margin: 0px;
	padding: 0px;
	border: 1px solid rgba(255, 255, 255, 0);
	position: absolute;
	width: 870px;
	min-width: 870px;
	height: 338px;
}
.top-header {
	height: 38px;
}
.top-header .title {
	float: left;
	color: #ffffff;
	padding: 11px 0px 0px 57px;
	font-size: 12px;
	font-family: Tahoma!important;
	width: 110px!important;
	white-space: nowrap!important;
}
.top-header .buttons {
	float: left;
	width: 90px;
	padding-top: 8px;
}
.top-header .buttons button.close {
	float: right;
	width: 27px;
	height: 22px;
	border: 0px solid!important;
	padding: 0px!important;
	background: url('../images/BB-close.png') no-repeat top center;
}
.top-header .buttons button.close:hover {
	background: url('../images/BB-close-hover.png') no-repeat top center;
}
.top-header .buttons button.minimizer {
	float: right;
	width: 27px;
	height: 22px;
	border: 0px solid!important;
	padding: 0px!important;
	background: url('../images/BB-minimizer.png') no-repeat top center;
}
.top-header .buttons button.minimizer:hover {
	background: url('../images/BB-minimizer-hover.png') no-repeat top center;
}
.top-header .buttons button.settings {
	float: right;
	width: 27px;
	height: 22px;
	border: 0px solid!important;
	padding: 0px!important;
	background: url('../images/BB-settings.png') no-repeat top center;
}
.top-header .buttons button.settings:hover {
	background: url('../images/BB-settings-hover.png') no-repeat top center;
}


button#button-users {
	background: url('../images/users.png') no-repeat;
	background-position: 13px 5px!important;
}
button.active#button-users {
	background: #161b24 url('../images/users.png') no-repeat;
	/*background-position: 0px -1px!important;*/
}
button#button-users:hover {
	background: #161b24 url('../images/users.png') no-repeat;
	/*background-position: 0px -1px!important;*/
}

button#button-events {
	background: url('../images/events.png') no-repeat;
	background-position: 13px 5px!important;
}
button.active#button-events {
	background: #161b24 url('../images/events.png') no-repeat;
	/*background-position: 0px -1px!important;*/
}
button#button-events:hover {
	background: #161b24 url('../images/events.png') no-repeat;
	/*background-position: 0px -1px!important;*/
}

button#button-news {
	background: url('../images/news.png') no-repeat;
	background-position: 13px 5px!important;
}
button.active#button-news {
	background: #161b24 url('../images/news.png') no-repeat;
	/*background-position: 0px -1px!important;*/
}
button#button-news:hover {
	background: #161b24 url('../images/news.png') no-repeat;
	/*background-position: 0px -1px!important;*/
}

button#button-streamers {
	background: url('../images/twitch.png') no-repeat;
	background-position: 13px 5px!important;
}
button.active#button-streamers {
	background: #161b24 url('../images/twitch.png') no-repeat;
	/*background-position: 0px -1px!important;*/
}
button#button-streamers:hover {
	background: #161b24 url('../images/twitch.png') no-repeat;
	/*background-position: 0px -1px!important;*/
}

.top-bar {
	height: 40px;
	width: 255px;
	min-width: 255px;
}
.top-bar .menu {
	float: left;
	width: 255px;
	height: 35px;
	padding-left: 12px;
	padding-top: 0px;
}
.top-bar .menu button {
	background: transparent;
	font-size: 18px;
	color: #686d7c;
	border: 0px solid!important;
	height: 35px!important;
	font-weight: 700;
	border-bottom: 3px solid #0f121a!important;
	padding-left: 12px;
	padding-right: 12px;
	width: 57px!important;
	padding-top: 5px;
	float: left!important;
	margin-right: 5px;
}
.top-bar .menu button.active {
	/*! background: #161b24; */
	font-size: 18px;
	color: #7f8594;
	border: 0px solid!important;
	border-bottom: 3px solid #bb3c2a!important;
	height: 35px!important;
	font-weight: 700;
}
.top-bar .menu button:hover {
	background: #161b24;
	font-size: 18px;
	color: #686d7c;
	border: 0px solid!important;
	border-bottom: 3px solid #bb3c2a!important;
	height: 35px!important;
	font-weight: 700;
}
.top-bar .sub-menu {
	float: left;
	height: 82px;
	width: 138px;
	padding-top: 15px;
	/*border-right: 1px solid #282b34;*/
	padding-left: 30px;
	text-align: right;
}
.top-bar .sub-menu a {
	opacity: 0.5;
}
.top-bar .sub-menu a:hover {
	opacity: 1;
	transition: 0.3s;
}
.content {
	height: 255px;
	width: 870px;
	min-width: 870px;
}
.content .left-bar {
	padding-top: 25px;
	padding-left: 0px;
	height: 255px;
	width: 130px;
	float: left;
	color: #686d7c;
	line-height: 180%;
}
.content .left-bar span {
	color: #bb3c2a;
}
.content .left-bar img {
	margin-top: -5px;
	margin-bottom: -2px;
	margin-left: 5px;
	width: 16px;
	height: 16px;
}
.content .left-bar strong {
	color: #ffffff;
}
.content .content-space {
	float: left;
	width: 164px;
	height: 255px;
}
.content .content-news {
	float: left;
	width: 569px;
	height: 255px;
	/*border-right: 1px solid rgba(255, 255, 255, 0.5);*/
}
.content .content-news .banner {
	padding-top: 20px;
	width: 571px;
	height: 120px;
	/*border: 1px solid rgba(255, 255, 255, 0.5);*/
}
.content .content-news .banner img {
	width: 570px;
	height: 120px;
}
.content .content-news .news {
	position: absolute;
	top: 237px;
	width: 280px;
	height: 100px;
	margin-left: 1px;
	background: rgba(18, 20, 42, 0.4);
}
.content .content-news .patch {
	position: absolute;
	top: 237px;
	right: 0px;
	margin-right: 5px;
	width: 274px;
	height: 100px;
	background: transparent;
}
.content table {
	width: 277px;
	font-size: 11px!important;
	line-height: 100%;
}
.content table tr td.news-title {
	padding: 0px!important;
	padding-top: 8px!important;
	padding-left: 10px!important;
	padding-right: 0px!important;
	text-align: left;
	color: #686d7c;
}
.content table tr td.news-title a {
	color: #686d7c!important;
}
.content table tr td.news-title a:hover {
	color: #fff!important;
}
.content table tr td.date {
	text-align: right;
	color: #686d7c;
	padding: 0px!important;
	padding-top: 8px!important;
	padding-right: 10px!important;
	padding-left: 0px!important;
}
.content table tr td.title {
	text-align: center;
	color: #fff;
	font-size: 13px;
	padding-bottom: 5px;
	padding-top: 13px;
}
.content table tr td .text-news {
	color: #b75f52;
	font-weight: 700;
}
.dropbtn {
	border: none;
	cursor: pointer;
}
.dropdown {
	position: relative;
	display: inline-block;
}
.dropdown-content {
	display: none;
	position: absolute;
	background-color: transparent;
	min-width: 140px;
	margin-left: -88px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 999999;
}
.dropdown-content .links {
	background-color: #0f121a;
	margin-top: 17px;
	text-align: left;
	padding: 5px 15px;
	padding-bottom: 15px;
	border-radius: 0px 0px 5px 5px;
	opacity: 0.95;
}
.dropdown-content .text-news {
	color: #bb3c2a;
	font-weight: 700;
	text-shadow: none!important;
}
.dropdown-content a {
	color: black;
	text-decoration: none;
	display: block;
}
.dropdown-content a:hover {
	color: #fff!important;
	text-shadow: 0px 0px 10px #ccc;
}
.dropdown:hover .dropdown-content {
	display: block;
}


#news-list .news {
	position: absolute;
	border-radius: 5px;
	top: 0px;
	width: 243px;
	height: 120px;
	margin-left: 3px;
	background: transparent!important;
}
#news-list .patch {
	position: absolute;
	border-radius: 5px;
	top: 128px;
	margin-left: 3px;
	width: 243px;
	height: 120px;
	background: transparent;
}
#news-list .title {
	text-align: center;
	color: #fff;
	font-size: 13px;
	padding-bottom: 5px;
	padding-top: 8px;
}
#news-list .text-news {
	color: #b75f52;
	font-weight: 700;
}
#news-list .news-title a {
	text-align: left;
	color: #d9d8d8 !important;
}
#news-list .news-title a:hover {
	text-align: left;
	color: #b75f52!important;
}
#news-list .date {
	text-align: right;
	color: #858a9a !important;
}

