/* extra.css -- the few bits the 2013 stylesheets did not need */

.hint {
	font-size: 12px;
	opacity: 0.75;
	padding-top: 6px;
}

.formmsg {
	font-size: 13px;
	padding: 4px 0;
}

.enginenote {
	margin-top: 8px;
	padding: 2px 6px;
	font-size: 13px;
	color: #FFF;
	background-color: rgba(153,0,0,0.75);
	border-radius: 4px;
	display: inline-block;
}

.enginenote:empty {
	display: none;
}

.linkline {
	display: inline-block;
	width: auto;
	max-width: 100%;
	white-space: nowrap;
	overflow-x: auto;
}

.linkline a.current img,
.linkline a.current .fallbackicon {
	outline: 2px solid #FFF;
	border-radius: 2px;
}

.linkline .fallbackicon {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 1px;
	line-height: 16px;
	text-align: center;
	font-size: 11px;
	color: #FFF;
	background-color: #555;
	border-radius: 2px;
	vertical-align: top;
}

.savedmsg {
	margin-left: 10px;
	color: #090;
}

.logbarright a {
	padding-right: 12px;
	cursor: pointer;
}

.loginfirst {
	padding: 20px 0;
}

@media (max-width: 900px) {
	.wrapper { width: 88%; }
	.title { margin-top: 20%; }
	.wrapper input {
		font-size: 22px;
		border-top-right-radius: 3px;
		border-bottom-right-radius: 3px;
	}
	.wrapper button {
		position: static;
		float: none;
		display: block;
		width: 100%;
		margin: 8px 0 0 0;
		font-size: 16px;
	}
	.linkline { margin-top: 6px; }
	.container { width: auto; margin: 20px; }
	.bubble { max-width: 80%; }
}
