html {
	overflow-y: scroll;
}
body {
	background: #f9f9f9;
}
hr {
	border-color: #ccc;
	border-style: dotted;
}
.jumbotron { 
	background: #fff;
}
.footer {
 padding-top: 15px;
 text-align: center;
}

form {
	padding: 0px;
	margin: 0px;
}
img {
	max-width: 100%;
	height: auto;
}
.device, .adddevice {
	border:1px solid #ddd;
	text-align: center;
	padding: 25px;
	margin-top: 15px;
	margin-bottom: 15px;
	background: #fff;
	border-radius: 4px;
}
.adddevice {
	cursor: pointer;
}
.adddevice.selected {
 	border-color: #ff0000;
	box-shadow: 0 0 8px #000;
}
.title {
	height: 35px;
	font-size: 12px;
	font-weight: bold;
}
.buy {
	height: 15px;
	font-size: 9px;
	font-weight: bold;
}
.progress {
 margin: 8px 0;
}
.owners {
	font-size: 10px;
	font-style: italic;
	height: 10px;
}

#yourphones {
 	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: none;
}
#yourphones li {
	display: inline-block;
	background: #f9f9f9;
	padding: 5px 10px;
	margin: 4px 0px 3px 3px;
	border-radius: 5px;
	font-size: 10px;
}
.removedevice {
	color: #000;
	font-weight: bold;
	margin-left: 4px;
	cursor: pointer;
}
.submit {
 width: 100%;
}
