#placeholder-header{
	height: 145px;
}
#my-orders-table thead tr th{
	white-space: nowrap;
}
.orders-history .table-order-items tbody tr td,
.orders-history .table-order-items thead tr th, 
.items.order-links li a, 
.order-details-items .table-wrapper tbody tr td{
	white-space: nowrap;
}
.account-nav-content .nav>li {
    position: relative;
    display: block;
}
.account-nav-content .nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: #eee;
}
.account-nav-content .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.account-nav-content .nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

/*MY ORDER PAGE CSS STARTS HERE*/

#maincontent .column.col-lg-9{
    order: 2;
}
#maincontent .sidebar-main.col-lg-3{
    order: 1;
}
.table-order-items .btn-primary{
    min-width: 90px !important;
    padding: 5px !important;
}
/*MY ORDER PAGE CSS END HERE*/