@import url(http://fonts.googleapis.com/css?family=Archivo+Narrow:700);
body {
	padding: 0;
	margin: 0;
	background-color: #7d1315;
}

a,
.uk-tab>li>a {
	color: #333;
}

.uk-form .uk-form-row input {
	width: 80%;
}

.uk-modal .uk-form .uk-form-row input {
	width: 100%;
}

#container-nav {
	margin-bottom: 20px;
}

#container-nav-bottom {
	margin-top: 20px;
}
.pull-right {
	float: right;
}
input.error {
	border-color: #dc8d99!important;
	background: #fff7f8!important;
	color: #c91032!important;
}
label.error {
	display: none !important;
}
.uk-hide {
	display: none;
}
.uk-container {
	margin: 0 auto;
}
.req {
	color: red;
	margin-left: 5px;
	font-size: 14px;
	font-weight: bold;
}
#footer {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	color: #666
}

.uk-switcher li table {
	background-color: #fff;
}

.uk-switcher li {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.title-article a {
	display: block;
}
.logs {
	height: 150px;
	overflow-y: scroll;
}

.logs ul,
.logs ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.logs ul {
	margin-right: 10px;
}
.logs ul li {
	padding: 5px;
	display: block;
	border-bottom: 1px dotted #c3c3c3;
}
.logs .date,
.logs .status {
	margin-bottom: 5px;
	float: left;
	margin-right: 10px;
	height: 20px;
}
.logs .comment {
	display: block;
	clear: both;
}
.logs .date {
	font-style: italic;
	color: #666;
	font-size: 12px;
}
#privacy {
	max-height: 150px;
	overflow: auto;
	margin-bottom: 10px;
}
footer.gui {
	background-image: url(../img/bg_bottom.png);
	background-position: top left;
	color: white;
	padding: 20px 0;
	font-weight: 700;
	font-size: 14px;
	font-family: 'Archivo Narrow', sans-serif;
}
footer.gui a {
	color: #fff;
}
footer.gui a:hover {
	text-decoration: underline;
}
header.gui a {
	color: #fff;
}
header.gui a:hover {
	text-decoration: none;
}
header.gui {
	background-image: url(../img/bg_top.png);
	background-position: bottom left;
	font-family: 'Archivo Narrow', sans-serif;
	color: white;
	font-weight: 700;
}
header.gui h1 {
	font-size: 35px;
	color: #fff;
	padding: 20px 0;
	font-weight: 700;
	font-family: 'Archivo Narrow', sans-serif;
	display: block;
}
section.gui {
	background-color: #fff;
	padding: 20px 0;
}

.referee-list {
	max-height: 230px;
	overflow: auto;
	margin: 10px 0;
}

.referee-list .referee-row {
	display: block;
	padding: 2px 0;
}

.referee-list ul li {
	overflow: hidden;
}

.modal-margin {
	padding: 10px;
}

.keytags {
	display: none;
}