.export-header-body {
    display: table;
    padding: 8px 10px;
    position: relative;
    margin-right: 0;
    margin-left: auto;
    font-size: 14px;
}
span.next {
    padding-left: 5px;
}
table.export-table {
background-color: white;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.04);
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
    border-spacing: 0;
}
table.export-table tbody tr:nth-child(odd) {
    background-color: #f1f1f1;
}
table.export-table tr {
    text-align: left;
}
table.export-table th {
       font-size: 14px;
    padding: 8px 10px;
    border-bottom: 1px solid #e1e1e1;
}
table.export-table td {
    word-break: break-word;
vertical-align: top;
    padding: 8px 10px;
}
select.export-category {
    background-color: #FFFFFF;
    border: 1px solid #999999;
    padding: 5px;
}
table.export-table tr td{
    padding: 8px 10px !important;
}
input[type="submit"] {
    margin: 1px;
    padding: 5px 5px;
}
input.view-export {
    margin: 1px;
    padding: 5px 5px;
}
th.export-class-name { width: 10%; }
th.export-days { width: 5%; }
th.export-price { width: 5%; }
th.export-link { width: 10%; }
th.export-start-date { width: 7%; }
th.export-end-date { width: 7%; }
th.export-start-time { width: 7%; }
th.export-end-time { width: 8%; }
th.export-icl { width: 5%; }
th.export-vlt { width: 5%; }