.message-box{
	text-align: center;
	font-size: 20px;
}
.fa-bell{
	font-size: 80px;
    color: #dbb864;
}
#thongbao button.close{
	position: absolute;
    top: 4px;
    right: 6px;
	color:#444;
	opacity: 0.5
}
#thongbao h4{
	font-weight: bold;
	font-size: 24px;
}
#showlog ul {
	padding: 0;
	margin: 0;
}
#showlog ul li{
	padding: 8px;
    border: 1px #ccc solid;
    margin-bottom: 10px;
    border-radius: 5px;
    font-weight: bold;
}
