* {
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	letter-spacing: 0.5px;
}

textarea,
input,
button {
	outline: none;
}

input {
	border: 1px solid #ccc;
	width: 320px;
}

hr {
	margin-top: 3em !important;
	margin-bottom: 3em !important;
}

button {
	background: #eee;
	border: 0;
}

a {
	color: #139C9A !important;
}

input#subscribe {
	background: none;
	border: 0;
	border-bottom: 2px solid rgba(255, 255, 255, 0.5);
	margin-left: 0.5em;
	color: #fff;
}

input#subscribe::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: rgba(255, 255, 255, 0.7);
}

input#subscribe::-moz-placeholder {
	/* Firefox 19+ */
	color: rgba(255, 255, 255, 0.7);
}

input#subscribe:-ms-input-placeholder {
	/* IE 10+ */
	color: rgba(255, 255, 255, 0.7);
}

input#subscribe:-moz-placeholder {
	/* Firefox 18- */
	color: rgba(255, 255, 255, 0.7);
}

.extension-prompt {
	width: 100%;
	text-align: center;
	background: #139C9A;
	color: #fff;
	cursor: pointer;
	transition: all 0.5s ease-out;
	height: 0;
	overflow: hidden;
}

.extension-prompt.active {
	height: 56px;
}

.extension-prompt:hover {
	background: #3DAEAC;
}
