html,body {
	max-width:100%;
	max-height:100%;
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.bottom-move-parent {
	width:100%;
	height:100%;
}
.bottom-move {
	width: 360px;
	position: fixed;
	bottom:0;
	right: 8px;
	-webkit-box-shadow: -5px 12px 31px -17px rgba(0,0,0,0.75);
	-moz-box-shadow: -5px 12px 31px -17px rgba(0,0,0,0.75);
	box-shadow: -5px 12px 31px -17px rgba(0,0,0,0.75);
	z-index:1000;
	background-color:white;
}
.bottom-content {
	display: flex;
	align-items: center;
	min-height: 43px;
	border: 1px solid #D7D7D7;
	border-radius: 2px 2px 0 0;
	background: #fff;
	cursor: pointer;
	padding: 0 12px;
}
.span-title {
	text-align:left;
	width:75%;
}
.span-icon {
	width:25%;
	text-align:left;
}

#content-bottom {
	height:400px;
	border-left: 1px solid #D7D7D7;
	border-right: 1px solid #D7D7D7;
	border-bottom: 1px solid #D7D7D7;
}

.content-notify-row {
	display:table-row;
}
.content-news-icon {
	display:table-cell;
	width: 50px;
	text-align:center;
	vertical-align:middle;
	background: url(../img/back-notify.gif) repeat-x bottom left;
}
.content-news {
	display:table-cell;
	width:310px;
	height:53px;
	border-bottom: 1px solid #e6e9ec;
	vertical-align:middle;
	background: url(../img/back-notify.gif) repeat-x bottom left;
	padding:5px;
	
}

.content-news span {
	font-size:13px;
}

.content-news a {
	font-size:13px;
}
.content-news a:hover {
	text-decoration:underline !important;
}