
ul.tableOptions {list-style:none; margin:0; padding:0}
ul.tableOptions li { display:inline-block; margin: 0px 2px }
ul.tableOptions li a {display:block; width:30px; height:30px; ; background-repeat:no-repeat; background-position: center center; -webkit-background-size: 20px; -moz-background-size: 20px; -ms-background-size: 20px; -o-background-size: 20px; background-size: 20px;}

ul.tableOptions li a.tablePreview { background-image: url("../images/icon-table-more.svg")}
ul.tableOptions li a.tableDownload { background-image: url("../images/icon-table-download.svg")}
ul.tableOptions li a.tableFeedback { background-image: url("../images/icon-table-feedback.svg")}
ul.tableOptions li a.tableFeedback.hasFeedback { background-image: url("../images/icon-table-feedback-hasFeedback.svg")}

table.tableHistory tbody tr > td {padding-top:2px; padding-bottom:2px}
table.tableHistory h5 {margin-bottom: 5px}
table.tableHistory p { font-size:11px; color:#2f2f2f}
.tableAmount {font-weight:700; color:#2f2f2f }
.tableAmount span {display:block; font-weight:300;  text-transform: uppercase; color:#aaaaaa}
