.success{
	width: 100%;
	padding: 10px;
	border: 1px solid red;
	margin: 10px 0px;
	background: #ecc0c0;
	color: #000;
}
.virtual-races table th {
    border-bottom: 1px solid #000;
    background-color: #D9EDF7;
}
.virtual-races table tr:nth-child(2n+1) td {
    background-color: #F3F3F3;
}
.virtual-races table td {
    font-weight: normal;
    background-color: #fff;
    border-bottom: 1px solid #dcdcdc;
}
.virtual-races table td {
    font-weight: normal;
    background-color: #fff;
    border-bottom: 1px solid #dcdcdc;
}
.center{
	text-align: center;
}
.unlink{
    background:#F3F3F3 !important;
    color:#000 !important;
    width:auto !important;
}
