#app {
	margin-top: 100px;
}
#content {
	padding-top: 100px;
	font-family: "Dosis",
		Arial,
		Helvetica,
		sans-serif;
	font-weight: 300;
	font-size: 16px;
	/* overflow-x: hidden; */
	min-height: 100%;
margin-bottom: 100px;}

#catsContainer {
	position: relative;
	margin-bottom: 60px;
}

#cats {
	white-space: nowrap;
	overflow-x: auto;
	padding-bottom: 15px;
	position: relative;
	-webkit-user-select: none;
	user-select: none;
}

#catsScrollOverlay {
	position: absolute;
	width: 100px;
	height: 100%;
	right: 0;
	top: 0;
	background: rgb(255, 255, 255);
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	pointer-events: none;
}

#cats h2 {
	display: inline-block;
	padding: 0 45px 15px 0;
	margin-right: 15px;
	border-bottom: 1px solid #333;
}

#cats .router-link-active h2 {
	border-bottom: 4px solid #333;
	padding-bottom: 12px;
}

.curation {
	margin-bottom: 120px;
}

.curationMeta {
	margin-top: 30px;
	margin-bottom: 30px;
}
.curationMeta .pretext {
	top: -2px;
}
#featured {
	margin-bottom: 100px;
}

.curation li.sketchLi:nth-child(1),
.curation li.sketchLi:nth-child(2) {
	width: 50%;
}

.curation .curationMeta .userThumbContainer {

	width: 40px;
	padding-top: 40px;
	display: inline-block;
	vertical-align: text-top;
	margin-right: 15px;
	margin-bottom: 0;
}

.curationFollowLink::after {
	content: 'Follow';
}

.curationFollowLink.following::after {
	content: 'Following';
}

.curationFollowLink.following:hover:after {
	content: 'Unfollow?';
}

.timeList {
	margin-bottom: 15px;
	-webkit-user-select: none;
	user-select: none;
}

.timeList li {
	display: inline-block;
	margin-left: 15px;
}

.timeList li input {
	display: none;
}

.timeList li label {
	cursor: pointer;
}

.timeList li.active label {
	font-weight: bold;
	cursor: pointer;
}
.sketchList .sketchMeta {
	display: none !important;
}