.newAlerts > a {
	color: white !important;
	text-shadow: #FC0 1px 0 10px !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: #000;
}

@keyframes bounce {
  0% {  transform:translateY(-10px);
  }
  100% {
    transform:translateY(-20px);
  }
}

.alerts--new a {
	color: white !important;
	text-shadow: #FC0 1px 0 10px !important;
	font-weight: bold;
}


#myalerts_alerts_modal {
	max-width: 500px;
}

#myalerts_modal_right_btns {
	margin-top: 4px;
}
