#orders {
    display: none;
}

#orders.active {
    display: block;
}

#ordersStatuses {
    margin-bottom: 20px;
}

#ordersTable {

}

.ordersTableRow {

}

.ordersTableRow button {
    text-decoration: underline;
    background-color: transparent;
    cursor: pointer;
}