/*
 Theme Name:   ASCNY
 Theme URI:    https://ascny.org
 Description:  ASCNY Website Theme
 Author:       Anthill Inc
 Author URI:   https://anthill.net
 Template:     generatepress
 Version:      0.1
*/

.member-table-wrapper {
    overflow-x: auto;
}

table.member-directory td {
    font-size:  12px;
}

table.member-directory tr:nth-child(even) {
    background: #fafafa;
}

ul.children {
    list-style:  none;
    margin:  0;
}

li.child {
    margin-left:  0;
}

div.product_meta span.posted_in {
    display: none;
}

section.woocommerce-order-details p.order-again {
    display:  none;
}

div.entry-content div.woocommerce form#order_review {
    width:  100%;
    float:  none;
}

td.woocommerce-orders-table__cell-order-actions a.woocommerce-button {
    margin:  0 5px 5px 0;
}

td.woocommerce-orders-table__cell-order-actions a.pay {
    background-color:  #022162
}

a.btn {
    background-color: #022162;
    padding: 12px 15px;
    color: #fff;
}