/**
 * @author Santhosh Thottingal
 * @license GPL-2.0-or-later
 * @since 2013.10
 */

h1.firstHeading {
	display: none;
}

h1 {
	text-decoration: none;
	border-bottom: 0;
}

.translate-welcome-header > p {
	color: #54595d;
	font-size: 1.2em;
}

.translate-welcome-header {
	background-color: #f8f8f8;
	background-image: linear-gradient( #fafafa, #f8f8f8 );
	border-bottom: 1px solid #eee;
	padding: 10px;
}

.limit-reached > p {
	color: #57585a;
	font-size: 1.2em;
}

.limit-reached {
	margin-top: 10px;
	background-color: #fbf9ce;
	padding: 10px;
}

.translate-stash-control {
	color: #54595d;
	font-size: 1.5em;
	padding: 35px 10px 20px 5px;
}

.tux-messagelist {
	padding: 0 20px;
	background: none;
}

.tux-loading-indicator {
	position: relative;
	top: 50%;
	left: 50%;
}

.messagekey {
	visibility: hidden;
}

.message-desc-control,
.layout-actions .close,
.tux-message-item,
.tux-message-item.translated.hide {
	display: none;
}

.tux-message:first-child .tux-message-item {
	border-top: 1px solid #c9c9c9;
}

.tux-message-item.translated {
	display: block;
}

.sourcemessage {
	top: -10px;
}
