.fm-view-order .well,
.fm-order-history .well{
	display: block;
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #eee;
    border: 1px solid rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	color: #333 !important;
	font-weight: 500;
	line-height: 130%;
	text-transform: capitalize;

}

div#content-area{
    color:#333 !important;
}

.fm-view-order div#order-pane-bill_to{
	max-width: fit-content;
}

.fm-view-order .order-pane-title {
    margin: 0;
    color: inherit;
    text-transform: uppercase;
    font: 1em;
	font-weight: 700;
	padding-bottom: 7px;
}

.fm-view-order table th,
.fm-order-history table th {
    padding: .6em !important;
    background-color: #2c2c2c;
    background-image: linear-gradient(top,#333,#222);
    background-image: -moz-linear-gradient(top,#333,#222);
    background-image: -ms-linear-gradient(top,#333,#222);
    background-image: -o-linear-gradient(top,#333,#222);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333), to(#222));
    background-image: -webkit-linear-gradient(top, #333, #222);
    background-repeat: repeat-xbox-shadow:0 1px 3px rgba(0,0,0,.25),inset 0 -1px 0 rgba(0,0,0,.1);
    color: #FFF;
    font: 1em;
	text-align: left;
}

.woocommerce-MyAccount-content-wrapper td{
	padding: .6em !important;
	vertical-align: middle !important;
	line-height: 1.5em !important;
	border-right: 1px solid #ddd !important;
	border-bottom: 1px solid #ddd !important;
    text-align: left !important;
}

.woocommerce-MyAccount-content-wrapper tbody{
	border-left: 1px solid #ddd !important;
}

/*
 * Masquer la nav Mon compte (Elementor place .e-wc-account-tabs-nav au-dessus
 * du contenu : ce n’est pas un descendant de .fm-view-order).
 */
.fm-view-order .e-wc-account-tabs-nav,
.fm-view-order nav.woocommerce-MyAccount-navigation,
.woocommerce-view-order .e-wc-account-tabs-nav,
.woocommerce-view-order nav.woocommerce-MyAccount-navigation,
.woocommerce-fm_credits .e-wc-account-tabs-nav,
.woocommerce-fm_credits nav.woocommerce-MyAccount-navigation {
	display: none !important;
}


.fm-view-order table a,
.fm-order-history table a {
	color: #7DAF27 !important;
    text-decoration: none;
}

.fm-view-order table a:hover,
.fm-order-history table a:hover {
    color: green !important;
    text-decoration: underline !important;
}