.row {
	padding-left:10%;
	padding-right:10%;
}

.header {
  margin-top: 10px;
  background-color:#507299;
  height: 40px;
  border-radius: 2px;
}

.content {
	margin-top:5px;
}

.div-search {
    margin-bottom: 15px;
    padding-left: 5px;
    background-color: #F5F5F5;
    box-shadow: 0 0 6px rgba(0,0,0,0.5); /* ��������� ���� */
}

#result-count {
    margin-bottom: 5px;
}

#toTop {
    position:fixed;
    bottom:45px; /* ������ ������ �� ������� ���� ��������*/
    left:2px;
    cursor:pointer;
    display:none;
    color:#333;
    margin-left: 3px;
    padding-bottom: 5px;
}

.wiki-theme {
    margin-top: 15px;
    width: 85%;
    border-radius: 5px;
}

.wiki-content {
    width: 100%;
    min-height: 300px;
}

.wiki-select-section {
    margin-left: 18px;
    border-radius: 5px;
}

.wiki-content-show {
    margin-top: 10px;
}

.back-icon {
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.error-display-center {
    position: absolute;
    top: 20%;
    left: 25%;
    width: 400px;
    height: 200px;
    text-align: center;
    line-height: 200px;
    border: 1px solid blue;
    background-color: #bcbcbc;
}

.sub-menu-symbol {
    color: grey;
}