/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

a.wcpoa_attachmentbtn{
    padding: 10px;
    background: #35a87b;
    color: #fff;
}
a.wcpoa_attachmentbtn_order{
    padding: 10px;
    background: #0e7aad;
    color: #fff;
}
#tab-wcpoa_product_tab a.wcpoa_attachment_expire {
    padding: 10px;
    background: #ccc;
    color: #ffffff;
    cursor: no-drop;
    box-shadow: none;
}
.wcpoa_order_attachment_expire{
    padding: 10px;
    color: #ff0808;
    cursor: no-drop;
    box-shadow: none;
    float: right;
}
.woocommerce-order section.woocommerce-attachment-details {
    margin-bottom: 23px;
}
.wcpoa_attachment_desc {
    padding-top: 12px;
}
p.order_att_expire_date {
    margin: 11px 0 0 0;
}
.woocommerce-Tabs-panel--wcpoa_product_tab .wcpoa_attachmentbtn {
     color: #a46497;
    float: right;
    background: transparent;
    margin: 0;
    cursor: pointer;
    text-decoration: none;
    padding: 5px 12px;
    border: 0;
    display: inline-block;
    transition: all 0.5s ease-in-out;
}

.woocommerce-Tabs-panel--wcpoa_product_tab .wcpoa_attachmentbtn:hover {
    background-color: #ebe9eb;
    color: #515151;
}

.woocommerce-Tabs-panel--wcpoa_product_tab .wcpoa_attachment_name {
    display:  inline-block;
    margin-top:  0;
        max-width: 80.5%;
}

.woocommerce-Tabs-panel--wcpoa_product_tab .order_att_expire_date {
    margin: 0;
    font-size:  14px;
    color:  gray;
}

.woocommerce-Tabs-panel--wcpoa_product_tab .order_att_expire_date span {
    color: red;
    margin-right:  4px;
}