#wiki{
	width:calc(100% - 40px);
	margin-left:20px;
	margin-bottom:30px;
	color: #5A2800;
	font-family: Arial, Helvetica, sans-serif;
}

#wiki_header{
	width:100%;
	height:32px;
	margin-top:10px;
	position:relative;
	text-align:center;
	font-family: Martel, Tahoma, Geneva, sans-serif;
	font-size:32px;
}

#wiki_notifications_header{
	width:100%;
	height:16px;
	margin-top:20px;
	padding-top:4px;
	padding-bottom:4px;
	background-color:#d4c0a1;
	border-radius:1px;
	position:relative;
	z-index:2;
}

#wiki_notifications_header_icon{
	width:16px;
	height:16px;
	margin-left:4px;
	float:left;
}

#wiki_notifications_header_icon img{
	width:16px;
	height:16px;
}

#wiki_notifications_header_text{
	height:16px;
	margin-left:5px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:14px;
	float:left;
}

#wiki_notifications_errors{
	width:100%;
	background-color:#f1e0c6;
	padding-top:17px;
	padding-bottom:12px;
	margin-top:-12px;
	border-bottom-left-radius:1px;
	border-bottom-right-radius:1px;
	position:relative;
	z-index:1;
}

.wiki_notifications_error{
	width:50%;
	margin-top:5px;
	float:left;
}

.wiki_notifications_error li{
	width:10px;
	margin-left:10px;
	float:left;
}

.wiki_notifications_error_text{
	width:calc(100% - 20px);
	float:left;
}

.wiki_section{
	width: calc(100% - 42px);
    border: solid 1px #d9c5a6;
    border-radius: 1px;
    margin-top: 20px;
    padding: 20px;
    position: relative;
}

.wiki_section_header{
	height: 14px;
    position: absolute;
    padding-left: 10px;
    padding-right: 10px;
    top: -7px;
    left: 10px;
    background-color: #fef0d9;
    font-size: 12px;
    font-weight: bold;
}

.wiki_content{
	width:100%;
	margin-top:20px;
}

.wiki_rows{
	width:100%;
}

#wiki_rows_left{
	width: calc(50% - 5px);
    float: left;
}

#wiki_rows_right{
	width: calc(50% - 5px);
    margin-left: 10px;
    float: left;
}

.wiki_row{
	width:100%;
}
.wiki_row:nth-child(odd) {
    background-color: #d4c0a1;
}
.wiki_row:nth-child(even) {
    background-color: #f1e0c6;
}

.wiki_row_section{
	padding: 8px;
}

#wiki_search{
	width:180px;
	height:26px;
	margin:8px auto 0 auto;
}

#wiki_image {
    border-radius: 1px;
}

#wiki_search input[type=text]{
	width: calc(100% - 34px);
    height: 16px;
    background-color: rgba(255,255,255,0.3);
    padding: 4px;
    border: solid 1px #c4b091;
    border-right: 0;
    box-sizing: content-box;
    margin: 0px;
    outline: 0;
    color: #5A2800;
    float: left;
}

#wiki_find_search{
	width: 16px;
    height: 16px;
    background-color: rgba(255,255,255,0.3);
    padding: 4px;
    border: solid 1px #c4b091;
    border-left: 0;
    box-sizing: content-box;
    float: left;
    cursor: pointer;
}

#wiki_linkback{
	position:absolute;
	top:10px;
	left:0;
}

@media screen and (max-width: 576px) {
	.wiki_section{
		width: calc(100% - 10px);
		padding: 20px 5px;
	}
	#wiki_linkback{
		top:-12px;
		left:-18px;
	}
}