#tour {
	-webkit-overflow-scrolling: touch;
	background: #FFF;
	height: 100%;
	overflow-y: auto;
	position: fixed;
	width: 100vw;
}

#tour #back-button,
#tour #home-button {
	text-shadow: 2px 2px 10px #4C4C4C !important;
}

#tour #name-container {
	position: relative;
}

#tour #name {
	font-family: "Damion";
	font-size: 30px;
	padding: 10px 20px 0 20px;
	text-align: left;
	width: calc(100% - 60px);
}

#tour #install-button {
	color: #000;
	font-size: 20px;
	position: absolute;
	right: 20px;
	top: 20px;
}

#tour #label {
	font-size: 15px;
	padding: 10px 20px 0 20px;
	text-align: left;
}

#tour #rating-container {
	display: table;
}

#tour #rating-preview {
	padding: 10px 0 10px 20px;
}

#tour #rating-count {
	display: inline-block;
	font-size: 10px;
	margin-left: 5px;
}

#tour #rating-message {
	font-size: 11px;
}

#tour .tabs-ul {
	-webkit-overflow-scrolling: touch;
	list-style: none;
	margin: 0;
	overflow-x: auto;
	padding: 10px 0 10px 0;
	white-space: nowrap;
}

#tour .tabs-li {
	display: inline-block;
	font-family: "RubikMedium";
	font-size: 18px;
	padding: 0 15px 0 15px;
	transition: color 0.2s;
}

#tour .tabs-li-head {
	padding-left: 20px;
}

#tour .tabs-li-last {
	padding-right: 20px;
}

#tour .tabs-li-active {
	color: #FFE800;
}

#tour #request a,
#tour #request a:active,
#tour #request a:hover,
#tour #request a:link,
#tour #request a:visited {
	color: #000;
	text-decoration: none;
}

#tour .tabs-content {
	display: none;
	font-size: 15px;
	padding: 10px 20px 20px 20px;
	text-align: justify;
}

#tour .tabs-content-active {
	display: block;
}