html,
body {
	font-size: 14px;
	background-color: #f5f5f5;
}

.mdi.large-size {
	font-size: 24px;
}
.mdi.middle-size {
	font-size: 18px;
}

.navbar-text {
	font-size: 20px;
    margin-top: 12px;
    margin-bottom: 12px;
}


/* login ------------------------- */
.login-panel {
	margin-top: 5% !important;
	margin-bottom: 15% !important;
  }
  
  .page-intro {
	padding-top: 50px;
	text-align: center;
  }
  .page-intro .dp-apps-list {
	max-width: 680px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
  }
  .page-intro .dp-apps-list div img{
	height: 42px;
  }
  .page-intro .page-intro__subheading{
	font-size: 1.1em;
	font-weight: 400;
	margin-bottom: 0;
  }

#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
	background: #fff;
	opacity: 0.3;
  z-index: 101;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 102;
}


#title-panel a.active
{
	background-color: #bbb6e9 !important;
	border-color: #bbb6e9 !important;
}

.markdown-result > table {
  border-collapse: collapse;
  border: 1px solid #CCC;
}
 
.markdown-result th, .markdown-result td {
  padding: 5px 10px;
  border: 1px solid #CCC;
}
 
.markdown-result th {
  background: #EEE;
}

.markdown-result p {
  padding: 12px 0px 12px;
}
.markdown-result h1 {
  /*text-decoration: underline 5px #333333;*/
  border-bottom: 6px solid #AAAAAA;
  font-weight: 700;
  font-size: 28px;
  padding: 12px 0px 6px;
}
.markdown-result h2 {
  border-bottom: 2px solid #aaaaaa;
  font-weight: 700;
  font-size: 22px;
  padding: 12px 0px 6px;
}
.markdown-result h3 {
  font-weight: 700;
  font-size: 18px;
  padding: 12px 0px 6px;
}
.markdown-result h4 {
  font-weight: 700;
  font-size: 14px;
  padding: 12px 0px 6px;
}


#markdown-bg {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;

  z-index: 101;
}
#markdown-panel {
  display: block;
  position: fixed;
  top: 20%;
  left: 5%;
  /*
  width: 800px;
  height: 800px;
  */
  width: 90%;
  height: 90%;
  /*
  margin-top: -100px;
  margin-left: -400px;
  */
  color: #000;
  z-index: 102;
}
button.markdown-close {
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
	appearance: none;
	float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 0.2;
}
.wiki-header h1 ,.wiki-header h3,.wiki-header  h4{
  font-weight: 700;
  padding: 2px 2px 6px;
  margin-right: 12px;
  margin-left: 12px;
  margin-bottom: 32px;
  border-bottom: 1px solid #DDDDDD;
}
.wiki-header h2{
  font-size: 26px;
  font-weight: 700;
  padding: 2px 2px 6px;
  margin-right: 12px;
  margin-left: 12px;
  margin-bottom: 2px;
  border-bottom: 1px solid #DDDDDD;
}
.wiki-header h1{
  font-size: 30px;
}
.wiki-link a{
	padding: 12px 12px 12px;
	margin-bottom: 12px;
}
.wiki-panel{
	padding: 12px;
}
.wiki-table {
	margin-top: 12px;
	border: 1px solid #DDDDDD !important;
}