1.partialsLoading {
2	background: url(../../images/loading.gif) no-repeat;
3	position: fixed;
4	left: 50%;
5	top: 50%;
6	z-index: 1000;
7	height: 50px;
8	width: 200px;
9	box-shadow: 0px 0px 8px 10000px rgba(0,0,0,0.75);
10	margin-left: -100px;
11	margin-top: -25px;
12	background-size: 200px 50px;
13}
14
15.content_partial {
16	clear: both;
17}
18
19.mode_edit .content .row > .col-xs-12 #dokuwiki__content::before {
20	display: none
21}