.page-template-default .entry-header {
    padding-left: 10%;
}

.page.page-template-default .content-area {
    padding-left: 10%;
    padding-right: 10%;
}

.button, button {
    color: white;
}

.woocommerce-account tr.woocommerce-orders-table__row td.woocommerce-orders-table__cell-order-actions {
    text-align: left !important;
}

.woocommerce-account .woocommerce-orders-table tr th:last-child {
    text-align: left !important;
}

.woocommerce-table__product-name > a {
    color:blue !important;
}

ul {
    margin: 0;
}

p {
    margin: 0;
}

@media screen and (min-width: 1024px) {

    .woocommerce-account .woocommerce-orders-table tr td:first-child, .woocommerce-account .woocommerce-orders-table tr th:first-child {
        padding-left: 1% !important;
    }

    .woocommerce-account .order_details thead tr:first-child th {
        padding-left: 1%;
        padding-right: 1%;
    }

    .woocommerce-account .order_details tbody tr:last-child td, .woocommerce-account .order_details tbody tr:last-child th {
        padding-left: 1%;
        padding-right: 1%;
    }

    .woocommerce-order-details table tfoot tr:first-child th {
        padding-left: 1%;
        padding-right: 1%;
    }

    .woocommerce-order-details table td, .woocommerce-order-details table th {
        padding-left: 1% !important;
        padding-right: 1% !important;
    }
}