.wrap input[type=submit] {
margin-top: 20px;
}

.separate {
clear: both;
margin-bottom: 20px;
}

#action_status {
width: 100% !important;
background-color: #fff;
}

#action_status tr {
font-size: 11px;
}

#action_status tr.headers {
background: #fff !important;
border-bottom: 1px solid #333;
}

#action_status tr:nth-child(odd) {
background: #d4ecf6;
}

#action_status tr.total {
font-weight: bold;
background: #fff !important;
}


#action_status th {
text-align: left;
}

#action_status th, #action_status td {
font-size: 11px;
padding: 5px;
}

#action_status .cell {
width: 6%;
}