.unshipped-order {
	font-weight:bold;
	font-size:125%;
	text-align:left;
}
.unshipped-order.alt { 
	background-color: #f5f5f5; 
}
.unshipped-order:hover {
	background-color: #f0f1fd;
}
.unshipped-order button {
	float:right;
	margin-right:15px;
}
.login-form, .edit-location-form {
	max-width:500px;
	margin:25px auto;
}
.login-form input {
	margin-bottom:20px;
}

footer.page-footer {
	margin-top:50px;
	background-color: #343a40!important;
	font-size:90%;
	color: white;
	padding: 15px 0px;
}
footer.page-footer .line {
	padding: 7px 0px;
}

html, body {
  height: 100%;
}

#wrap {
  min-height: 100%;
}

.body-container {
  overflow-y: auto;
  overflow-x: hidden;
  padding-bottom:150px;
  max-width:1100px;
  margin:0 auto;
}

.footer {
  position: relative;
  margin-top: -150px; /* negative value of footer height */
  height: 150px;
  clear:both;
  padding-top:20px;
} 

.list-group-item {
	cursor: inherit;
}