.tableExcel {
 border-collapse: collapse;
 width: 490px;
 border: 1px solid #D7D7D7;
 margin-bottom: 34px;
}
.tableExcel caption {
 display: none;
 text-align: left;
 color: #3D6D9E;
 font-size: 1.1em;
 font-weight: bold;
 border-bottom: 1px dotted #3D6D9E;
 padding-bottom: 13px;
}
.tableExcel thead tr {
 background: #3D6D9E;
 color: #fff;
 text-align: left;
}
.tableExcel .oddRow {
 background: #E5E8F1;
}
.tableExcel .evenRow {

}

