/* Markdown Notices */
.notices.yellow {
    border-left: 10px solid #935b0c;
    background: #31220b;
    color: #eea034;
}

.notices.red {
    border-left: 10px solid #89211e;
    background: #2e0b0b;
    color: #db5a56;
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
    padding-left: 1rem;
}

.notices.blue {
    border-left: 10px solid steelblue;
    background: #1f2531;
    color: #9fc5e8;
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
    padding-left: 1rem;
}

.notices.green {
    border-left: 10px solid #347834;
    background: #192c13;
    color: #7ac57a;
}

.notices > p {
	margin-top: 0;
	margin-bottom: 0;
}

/* --- */

/* Shortcode UI */

.accordion-wrapper {
    margin: 30px 0;
    text-align: left; }
    .accordion-wrapper label {
      color: #ccc;
      background: #272727;
      border: 1px solid #000; 
      border-bottom: 1px solid transparent; }
      .accordion-wrapper label:hover {
        background: #2d2d2d;
        color: #fff; }
    .accordion-wrapper article {
      background: rgba(39, 39, 39, 0.5);
      border: 1px solid #000; }
  .accordion-wrapper input:checked + label {
    border-bottom: 1px solid #000; }
  .accordion-wrapper > div:last-child label, .accordion-wrapper > div:last-child input:checked ~ article {
    border-bottom: 1px solid #000; }

.green-kbd
{
    background-color: #2a9a39;
}

.tab {
    border-bottom: .05rem solid rgba(39, 39, 39, 0.5); }

.tabs-wrapper {
    display: block; }
    .tabs-wrapper.ui-theme-lite .tabs-nav li.current a {
        border-bottom: 1px solid #3085ee; }
    .tabs-wrapper.ui-theme-lite .tabs-nav li:hover {
        background: rgba(39, 39, 39, 0.5); }
    .tabs-wrapper.ui-theme-lite.bottom-right .tabs-nav li.current a, .tabs-wrapper.ui-theme-lite.bottom-left .tabs-nav li.current a {
        border-top: 1px solid #909090; }
    .tabs-wrapper.ui-theme-lite.bottom-right .tab, .tabs-wrapper.ui-theme-lite.bottom-left .tab {
        border-bottom: 1px solid #e9e9e9; }
    .tabs-wrapper.ui-theme-lite .tab {
        border-top: 1px solid #000;
        background-color: rgba(39, 39, 39, 0.5); 
        padding: 0.4rem; }


.browser-frame {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  border: 1px solid #272727; }
  .browser-frame .btoolbar {
    height: 40px;
    background: #272727;
    color: #bbb;
    border-bottom: 1px solid #272727; }
  .browser-frame .btoolbar-button {
    background: #bbb; }
  .browser-frame .btoolbar-address {
    background: rgba(39, 39, 39, 0.5);
    border: 1px solid #bbb; }

.cd-image-container {
    position: relative; }
    .cd-image-label {
    color: #ccc; }
    .cd-handle {
    color: #ccc;
    background: #3085ee; }
    .cd-handle.draggable {
    background-color: #1e6bc9; }

.polaroid-wrapper .polaroid {
  background: #272727;
  border: 1px solid #272727; }

.polaroid-wrapper .polaroid-img {
  background: #272727; }

/* --- */
/* Tables */

.rndt {
	border-collapse:collapse;
	border-spacing:0;
	padding: 15px;
}

.rndt td {
	border-color:#5e87ad;
	border-style:solid;
	border-width:1px;
	overflow:hidden;
	padding:10px 5px;
	word-break:normal;
	padding:5px;
}

.rndt th {
	border-color:#5e87ad;
	border-style:solid;
	border-width:1px;
	font-weight:normal;
	overflow:hidden;
	padding:10px 5px;
	word-break:normal;
	white-space: nowrap;
}
  
.rndt .rndt-cell,.rndt-cell30 {
	border-color:#5e87ad;
	text-align:center;
	vertical-align:center;
}

.rndt-cell50 {
	width: 50%
}

.rndt-cell30 {
	width: 35%
}

.rndt-cell20 {
	width: 20%
}

.rndt-cell10 {
	width: 10%
}

.keyst {
	font-size: .62rem;
}

.keyst tr :nth-child(3) {
	text-align:left;
	vertical-align:left;
}

.flagt {
	font-size: .68rem;
}

.flagt tr :nth-child(3) {
	text-align:left;
	vertical-align:left;
}

.cvarst td {
	padding:8px;
}

.cvarst tr :nth-child(2) {
	text-align:left;
	vertical-align:left;
}

.cvarst tr :nth-child(1) {
	text-align: center;
}

/* --- */
/* Main Entity Guide Page*/

.centered {
  display: block;
  margin: 0 auto;
}

.centeredtext {
  text-align: center;
  margin: 0 auto;
}


.columnsubpages {
  float: left;
  width: 16%;
  box-sizing: border-box;
  width: 16%;
}

.columnsubpages > * {
  text-align: center;
  margin: 0px 0px 0px 0px;
}

.columnsubpages > p > a {
  white-space: nowrap;
  display: block;
}

.columnrefs > * {
    margin-bot: 0px;
}

.flexwrap {
    display: flex;
    flex-direction: column;
    padding-left: .4rem;
    padding-right: .4rem;
}

.rowwrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.columnwrap {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1
}

hr {
    border-color: steelblue;
    border: 0;
    height: 2px;
    background: #333;
    background-image: linear-gradient(to right, steelblue, steelblue, #13222a);
}

blockquote {
    color: steelblue;
}

.green-kbd
{
    background-color: #2a9a39;
}

audio {
    width: 300px;
    height: 40px;
}

.columnrefs {
  float: left;
  text-align: left;
  margin-top: 0px;
  width: 50%;
  font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",sans-serif
}

#body-wrapper .previewimg {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: -1rem;
 }
    
.rowsubpages:after {
  content: "";
  display: table;
  clear: both;
}

.entityname {
    display: flex;
}

.entityname > * {
    margin-top: 0px;
}

.entityentry {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: .74rem;
}

.entityentry > * {
    margin-bottom: 0px;
}

.entgroup > .entityentry:first-of-type {
	padding-top: 22px;
}

.entgroup {
	padding-left: .4rem;
}

.imagepadding {
    padding: 0px;
}

.imagepadding > * {
    margin-bottom: 0px;
}

.entitygroup {
    margin-top: 0.7rem;
    margin-bottom: 0rem;
}

.entityflags {
    padding-top: 4px;
    padding-bottom: 10px;
    font-size: .74rem;
}

.highlight1 {
	color: #9fc5e8;
}

.highlight1 {
	color: #9fc5e8;
}

ul {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.entitylastmodified {
    text-align: right;
    font-size: .6rem;
}

.accordion .accordion-body {
    max-height: 0;
    transition: max-height 0.4s, visibility 0.3s;
    visibility: hidden;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
}

.accordion input:checked~.accordion-body,
.accordion[open] .accordion-body {
    max-height: 100rem;
    transition: max-height 0.7s ease-in;
    visibility: visible;
}

@media screen and (max-width: 880px) {
  .columnsubpages  {
    width: 25%;
  }
}

@media screen and (max-width: 660px) {
  .columnsubpages  {
    width: 33%;
  }
}

@media screen and (max-width: 420px) {
  .columnsubpages  {
    width: 50%;
  }
}

#header {
	background-color: rgb(17 20 20);
}

.titletable {
	width: 100%;
	margin-bottom: -0.8em;
}

.titletablecheck {
	text-align: right;
	padding-top: 2rem;
}

.navbar .navbar-section {
    justify-content: center;
}

.desktop-menu {
	margin-top: 0.34rem;
}
/* --- */