<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles in this file instead of style.css so it
is easier to update the theme. Simply copy an existing style
from style.css to this file, and modify it to your liking. */

/* janvi : 2014-09-30 */

.woocommerce .recent_order
{
    float: left;
}
.woocommerce a.view_all_order
{
    color: #C84949;
    float: right;
    line-height: 1.5;
    text-decoration: underline;
    margin-top: 7px;
}
.woocommerce a.view_all_order:hover
{
    color: #C84949;
}
.page-template-orders-php .pagination
{
    float: right;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 30px;
}
.page-template-orders-php .recent_order
{
	float: left;
}
.page-template-orders-php .shop_table.my_account_orders
{
	clear: both;
}
.shop_table.my_account_orders .order-actions input.removalpending
{
    background: #FFFF00; 
    border: 1px solid #FFFF00 ;
    color: #000000;
    margin-left: 10px;
    border-radius: 3px;
    box-shadow:0 0 5px 0 rgba(0, 0, 0, 0.5);
    font-family: inherit;
    font-size: 1em;
    font-weight: bold;
    padding: 4px 15px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}

.shop_table.my_account_orders .order-actions input.removed
{
    background: #808080; 
    border: 1px solid #808080;
    color: #fff;
    margin-left: 10px;
    border-radius: 3px;
    box-shadow:0 0 5px 0 rgba(0, 0, 0, 0.5);
    font-family: inherit;
    font-size: 1em;
    font-weight: bold;
    padding: 4px 15px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}

.page-template-orders-php a.view_all_on_one_order
{
    color: #C84949;
    float: right;
    line-height: 1.5;
    text-decoration: underline;
    margin-top: 10px;
    margin-bottom: 10px;
}
.page-template-orders-php a.view_all_on_one_order:hover
{
    color: #C84949;
}
.page-template-orders-php a.view_all_order
{
    color: #C84949;
    float: right;
    line-height: 1.5;
    text-decoration: underline;
    margin-top: 10px;
    margin-bottom: 10px;
}
.page-template-orders-php a.view_all_order:hover
{
    color: #C84949;
}
input.button
{
     padding: 8px 15px !important;
     background: #AA3434 !important;
}

/* janvi : 2014-09-30 */
</pre></body></html>