/* sidenav */
#sidenav {
	display: none;
}

/* footer */
#footer {
	display: none;
}

/* Inline list */
ul.inline {
	margin: 1em;
	padding: 0;
}

ul.inline li {
	margin: 0;
	margin-right: 1em;
	padding: 0;
	display: inline;
	list-style: none;
}

/* Translations Status */
.status {
	border-collapse: collapse;
	border: 1px solid black;
}

.status th {
	padding: 3px;
	background: white;
	border: 1px solid black;
}

.status td {
	padding: 3px;
	background: white;
	border: 1px solid black;
}

.status .translated { color: black; }
.status .fuzzy { color: black; }
.status .untranslated { color: black; }

.status .left { text-align: left; }
.status .center { text-align: center; }
.status .right { text-align: right; }
