table.overview {
    border: 1px solid #727272;
    margin: 0 0 12px;
    //table-layout: fixed;
    width: 100%;
}
table.overview thead th {
    background: none repeat scroll 0 0 #616161;
}
table.overview thead th:nth-child(2n+1) {
    background: none repeat scroll 0 0 #787878;
}
table.overview tbody tr td {
    background: none repeat scroll 0 0 #DDDDDD;
}
table.overview tbody tr td:nth-child(2n+1) {
    background: none repeat scroll 0 0 #EEEEEE;
}
table.overview tbody tr:nth-child(2n+1) td {
    background: none repeat scroll 0 0 #D0D0D0;
}
table.overview tbody tr:nth-child(2n+1) td:nth-child(2n+1) {
    background: none repeat scroll 0 0 #DDDDDD;
}
table.overview td {
    padding: 3px 5px;
}
table.overview th {
    font-weight: bold;
    padding: 2px 5px;
}
table.overview th.actions {
	min-width:60px !important;
    max-width:60px !important;
	width:60px !important;
}
table.overview th a.asc:after {
    content: "\00a0\f0ab";
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    position: relative;
    bottom: 1px;
	font-size: 12px;
	line-height: 1.231;
}

table.overview th a.desc:after {
    content: "\00a0\f0aa";
	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    position: relative;
    bottom: 1px;
	font-size: 12px;
	line-height: 1.231;
} 