#phrasebook {
	background: #FFF;
	height: 100%;
	position: fixed;
	width: 100vw;
}

#phrasebook .back-button {
	color: #000;
}

#phrasebook .home-button {
	color: #000;
}

#phrasebook #list {
	-webkit-overflow-scrolling: touch;
	height: calc(100% - 70px);
	overflow-y: auto;
	padding: 0 10px 0 10px;
	position: absolute;
	top: 70px;
	width: 100%;
}

#phrasebook .label {
	background: #FFE800;
	border-radius: 5px;
	margin-bottom: 5px;
	position: relative;
	width: 100%;
}

#phrasebook .label-text {
	font-family: "RubikMedium";
	padding: 10px;
}

#phrasebook .label-icon {
	position: absolute;
	right: 20px;
	top: 11px;
}

#phrasebook .phrases {
	display: none;
}

#phrasebook .phrase {
	background: whitesmoke;
	border-radius: 5px;
	margin-bottom: 5px;
	padding: 10px;
	text-align: center;
}

#phrasebook .phrase-title {
	font-family: "RubikMedium";
}
