#sleep-list {
	background: #FFF;
	height: 100%;
	position: fixed;
	width: 100vw;
}

#sleep-list .back-button {
	color: #000;
}

#sleep-list .nearby-button {
	color: #191919;
	font-size: 24px;
	position: absolute;
	right: 20px;
	top: 23px;
	z-index: 2;
}

#sleep-list .nearby-button.button-selected {
	color: #FFE800;
}

#sleep-list #list {
	-webkit-overflow-scrolling: touch;
	height: calc(100% - 70px);
	overflow: scroll;
	position: absolute;
	top: 70px;
	width: 100vw;
}

#sleep-list .sleep-container {
	background: whitesmoke;
	border-radius: 5px;
	margin: 0 10px 10px 10px;
	position: relative;
}

#sleep-list .sleep-image-container {
	width: 35%;
}

#sleep-list .sleep-image {
	border-radius: 5px;
	width: 100%;
}

#sleep-list .sleep-data-container {
	left: 35%;
	padding: 0 0 0 10px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 65%;
}

#sleep-list .sleep-data {
	text-align: left;
}

#sleep-list .sleep-name {
	font-family: "RubikMedium";
	font-size: 5vw;
	height: 6vw;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 85%;
}

#sleep-list .sleep-distance {
	font-size: 3.5vw;
}

#sleep-list .sleep-arrow-container {
	height: 6vw;
	left: 90%;
	position: absolute;
	top: 0;
	width: 6vw;
}

#sleep-list .sleep-arrow {
	font-size: 5vw;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
