#userpage {width:100%;margin:0 auto 0 auto;padding-bottom:60px}
#userpage input[type="text"],#userpage input[type="password"],#userpage input[type="email"],#userpage input[type="tel"],#userpage select{width:100%;max-width:400px}
#userpage label{width:250px;float:left}
#userpage .form-item{width:100%;margin:20px 0}
#userpage .description{display:none}
#userpage li{list-style-type:none;list-style-position:outside;padding:0;margin:10px 0}
#userpage table{width:100%}
#userpage a#edit-delete{margin-left:20px}
#userpage #edit-pass{width:400px;margin-left:0}
#userpage .password-strength__title{margin-top:10px}
#userpage .customer-information,#userpage .order-information{margin:20px 0;float:left;width:100%}
#userpage .customer-information__shipping,#userpage .customer-billing{width:50%;float:left;margin:20px 0}
#userpage .order-information table{width:100%;margin:20px 0}
#userpage .order-information .views-field-total-price__number{text-align:right}
#userpage .order-information .views-element-container .pad20{padding:0}
#userpage .order-total-line {padding:10px;width:100%;float:left;}
#userpage .order-total-line-label {margin-right:100px}
#userpage .order-total-line-value {text-align: right;margin-right:25px;display:inline-block;width:100px}
#userpage p{font-size:100%}
#userpage .customer-information .field__label{font-weight:bold}

#edit-customer-profiles-wrapper summary,#edit-address-wrapper summary{display:none}
#userpage .user-pass label {width:100%;margin:0 0 20px 0}
#userpage .user-pass p{margin:40px 0}
#userpage .user-pass input{display:block}

@media (max-width:767px){
#userpage {margin:0;}
#userpage input[type="text"],#userpage input[type="password"],#userpage input[type="email"],#userpage input[type="tel"],#userpage select{width:100%;max-width:100%}
#userpage input[type="submit"]{width:100%}
#userpage label{width:100%}
#userpage #edit-pass{width:100%;margin-left:0}
#userpage a#edit-delete{margin:20px 0;display:block;float:right}
#userpage .tableresponsive-toggle-columns{display:none}

#userpage .form-item{width:100%;margin:10px 0}

#userpage table {
	border: 0;
  }

#userpage  table th,#userpage  table thead {
	display:none;
  }

#userpage  table td {
	display: block;
	padding:5px 0;
  }
#userpage  table tr {
	display: block;
	padding:25px 0;
  }

#userpage .customer-information__shipping{line-height:200%}

#userpage #edit-actions{margin-top:50px}

#userpage .customer-information__shipping,#userpage .customer-billing{width:100%;float:left}
#userpage .profile--type--customer,#userpage .order-total-line__total{margin:20px 0}

}