/* PrismJS 1.10.0
http://prismjs.com/download.html?themes=prism&languages=markup+css+clike+javascript+abap+actionscript+ada+apacheconf+apl+applescript+c+asciidoc+asm6502+aspnet+autohotkey+autoit+bash+basic+batch+bison+brainfuck+bro+cpp+csharp+arduino+coffeescript+ruby+css-extras+d+dart+django+diff+docker+eiffel+elixir+elm+erlang+fsharp+flow+fortran+gherkin+git+glsl+go+graphql+groovy+haml+handlebars+haskell+haxe+http+ichigojam+icon+inform7+ini+io+j+java+jolie+json+julia+keyman+kotlin+latex+less+livescript+lolcode+lua+makefile+markdown+matlab+mel+mizar+monkey+n4js+nasm+nginx+nim+nix+nsis+objectivec+ocaml+opencl+oz+parigp+parser+pascal+perl+php+php-extras+powershell+processing+prolog+properties+protobuf+pug+puppet+pure+python+q+qore+r+jsx+renpy+reason+rest+rip+roboconf+crystal+rust+sas+sass+scss+scala+scheme+smalltalk+smarty+sql+stylus+swift+tcl+textile+twig+typescript+vbnet+verilog+vhdl+vim+wiki+xeora+xojo+yaml */
/**
 * prism.js default theme for JavaScript, CSS and HTML
 * Based on dabblet (http://dabblet.com)
 * @author Lea Verou
 */

code[class*="language-"],
pre[class*="language-"] {
	color: black;
	background: none;
	text-shadow: 0 1px white;
	font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
	text-align: left;
	white-space: pre;
	word-spacing: normal;
	word-break: normal;
	word-wrap: normal;
	line-height: 1.5;

	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;

	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection,
code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection {
	text-shadow: none;
	background: #b3d4fc;
}

pre[class*="language-"]::selection, pre[class*="language-"] ::selection,
code[class*="language-"]::selection, code[class*="language-"] ::selection {
	text-shadow: none;
	background: #b3d4fc;
}

@media print {
	code[class*="language-"],
	pre[class*="language-"] {
		text-shadow: none;
	}
}

/* Code blocks */
pre[class*="language-"] {
	padding: 1em;
	margin: .5em 0;
	overflow: auto;
}

:not(pre) > code[class*="language-"],
pre[class*="language-"] {
	background: #f5f2f0;
}

/* Inline code */
:not(pre) > code[class*="language-"] {
	padding: .1em;
	border-radius: .3em;
	white-space: normal;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
	color: slategray;
}

.token.punctuation {
	color: #999;
}

.namespace {
	opacity: .7;
}

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
	color: #905;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
	color: #690;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
	color: #a67f59;
	background: hsla(0, 0%, 100%, .5);
}

.token.atrule,
.token.attr-value,
.token.keyword {
	color: #07a;
}

.token.function {
	color: #DD4A68;
}

.token.regex,
.token.important,
.token.variable {
	color: #e90;
}

.token.important,
.token.bold {
	font-weight: bold;
}
.token.italic {
	font-style: italic;
}

.token.entity {
	cursor: help;
}


.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}
.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dddddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager:before,
.pager:after {
  display: table;
  content: " ";
}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  display: table;
  content: " ";
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
}

div.mdd_modal {
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none;
  font-size: 10pt;
  background-image: url(/Content/css/images/mdd_modal_background.png);
}
div.mdd_modal_frame {
  width: 650px;
  height: 400px;
  background-color: White;
  z-index: 2000;
  margin: 0 auto;
  margin-top: 60px;
  border: solid 5px #808080;
  position: relative;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
div.mdd_modal_button {
  position: absolute;
  top: -33px;
  right: -5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 4px;
  padding-bottom: 0px;
  height: 20px;
  background-color: #808080;
  z-index: 1999;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  line-height: 1em;
}
div.mdd_modal_button a {
  color: White;
  text-decoration: none;
}
div.mdd_modal_button a:hover {
  color: Orange;
}
div.mdd_modal_content {
  overflow: scroll;
  overflow-x: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
div.mdd_ajax_loader {
  background-position: center center;
  background-image: url(/Content/css/images/mdd_ajax_loader.gif);
  background-repeat: no-repeat;
  width: 100%;
  height: 200px;
}
div.mdd_syntax {
  font-size: 12pt;
  padding: 10px;
}
div.mdd_syntax h2 {
  font-size: 14pt;
}
div.mdd_syntax h3 {
  font-size: 12pt;
}
div.mdd_syntax pre {
  font-size: 10pt;
  border: solid 1px silver;
  padding: 4px;
  background-color: #f8f8f8;
}
div.mdd_toolbar_wrap {
  width: 100%;
}
div.mdd_toolbar {
  padding: 5px;
  height: 20px;
}
div.mdd_toolbar ul {
  margin: 0;
  padding: 0;
}
div.mdd_toolbar li {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}
div.mdd_toolbar a.mdd_button {
  background-image: url(/Content/css/images/mdd_toolbar.png);
  width: 20px;
  height: 20px;
  display: block;
}
span.mdd_sep {
  width: 5px;
  height: 20px;
  display: block;
  border-left: solid 1px #808080;
  margin-left: 5px;
}
#mdd_bold {
  background-position: -1px -1px;
}
#mdd_bold:hover {
  background-position: -1px -23px;
}
#mdd_italic {
  background-position: -23px -1px;
}
#mdd_italic:hover {
  background-position: -23px -23px;
}
#mdd_ullist {
  background-position: -177px -1px;
}
#mdd_ullist:hover {
  background-position: -177px -23px;
}
#mdd_ollist {
  background-position: -155px -1px;
}
#mdd_ollist:hover {
  background-position: -155px -23px;
}
#mdd_indent {
  background-position: -67px -1px;
}
#mdd_indent:hover {
  background-position: -67px -23px;
}
#mdd_outdent {
  background-position: -89px -1px;
}
#mdd_outdent:hover {
  background-position: -89px -23px;
}
#mdd_link {
  background-position: -45px -1px;
}
#mdd_link:hover {
  background-position: -45px -23px;
}
#mdd_img {
  background-position: -133px -1px;
}
#mdd_img:hover {
  background-position: -133px -23px;
}
#mdd_hr {
  background-position: -221px -1px;
}
#mdd_hr:hover {
  background-position: -221px -23px;
}
#mdd_code {
  background-position: -111px -1px;
}
#mdd_code:hover {
  background-position: -111px -23px;
}
#mdd_heading {
  background-position: -199px -1px;
}
#mdd_heading:hover {
  background-position: -199px -23px;
}
#mdd_undo {
  background-position: -243px -1px;
}
#mdd_undo:hover {
  background-position: -243px -23px;
}
#mdd_redo {
  background-position: -265px -1px;
}
#mdd_redo:hover {
  background-position: -265px -23px;
}
div.mdd_links {
  float: right;
}
div.mdd_links a {
  text-decoration: none;
  color: #404040;
  font-size: smaller;
}
div.mdd_links a:hover {
  color: black;
}
div.mdd_editor_wrap {
  padding-right: 8px;
}
textarea.mdd_editor {
  width: 100%;
  resize: none;
  margin: 0;
  padding: 3px;
}
div.mdd_resizer_wrap {
  width: 100%;
}
div.mdd_resizer {
  background: #f8f8f8;
  background-image: url("/Content/css/images/mdd_gripper.png");
  background-position: center center;
  background-repeat: no-repeat;
  padding-left: 2px;
  padding-right: 2px;
  height: 9px;
  border: solid 1px #d0d0d0;
  margin-top: -1px;
  cursor: n-resize;
}

.toast-title{font-weight:700}.toast-message{-ms-word-wrap:break-word;word-wrap:break-word}.toast-message a,.toast-message label{color:#fff}.toast-message a:hover{color:#ccc;text-decoration:none}.toast-close-button{position:relative;right:-.3em;top:-.3em;float:right;font-size:20px;font-weight:700;color:#fff;-webkit-text-shadow:0 1px 0 #fff;text-shadow:0 1px 0 #fff;opacity:.8;-ms-filter:alpha(Opacity=80);filter:alpha(opacity=80)}.toast-close-button:focus,.toast-close-button:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4;-ms-filter:alpha(Opacity=40);filter:alpha(opacity=40)}button.toast-close-button{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none}.toast-top-center{top:0;right:0;width:100%}.toast-bottom-center{bottom:0;right:0;width:100%}.toast-top-full-width{top:0;right:0;width:100%}.toast-bottom-full-width{bottom:0;right:0;width:100%}.toast-top-left{top:12px;left:12px}.toast-top-right{top:12px;right:12px}.toast-bottom-right{right:12px;bottom:12px}.toast-bottom-left{bottom:12px;left:12px}#toast-container{position:fixed;z-index:999999}#toast-container *{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}#toast-container>div{position:relative;overflow:hidden;margin:0 0 6px;padding:15px 15px 15px 50px;width:300px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-position:15px center;background-repeat:no-repeat;-moz-box-shadow:0 0 12px #999;-webkit-box-shadow:0 0 12px #999;box-shadow:0 0 12px #999;color:#fff;opacity:.8;-ms-filter:alpha(Opacity=80);filter:alpha(opacity=80)}#toast-container>:hover{-moz-box-shadow:0 0 12px #000;-webkit-box-shadow:0 0 12px #000;box-shadow:0 0 12px #000;opacity:1;-ms-filter:alpha(Opacity=100);filter:alpha(opacity=100);cursor:pointer}#toast-container>.toast-info{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=)!important}#toast-container>.toast-error{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=)!important}#toast-container>.toast-success{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==)!important}#toast-container>.toast-warning{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=)!important}#toast-container.toast-bottom-center>div,#toast-container.toast-top-center>div{width:300px;margin:auto}#toast-container.toast-bottom-full-width>div,#toast-container.toast-top-full-width>div{width:96%;margin:auto}.toast{background-color:#030303}.toast-success{background-color:#51a351}.toast-error{background-color:#bd362f}.toast-info{background-color:#2f96b4}.toast-warning{background-color:#f89406}.toast-progress{position:absolute;left:0;bottom:0;height:4px;background-color:#000;opacity:.4;-ms-filter:alpha(Opacity=40);filter:alpha(opacity=40)}@media all and (max-width:240px){#toast-container>div{padding:8px 8px 8px 50px;width:11em}#toast-container .toast-close-button{right:-.2em;top:-.2em}}@media all and (min-width:241px) and (max-width:480px){#toast-container>div{padding:8px 8px 8px 50px;width:18em}#toast-container .toast-close-button{right:-.2em;top:-.2em}}@media all and (min-width:481px) and (max-width:768px){#toast-container>div{padding:15px 15px 15px 50px;width:25em}}

/* Set padding to keep content from hitting the edges */
html,
body {
    height: 100%;
}
.body-content {
  padding-left: 15px;
  padding-right: 15px;
}
table {
  margin: 10px;
}
.markdown_image img {
  height: auto;
  width: auto;
  max-height: 100%;
  max-width: 100%;
}
.image_span img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.videoWrapper {
  position: relative;
  /*padding-bottom: 56.25%;*/
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/
/* styles for validation helpers */
.field-validation-error {
  color: #b94a48;
}
.field-validation-valid {
  display: none;
}
input.input-validation-error {
  border: 1px solid #b94a48;
}
input[type="checkbox"].input-validation-error {
  border: 0 none;
}
.validation-summary-errors {
  color: #b94a48;
}
.validation-summary-valid {
  display: none;
}
.welcome_page_html {
  width: 100%;
  background-image: url("/Content/images/Deception_Pass_Bridge_in_fog2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 0px;
}
.welcome_page_body {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: rgba(0, 0, 0, 0);
}
.welcome_page_enter_container {
  height: 10em;
  position: relative;
}
.welcome_page_enter_text {
  background: rgba(120, 120, 120, 0.4);
  position: absolute;
  color: black;
  top: 50%;
  left: 50%;
  margin-right: 50%;
  transform: translate(-50%, -50%);
  font: 24px arial, sans-serif;
}
.stats {
  overflow: auto;
}
.stats a {
  float: left;
  padding: 0 10px;
  border-left: 1px solid #e6e6e6;
  color: gray;
}
.stats a:first-child {
  padding-left: 0;
  border: 0;
}
.stats a:hover {
  text-decoration: none;
  color: blue;
}
.stats strong {
  display: block;
}
.rowTitle {
  font-size: 1.5em;
}
.forum_thread_entry_TOC {
  width: 100%;
  border-width: .5px;
  border: solid;
  border-color: rgba(120, 120, 120, 0.4);
  border-collapse: collapse;
}
.fteTOCtd {
  border-width: .5px;
  border: solid;
  border-color: rgba(120, 120, 120, 0.4);
  border-collapse: collapse;
}
table#fora_index {
  width: 100%;
}
table#fora_index td,
table#fora_index th {
  padding: 15px;
  margin: 0 auto 20px !important;
  float: none !important;
}
.forum_thread_header {
  background-color: #dedede;
}
.forum_thread_footer {
  background-color: #dedede;
  padding-left: 5px;
  clear: both;
}
.blog_post_footer {
  background-color: #dedede;
  padding-left: 5px;
  margin-bottom: 20px;
  clear: both;
}
.blogComments {
  margin-left: 50px;
  margin-right: auto;
  margin-top: auto;
}
.blogSeparator {
  display: block;
  margin: auto;
}
.blogTitle {
  text-align: center;
}
.showCommentsButton {
  background: none;
  border: none;
}
.showCommentsButton:focus {
  color: blue;
  outline: none;
}
.showCommentsButton:hover {
  color: cornflowerblue;
}
.blogFeed {
  /*border-width: 1px;
    border-color: #dedede;
    border-style: solid;*/
}
.blogEntryContainer {
  /*border-width: 1px;
    border-color: #dedede;
    border-style: solid;
    border-collapse: collapse;*/
}
.reply-border {
  border: solid;
  border-width: 1px;
  border-color: #999999;
  margin: 20px 0px 0px 0px;
}
.forum_thread_content {
  margin: 20px;
}
.gravataruser {
  float: left;
  margin: 10px;
}
.threadinfo {
  text-align: right !important;
}
#threadEntry {
  list-style-type: none;
}
.header_wrapper {
  display: inline-block;
  width: 100%;
}
.anchor {
  display: block;
  position: relative;
  top: -250px;
  visibility: hidden;
}
#TOCTable {
  width: 100%;
  border: solid;
  border-width: 1px;
  border-color: #e6e6e6;
  border-spacing: 0;
}
#TOCTableHeader {
  border: solid;
  border-width: 1px;
  border-color: #e6e6e6;
}
#TOCRow {
  border: solid;
  border-width: 1px;
  border-color: #e6e6e6;
}
#TOCTableData {
  border: solid;
  border-width: 1px;
  border-color: #e6e6e6;
}
#TOCImage {
  display: inline-block;
  width: 14px;
  height: 19px;
  vertical-align: top;
}
#postEdited {
  color: red;
  margin: 20px;
}
aside textarea {
  height: 100px;
  margin-bottom: 5px;
}
aside section {
  padding: 10px 0;
  border-top: 1px solid #e6e6e6;
}
aside section:first-child {
  border: 0;
  padding-top: 0;
}
aside section span {
  display: block;
  margin-bottom: 3px;
  line-height: 1;
}
aside section h1 {
  font-size: 1.6em;
  text-align: left;
  letter-spacing: -1px;
  margin-bottom: 3px;
}
.gravatar {
  float: left;
  margin-right: 10px;
}
.rsslogo {
  float: left;
  margin-right: 10px;
}
.user_info {
  margin-top: 20px;
  text-align: left !important;
}
.container {
  margin-top: 20px;
}
.user_item {
  margin-top: 20px;
}
.micropost {
  list-style: none;
  margin: 30px 0px 0px 0px;
}
.micropost li {
  padding: 10px 0;
  border-top: 1px solid #e8e8e8;
}
.content {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
}
h1 {
  font-size: 3em;
  letter-spacing: -2px;
  margin-bottom: 30px;
  text-align: center;
}
.rss_ul {
  padding: 0;
  list-style-type: none;
  font-size: small;
}
#counter {
  width: auto;
  float: left;
  background-color: #fff;
  border-color: #fff;
  border-style: hidden;
  padding: 0px;
  color: #aaa;
  width: 30px !important;
}
.timestamp {
  color: #aaa;
}
.micropostfeed {
  padding: 0;
}
.footerContainer {
  margin: 0;
  box-sizing: border-box;
  overflow: auto;
}
.ui-dialog {
  -moz-border-radius: 0 0 8px 8px;
  -webkit-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
  border-width: 0 8px 8px 8px;
  border-color: cornflowerblue !important;
  background-color: white !important;
  border-width: 2px !important;
}
.ui-dialog > .ui-widget-header {
  background: orange;
}
.carousel-item img {
    width: 100%;
    min-height: 100%;
    object-fit: contain;
}

.carousel-inner img {
    width: 100%;
    margin: auto;
    min-height: 100vh;
    max-width: none;
    object-fit: contain;
}

.carousel-fade .carousel-item {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: opacity 1000ms ease;
}

.carousel-fade .carousel-item.active {
    opacity: 1;
}

#forumThreads {
    list-style: none;
}

.prettyprint {
    background-color: #eee;
}
