body {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; /* FONT SETTINGS SAME AS ON FORUM */
    font-size: 13px;
    line-height: 18px;
}

@font-face {
  font-family: "UniSans";
  src: url(Uni%20Sans%20Heavy%20Italic.otf) format("truetype");
}

p {
	font-size: 13px; 
	margin-bottom: 12px; /* MAINLY FOR LISTS */
}

code {
	font-size: 100%;
}

a.icon.icon-home {
	display: none; /* DISABLE LOGO TEXT */
}

a {
    color: #A91919; /* RED LINKS */
}

a:hover,
a:active {
    color: #000;
}

a:visited {
    color: #984646;
}

.wy-side-nav-search {
    background-color: #18161E;
}

.wy-side-nav-search input[type=text] {
    border-color: #18161E;
	border-radius: 0px; /* MAKE SEARCH BOX NON-ROUNDED */
}

.wy-side-nav-search>a, 
.wy-side-nav-search .wy-dropdown>a,
.wy-menu-vertical a:hover {
    color: #000 !important;
	background-color: #fff;
}

.wy-menu-vertical a:active {
    background-color: #666666;
	color: #fff;
}

.wy-menu-vertical a:visited {
    color: #b3b3b3;
}

.rst-versions{
border-top:solid 10px #18161E;
}

.wy-side-nav-search>a {
    color: #fcfcfc;
    font-size: 36px;
    font-weight: italic bold;
    display: inline-block;
    padding: 4px 6px;
    margin-bottom: 0.809em;
}

.wy-plain-list-decimal li, .rst-content .section ol li, .rst-content ol.arabic li, article ol li {
    list-style: decimal;
    margin-left: 0; /* NO MARGIN FOR NUMERIC LISTS */
	margin-top: 10px;
/* 	border-left: 3px solid #eec414; GOLD COLOR LEFT BORDER */
	padding-left: 3px;
	border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

h1, h2, h3, h4, h5, h6, legend {
    margin-top: 0;
    font-weight: 700;
	font-style: italic;
    font-family: UniSans, sans-serif;
	text-transform: uppercase;
	color: #343131; /* COLOR BLACK TO EVERY HEADER */
}

/* BOX WITH NUMBERS INSTEAD OF DECIMAL LIST */

.square-box{
    position: relative;
    width: 20px;
    overflow: hidden;
    background: #343131;
    display: inline-block;
    font-family: UniSans, sans-serif;
    font-weight: 700;
    font-style: italic;
}
.square-box:before{
    content: "";
    display: block;
    padding-top: 100%;
}
.square-content{
    position:  absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: white;
}
.square-content div {
   display: table;
   width: 100%;
   height: 100%;
}
.square-content span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: white
}

/* THATS COLORED LINE AFTER HEADERS */
.h1:after, h2:after, h3:after, h4:after, h5:after, h6:after  {
    content: "";
    height: 2px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    opacity: .6;
    margin-left: 10px;
    }
.h1:after, h2:after, h3:after, h4:after, h5:after, h6:after {
    background-color: #343131;
}
.h1, h2, h3, h4, h5, h6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.h1, h2, h3, h4, h5, h6 {
    color: #343131;
}