 .th-alert {
	font-family: "PT Sans Narrow",Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	color: #FFFFFF;
	margin-top: 8px;
	margin-bottom: 10px;
	padding: 11px;
	line-height: 10px;
	float: left;
	text-align: center;
	width: 608px;
/*	background: white;   */
	overflow: hidden;
	white-space: nowrap;
	background-color: rgb(190, 14, 14);  
	border-radius: 5px;
        }

.th-alert a {
            color:#FFFFFF !important;
            text-decoration:underline !important;
        }

.th-alert-times {
        text-align:right;
        display:inline-block;
        width:80px;
        margin-right:5px;
        height:30px;
        }


