.form-group.col-sm-8.last_name_col {
    float: right;
}
.account_title_ul{
	width: 25%;
    float: right;
    margin-top: 20px;
}

#customer_table,#order_table {
    width: 90%;
}
#customer_table thead th{
    text-align: center;
}
#pagewidth{
	padding: 10px;
}
.view_all_orders{
	float: right;
}
.view_all_orders a{
	color: #fff;
}
.view_all_orders a:hover{
	text-decoration: none;
	color: #fff;
}
.nav-tabs > li{
       float: none;
}
@media only screen and (max-width: 760px){
	.account_title_ul{
		width: 100%;
	}
}