	.article { padding-top: 40px;}
	.page-header {
	    font-size: 60px;
	    margin: 3rem 0 2rem;
	    font-weight: 700;
	    letter-spacing: -1px;
	    line-height: 64px;
	    border-bottom: none;
	}
	.page h1 {
	    font-size: 50px;
	    margin: 2rem 0 2rem;
	    font-weight: 700;
	    letter-spacing: -1px;
	    line-height: 60px;
	}
	.page h3 {font-size: 40px;line-height: 50px;}
	.page h4 {font-size: 22px;line-height: 30px;}
	.article img {border-radius: 14px;}
	.article h4 { font-weight: 700; scroll-margin-top: 30px;}
	.article h5 {
	color: #fff;
    font-style: italic;
    font-size: 1em;
    line-height: 1.2em;
    background: #aaaaaa;
    padding: 15px;
    border-radius: 12px;
    margin: 15px 0px;
  }
  .article h6 {
	color: #fff;
    font-style: italic;
    font-size: 1em;
    line-height: 1.2em;
    background: #aaaaaa;
    padding: 15px;
    border-radius: 12px;
    margin: 15px 0px;
  }
  .article .navicon {font-size: 19px;}
  .article .summary {background: #cecece;padding: 15px;
    border-radius: 12px; margin: 15px 0px;margin-top: 50px; padding-bottom: 40px;}
    .article .prevnext {margin-top: 40px;}

	.ql-article-hr {border-top: 1px solid #ddd; margin-top: 20px;margin-bottom: 20px;}
	.topic-name-breadcrumb {font-size: 12px;text-transform: uppercase;}

	.bold {font-weight: bold;}
	.title{color: #06c;cursor: pointer;list-style: none;font-size: 15px !important}
	.topic {list-style: none;font-size: 16px !important;margin-top: 10px;}
	.ul_title{padding-left: 10px;}
	.ul_topic{padding-left: 0px;}
	.topic.selected {font-weight: bold !important;}
	.title.selected a {font-weight: bold !important;}
	.article p {margin-bottom: 5px;}

	.ql-size-small { font-size: 0.75em;}
	.ql-size-large {font-size: 1.3em;line-height: 1.6em;font-weight: bold;}
	.ql-indent-1{ padding-left: 3em;}
	.ql-indent-2{ padding-left: 6em;}
	.ql-indent-3{ padding-left: 9em;}
	.ql-indent-4{ padding-left: 12em;}
	.ql-align-center {text-align: center;}
	.ql-align-right{text-align: right;}
	.ql-align-justify {text-align: justify;}
	.ql-video {width: 720px;height: 400px;}

.hidecontainer {height: 0px !important; overflow: hidden;}
.show_htmlcontainer {height: 500px}
.show_rictextcontainer {height: 842}

.bullet {text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
    background: transparent;
    border: 4px solid #ccc;
    color: #000;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    padding: 4px;
    z-index: 5;
}
.bullet p {background: #ccc;
    width: 96%;
    height: 96%;
    margin: 1px;
    border-radius: 50%;
    text-align: center;
    margin: auto;
    z-index: 5;
}
.bullet-filled {position:  absolute; top:  0px; left: 0px; background: transparent; border:3px solid #ccc; color: #000; border-radius:50%;width:30px;height:30px;line-height: 30px;text-align: center;cursor: pointer; }

.bullet.trace{border-color: #ff0000}
.bullet.trace p {background: #ff0000;}
.bullet.board{border-color: #6ed4f0}
.bullet.board p{background: #6ed4f0}
.bullet.board-alt{border-color: #d455b6}
.bullet.board-alt p{background: #d455b6}

.rectangle{
	position: absolute;
    top: 0px;
    left: 0px;
    background: transparent;
    border: 4px solid #ccc;
    border-radius: 10px;
    width: 50px;
    height: 50px;
    z-index: 5;
}
.rectangle.trace{border-color: #ff0000;}
.rectangle.board{border-color: #6ed4f0;}
.rectangle.board-alt{border-color: #d455b6;}

.bullet.journal{background: #666}

.menu-overlay{position: relative;overflow: scroll;}
.menu-overlay img {width: 800px !important; height: auto;max-width: inherit;}
.menu-definition h4 {padding-top: 30px !important;}


.btn-toggle[aria-expanded="true"]::before {
    transform: rotate(90deg);
}

a[aria-expanded="false"]::before,
a[aria-expanded="true"]::before {
  content: '\e258';
  /*position: absolute;
  margin-left: -13px;*/
  font-family: 'Glyphicons Halflings';
  font-size: 0.6em;
  padding-right:4px;
}

a[aria-expanded="true"]::before {
  content: '\e259';
}

.navigation li {
	font-size: 16px;
	margin-bottom: 5px;
}
.navigation li a {
	color: #333;
}

.navigation ul.intended {
	padding-left: 14px;
}
.navigation ul.collapse, .navigation ul.collapsing {
	margin-bottom: 10px;
}
.navigation .collapse li, .navigation .collapsing li {
	margin-bottom: 1px;
}
.navigation .collapse li a, .navigation .collapsing li a {
	font-size: 15px;
	color: #666;
}
.selected {font-weight: bold; color: #333 !important;}
.btn-contents {font-size: 20px;font-weight: bold;border-radius: 20px;padding: 5px 15px;}
.btn-contents.trace {background: #f7ce64; border: 0px; color: black;}
.btn-contents.board {background: #6dd4f0; border: 0px; color: black;}
.btn-contents .glyphicon  {margin-top: 2px;margin-left: 5px;}
.glyphicon-chevron-down:before {
    content: "\e259";
    font-size: 18px;
}
.glyphicon-chevron-up:before {
    content: "\e260";
    font-size: 18px;
}

.searchform {
    text-align: center;
}
.searchcontainer {
	max-width: 200px;
}
.searchaddon {
    padding: 4px 10px 4px 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 4px;
    color: #555;
    text-align: center;
    background-color: #dadada;
    border: 0px solid #b2b2b2;
    border-radius: 44px;
}
.search {
    border-radius: 40px;
    padding: 25px 0px;
    letter-spacing: inherit;
    border-left: 0px;
    border-color: #b2b2b2;
    background-color: #dadada;
    border: 0px ;
}
.board-cover{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 3;
}

.page-subheader{font-size: 30px;
    margin: 3rem 0 2rem;
    font-weight: 700;
    line-height: 46px;
    border-bottom: none;
    margin: 0px;
    cursor: pointer;
}
.page-subheader::after {
	content: '\e259';
	font-family: 'Glyphicons Halflings';
	font-size: 0.6em;
	padding-left: 10px;
}
.page-subheader[aria-expanded="true"]::after {
	content: '\e260';
}
.page-subheader-menu{font-size: 18px;
    margin: 3rem 0 2rem;
    font-weight: 300;
    line-height: 30px;
    border-bottom: none;
    margin: 0px;
  }

@media (max-width: 767px) {
	.searchcontainer {
		max-width: 100%;
	}
	.page-header {
		font-size: 36px;
		margin-bottom: 0px;
		line-height: 40px;
	}
	.page-subheader {
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 0px;
	}
	.page h1 {
		font-size: 30px;line-height: 40px;
	}
	.page h3 {font-size: 20px;line-height: 30px;}
	.page h4 {font-size: 18px;line-height: 24px;}
	.article .navicon {font-size: 15px;}
	.module-small {
		padding-top: 0px !important;
	}
	.list-unstyled p {display: none;}
	.navigation {margin-top: 20px; margin-left: 20px;position: relative;}
	.searchform {
		margin-top: 20px;
	}
}