.btn-success {
	background:#EE3524;
}

table.customTable {

    font-size: 10px;
    vertical-align: top !important;
    border:1px solid #ccc;
    box-shadow:0px 2px 5px #ccc;
}
table.customTable td {
    font-weight: bold;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}

table.customTable tr.headTable {
    text-transform:uppercase;
    color:#fff;
    border: 1px solid #ccc;
}

td.headTd {
    background: #45839c !important;
	font-size:9px !important;
	vertical-align:top !important;
	font-weight:normal !important;
	text-shadow:0px 1px 1px #000;
}


table.customTable tr:nth-child(even) {background: #fff !important;}
table.customTable tr:nth-child(odd) {background: #eaeaea !important;}


a.customTarget {
    background: #fff !important;
}

