

.newAlerts > a {
    color: red !important;
}

ul.panel_links a.myalerts {
    background-position: 0 -180px;
}

.alert-row__no-alerts td {
    text-align: center;
}

.alert--read.alert {
    opacity: .5;
}

.alert.alert--read td.trow1 {
    background: var(--tb-bg2);
    padding: 20px;
    border-radius: 5px;
    outline: 1px solid var(--tb-txt2);
    outline-offset: -6px;
}

.alerts--new a {
	color: red !important;
	font-weight: normal;
}

.alert__content a:link,
.alert__content a:hover,
.alert__content a:visited{
	text-decoration: none;
}

		