/*** NORMAL LIST ***/
.normal-list > div {
	padding-top: .5rem;
	padding-bottom: .5rem;
	border-bottom: 1px solid #dee2e6;
}

.normal-list > div:last-child {
	border: 0;
	padding-bottom: 0;
}

.normal-list > div > div {
	vertical-align: top;
	display: inline-block;
}

.normal-list > div > div:nth-child(1) {
	width: 30%;
}
.normal-list > div > div:nth-child(2) {
	width: 70%;
}

/*** DEVICE LIST ***/
.device-list > div {
	padding-top: .5rem;
	padding-bottom: .5rem;
	border-bottom: 1px solid #dee2e6;
}

.device-list > div:last-child {
	border: 0;
	padding-bottom: 0;
}

.device-list > div > div {
	vertical-align: top;
	display: inline-block;
}

.device-list > div > div:nth-child(1) {
	width: 70%;
}
.device-list > div > div:nth-child(2) {
	width: 30%;
	text-align: right;
}

/*** MOVIE LIST ***/
.movie-list > div {
	padding-top: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #dee2e6;
	cursor: pointer;
}

.movie-list > div:last-child {
	border: 0;
	padding-bottom: 0;
}

.movie-list div {
	white-space: nowrap;
}

.movie-list > div > div:nth-child(1) {
	display: inline-block;
	width: 20%;
	vertical-align: top;
	text-align: center;
	padding-right: .5rem;
}

.movie-list > div > div:nth-child(1) > img {
	width: 100%;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

.movie-list > div > div:nth-child(2) {
	display: inline-block;
	width: 80%;
}

.movie-list > div > div > div > div {
	display: inline-block;
}

.movie-list > div > div > div:nth-child(2) > div:nth-child(1) {
	width: 30%;
}
.movie-list > div > div > div:nth-child(2) > div:nth-child(2) {
	width: 40%;
}
.movie-list > div > div > div:nth-child(2) > div:nth-child(3) {
	width: 30%;
	text-align: right;
}

.movie-list > div > div > div:nth-child(3) > div:nth-child(1) {
	width: 50%;
}
.movie-list > div > div > div:nth-child(3) > div:nth-child(2) {
	width: 50%;
	text-align: right;
}

/*** MUSIC LIST ***/
.music-list > div {
	padding-top: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #dee2e6;
	cursor: pointer;
}

.music-list > div:last-child {
	border: 0;
	padding-bottom: 0;
}

.music-list div {
	white-space: nowrap;
}

.music-list > div > div > div {
	display: inline-block;
}

.music-list > div > div:nth-child(2) > div:nth-child(1) {
	width: 50%;
}
.music-list > div > div:nth-child(2) > div:nth-child(2) {
	width: 25%;
}
.music-list > div > div:nth-child(2) > div:nth-child(3) {
	width: 25%;
	text-align: right;
}

.music-list > div > div:nth-child(3) > div:nth-child(1) {
	width: 50%;
}
.music-list > div > div:nth-child(3) > div:nth-child(2) {
	width: 50%;
	text-align: right;
}

/*** BOOK LIST ***/
.book-list > div {
	padding-top: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #dee2e6;
	cursor: pointer;
}

.book-list > div:last-child {
	border: 0;
	padding-bottom: 0;
}

.book-list div {
	white-space: nowrap;
}

.book-list > div > div:nth-child(1) {
	display: inline-block;
	width: 20%;
	vertical-align: top;
	text-align: center;
	padding-right: .5rem;
}

.book-list > div > div:nth-child(1) > img {
	width: 100%;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

.book-list > div > div:nth-child(2) {
	display: inline-block;
	width: 80%;
}

.book-list > div > div > div > div {
	display: inline-block;
}

.book-list > div > div > div:nth-child(3) > div:nth-child(1) {
	width: 30%;
}
.book-list > div > div > div:nth-child(3) > div:nth-child(2) {
	width: 40%;
}
.book-list > div > div > div:nth-child(3) > div:nth-child(3) {
	width: 30%;
	text-align: right;
}

.book-list > div > div > div:nth-child(4) > div:nth-child(1) {
	width: 50%;
}
.book-list > div > div > div:nth-child(4) > div:nth-child(2) {
	width: 50%;
	text-align: right;
}

/*** GAME LIST ***/
.game-list > div {
	padding-top: 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #dee2e6;
	cursor: pointer;
}

.game-list > div:last-child {
	border: 0;
	padding-bottom: 0;
}

.game-list div {
	white-space: nowrap;
}

.game-list > div > div > div {
	display: inline-block;
}

.game-list > div > div:nth-child(2) > div:nth-child(1) {
	width: 75%;
}
.game-list > div > div:nth-child(2) > div:nth-child(2) {
	width: 25%;
	text-align: right;
}

.game-list > div > div:nth-child(3) > div:nth-child(1) {
	width: 30%;
}
.game-list > div > div:nth-child(3) > div:nth-child(2) {
	width: 30%;
}
.game-list > div > div:nth-child(3) > div:nth-child(3) {
	width: 40%;
	text-align: right;
}

.game-list > div > div:nth-child(4) > div:nth-child(1) {
	width: 50%;
}
.game-list > div > div:nth-child(4) > div:nth-child(2) {
	width: 50%;
	text-align: right;
}
