.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-color: #F5F5F5;
}

.alerts--new {
    color: red !important;
}

.alerts_count {
        background: #B23636;
        padding: 2px 4px;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        color: #ffffff;
        font-weight: 700;
}

.alerts_count_0 {
        background: #4B4B50;
        padding: 2px 4px;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        color: #ffffff;
        font-weight: 700;
}

.night .alerts_count {
        background: #B23636;
        padding: 2px 4px;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        color: #ffffff;
        font-weight: 700;
}

.night .alerts_count_0 {
        background: #252525;
        padding: 2px 4px;
        border-radius: 2px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        color: #CCCCCC;
        font-weight: 700;
}


.alerts_count2 {
	background: #FADB7E;
	padding: 2px 4px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    color: #525257;
    font-weight: 700;
}

.alerts_count2_0 {
    background: #4B4B50;
    padding: 2px 4px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    color: #ffffff;
    font-weight: 700;
}

.night .alerts_count2 {
	background: #FADB7E;
	padding: 2px 4px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    color: #525257;
    font-weight: 700;
}

.night .alerts_count2_0 {
    background: #252525;
    padding: 2px 4px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    color: #CCCCCC;
    font-weight: 700;
}

.alerts_count:hover {
    background: #FADB7E;
	color: #525257;
}

.alerts_count2:hover {
    background: #FADB7E;
	color: #525257;
}

.alerts_posty {
	background: #4B4B50;
	padding: 1px 4px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    color: #ffffff;
    font-weight: 500;
}

.alerts_posty:hover {
    background: #4B4B50;
	color: #ffffff;
}
