/*
    DRC
    [2021 Wikidot Theme]
    [Created by Team Exterius]
*/

@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Exo+2');
@import url('https://fonts.googleapis.com/css?family=Michroma');
@import url('http://fonts.googleapis.com/earlyaccess/nanumgothic.css');
@import url('http://fonts.googleapis.com/earlyaccess/nanumgothiccoding.css');
@import url('http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css2?family=Share+Tech+Mono&display=swap');

:root {
    /* Background gradient variables*/
--header-top:#273247;
--header-bottom:#061f31;
--panel-top: #29313d;
--panel-bottom: #30323e;
--panel-shadow:#012749;
--main-background-top: #dbdbd6;
--main-background-bottom: #dbdbd6;
    /*Generic borders*/
--dark-border: #011a49;
--light-border: #6d6d66;
--element-border-radius: 2px;
    /*Search*/
--search-button: #004d4d;
--search-button-hover: #007575;
--search-input-color: #004d4d;
--search-input-hover: #007575;

    /*Menu with dropdown*/
--dropdown-background: #e3e3e3;
--panel-link-hover: white;
--panel-background-highlight: #011a49;
--dropdown-text-color: #262626;
    /*Rating widget*/
--rating-background: #2560a8;
--rating-cancel-color: white;

--text-header-color: #2766bb;
--highlight-color: #36ffff;
--highlight-hover: #ffffff;
--create-page: #5db0b0;
--highlight-shadow: #011a4973;

    /*Forum*/
 --post-head-color: #1d2022!important;
 --forum-border: #666!important;
 --forum-background: #1d2022!important;
 --forum-entry-background: #1d2022!important;

    /*Tabs*/
--selected-tab: black;
--hover-tab: lightgray;
--inactive-tab: white;

    /*Turn off PNGs*/
--container-wrap: none;
}

  /* Tooltip - Created by DrArkhos*/

.tooltip {
  position: relative;
  display: inline-block;
}
 
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #171716;
  color: #bfffff;
  text-align: center;
  padding: 5px 0;
  border-radius: 5px;
  border: 1px solid #666;
  width: 120px;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
  position: absolute;
  z-index: 1;
}
 
.tooltip:hover .tooltiptext {
  visibility: visible;
}
 
.tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
 
.tooltip .tooltiptext {
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
 
.tooltip:hover .tooltiptext {
  opacity: 1;
}
 
.tooltipblue {
  position: relative;
  display: inline-block; 
}

.tooltipblue .tooltiptextblue {
  visibility: hidden;
  width: 120px;
  background-color: #171716;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
   width: 120px;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
  position: absolute;
  z-index: 1;
}
 
.tooltipblue:hover .tooltiptextblue {
  visibility: visible;
}
 
.tooltipblue .tooltiptextblue::after {
  content: " ";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
 
.tooltipblue .tooltiptextblue {
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
 
.tooltipblue:hover .tooltiptextblue {
  opacity: 1;
}
 
#action-area-top .preview-message {
    display: none;
}

 /* Selection */
*::selection {
color: #fff !important;
background: rgba(29, 191, 191, 0.8) !important;
}

 /* Scrollbar */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #000000;
}

::-webkit-scrollbar-thumb {
  background: #069494;
}

::-webkit-scrollbar-thumb:hover {
  background: #36ffff;
}

::-webkit-scrollbar-thumb:active {
  background: #bfffff;
}

 /* Straight Line */
 hr {
    border-top: 1px solid  #999;
}

 /* Divs */
.c-box {
border: 1px solid #999; 
border-radius: 5px; 
background: #000000; 
margin-top: 10px; 
padding-bottom:10px; 
padding:10px;
}

.info-box {
border: 1px solid #000; 
border-top: 3px solid #1dbfbf; 
border-bottom: 3px solid #1dbfbf; 
border-radius: 5px; 
background: #000000; 
padding-bottom:10px; 
padding:10px;
}

.goi-box {
border: 1px solid #666; 
border-radius: 5px; 
background: #000000; 
margin: 0.5rem 0; 
padding: 14px 24px;
}

 /* Buttons */
.c-button {
    border: 1px solid #666!important;  
    background-color: #1a1a1a!important;
    color: white!important;
    padding: 0px 0.5em;
}

.c-button:hover {
    border: 1px solid #218a8a!important;
    background-color: #1dbfbf!important;
    color: #171717!important;
    text-decoration: none!important;
    transition: background,border,color 0.5s ease;
}

.m-button {
    border: 1px solid #666!important;  
    background-color: #1a1a1a!important;
    color: white!important;
    padding: 5px 0.9em;
}

.m-button:hover {
    border: 1px solid #218a8a!important;
    background-color: #1dbfbf!important;
    color: #171717!important;
    text-decoration: none!important;
    transition: background,border,color 0.5s ease;
}

.b-button {
    border: 1px solid #666!important;  
    background-color: #1a1a1a!important;
    color: white!important;
    padding: 5px 5em;
}

.b-button:hover {
    border: 1px solid #218a8a!important;
    background-color: #1dbfbf!important;
    color: #171717!important;
    text-decoration: none!important;
    transition: background,border,color 0.5s ease;
}

 /* HL */
.hl-code,
.hl-identifier,
.hl-brackets{
    color: #c0c0c0
}

 /* Sidebar */
#side-bar {
  background-color: transparent;
  color: #FFFFFF;
  z-index: 5;
  top: 0.5em;
  left: 2em;
  width: 15.8em;
  padding: 0;
  border: none;
  display: block;
}

#side-bar ul{
	display: block;
	padding: 0;
	list-style: none;
}
#side-bar ul li{
	display:block;
}
#side-bar ul li a{
	display:block;
}

#side-bar h4 {
    font-weight: bold;
    margin: .5em 0 .4em;
    padding: 0;
    letter-spacing: 2px;
    color: #FF0000;
}

#side-bar a {
    color: #FFFFFF;
}

#side-bar a:hover {
    font-weight: bold;
    background-color: transparent;
    text-decoration: none;
    color: #00ffff;
}

#side-bar div.menu-item {
    margin: 2px 0;
}

#side-bar .heading {
    color: #1dbfbf;
    border-bottom: solid 1px #1dbfbf;
    padding-left: 15px;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 10pt;
    font-weight: bold;
    font-family: font-family: 'Share Tech Mono', monospace;; 
}

#side-bar div.menu-item {
  margin: 0;
  font-size: 0;
}

#side-bar p {
    margin: 0;
}

#side-bar div.menu-item a {
  font-weight: normal;
  color: #bbb;
  margin: 0;
}

#side-bar .menu-item>img {
  display: none;
  margin: 0;
}

#side-bar .menu-item>a {
  transition: all 0.5s ease-in-out;
  display: block;
  color: #444;
  margin: 0 calc(-1em - 1px) 0 -0.5em;
  padding: 0.4em 1em 0.4em 0.5em;
  font-size: 12.8px;
}

#side-bar .menu-item>a:hover {
  background-color: #2d4975;
  color: #f3f3f3;
  text-decoration: none;
 margin: 0;
}

.shbox-simple {
    -moz-box-shadow: 3px 3px gray;
    -webkit-box-shadow: 3px 3px gray;
}

.shbox-blur {
    -moz-box-shadow: 3px 3px 5px gray;
    -webkit-box-shadow: 3px 3px 5px gray;
}

.shbox-spread {
    -moz-box-shadow: 0 0 5px 5px aqua;
    -webkit-box-shadow: 0 0 5px 5px aqua;
}

.shbox-multiple {
    -moz-box-shadow: 0 0 20px black, 20px 15px 30px yellow, -20px 15px 30px lime, -20px -15px 30px blue, 20px -15px 30px red;
    -webkit-box-shadow: 0 0 20px black, 20px 15px 30px yellow, -20px 15px 30px lime, -20px -15px 30px blue, 20px -15px 30px red;
}

.shbox-negative {
    -moz-box-shadow: 0 5px 5px -3px black;
    -webkit-box-shadow: 0 5px 5px -3px black;
}

.shbox-inset {
    -moz-box-shadow: inset 1px 1px 10px #888;
    -webkit-box-shadow: inset 1px 1px 10px #888;
}

#main-content {
  padding: 2em 2em calc(14em - 1px) 3em;
margin: 0 2em 0 22em;
}

#side-bar .menu-item>a[href*="/object-series"]::after {
  font-size: 80%;
  opacity: 0.7;
  margin-left: 0.5em;
}

#side-bar .menu-item>a[href="/object-series"]::after {
  content: "(001–999)";
}

li, p {
    line-height: 141%;
}
a {
    color: var(--highlight-color);
    text-decoration: none;
    background: transparent;
    transition: color 0.5s ease;
}
a.newpage {
    color: var(--create-page);
    text-decoration: none;
    background: transparent;

}
a:hover {
    text-decoration: underline;
    background-color: transparent;
    color: var(--highlight-hover)
}

.form-control {
width: 95%;
}

/* GLOBAL WIDTH */
#header, #top-bar {
    width: 90%;
    max-width: 980px;
    margin: 0 auto;
}

#top-bar {
    width: 100%;
    margin: 0 auto;
}

.mobile-top-bar {
    display: none;
    position: absolute;
    left: 1em;
    bottom: 0px;
    z-index: 0;
}

/* HEADER */
#header {
    height: 140px;
    position: relative;
    z-index: 10;
    padding-bottom: 22px;
    padding-left: 30px;
    background: url(http://drc-wiki.wdfiles.com/local--files/start/Fixed-RPD_transparent__.png) left 1.2em top 1rem no-repeat;
    background-size: auto calc(9.5rem - 2.125rem);
}
#search-top-box {
    position: absolute;
    top: 79px;
    right: 9px;
    width: 250px;
    text-align: right;
}
#search-top-box-input {
    transition: background-color 0.5s ease;
    border: solid 1px #999;
    border-radius: 0;
    color: #fff;
    background-color: var(--search-input-color);
}
#search-top-box-input:hover,
#search-top-box-input:focus {
    border: solid 1px #fff;
    color: #fff;
    background-color: var(--search-input-hover);
}
#search-top-box-form input[type=submit] {
    transition: background,border,color 0.5s ease;
    border: solid 1px #999;
    border-radius: 0;
    padding: 2px 5px;
    font-size: 90%;
    font-weight: bold;
    color: #ccc;
    background-color: #633;
    background: var(--search-button);
    box-shadow: 0 1px 3px rgba(0,0,0,.5);
}
#search-top-box-form input[type=submit]:hover,
#search-top-box-form input[type=submit]:focus {
    border: solid 1px #fff;
    color: #fff;
    text-shadow: 0 0 1px rgba(255,255,255,.25);
    background-color: var(--text-header-color);
    background: var(--search-button-hover);
    box-shadow: 0 1px 3px rgba(0,0,0,.8);
}

#login-status {
    color: #aaa;
    background: rgba(36, 36, 36, 0.45);
    border: 1px solid rgba(102, 102, 102, 0.65);
    font-size: 90%;
    z-index: 30;
    position: fixed;
}
#login-status a {
    color: #ddd;
    background: transparent;
}
#login-status ul a {
    color: #700;
    background: transparent;
}

.printuser img.small {
    margin-right: 1px;
}

#header h1 {
    margin-left: 120px;
    padding: 0;
    float: left;
    max-height: 95px;
    margin-top: 0;
    font-weight: bold;
}
#header h2 {
    margin-left: 120px;
    padding: 0;
    clear: left;
    float: left;
    font-size: 150%;
    max-height: 38px;
    letter-spacing: 1px;
}

#header h1 a {
    display: block;
    margin: 0;
    padding: 70px 0 25px;
    margin-left: -3em !important;
    padding-left: 3em !important;
    line-height: 0px;
    max-height: 0px;
    color: #eee;
    background: transparent;
    font-family: 'Share Tech Mono', monospace;
    text-decoration: none;
    text-shadow: 3px 3px 5px #000;
    letter-spacing: 0.9px;
    font-size: 160%;
    text-shadow: 3px 3px 5px #000;
    transition: 0.5s ease-in-out;
}

#header h1 a:hover {
    background-color: transparent;
    color: #fff;
    text-shadow: 0px 0px 10px white;
}

#header h2 span {
    display: block;
    margin: 0;
    padding: 10px 0;
    line-height: 0px;
    max-height: 0px;
    font-weight: bold;
    color: #ffffff;
    font-size: 90%;
    font-family: 'Share Tech Mono', monospace;
    text-shadow: 1px 1px 1px #000;
    text-shadow: 1px 1px 1px rgba(0,0,0,.8);
}

/* TOP MENU */
#top-bar {
    position: absolute;
    z-index: 50;
    top: 140px;
    height: 21px;
    line-height: 18px;
    padding: 0;
    z-index: 20;
    font-size: 90%;
}

#top-bar ul li.sfhover a,
#top-bar ul li:hover a {
    color: #171717;
}

 #top-bar ul li.sfhover a, #top-bar ul li:hover a {
     color: #171717;
}

#top-bar ul li.sfhover a:hover,
#top-bar ul li:hover a:hover {
    color: #171717;
}

#top-bar ul {
    float: right;
}

#top-bar li {
    margin: 0;
}

#top-bar a {
    color: #ffffff;
    background: transparent;
}

#top-bar ul li {
    border: 0;
    position: relative;
}

 #top-bar ul li.sfhover a, #top-bar ul li:hover a {
     background: #000000;
     color: #ffffff;
}

#top-bar ul li a {
    -webkit-animation: oppening 0.6s;
    animation: oppening 0.6s;
    transition: all 0.2s linear;
    text-decoration: none;
    border-left: solid 1px rgba(64,64,64,.1);
    border-right: solid 1px rgba(64,64,64,.1);
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1px;
    max-height: 1px;
    overflow: hidden;
}

#top-bar ul li.sfhover a:hover, #top-bar ul li:hover a:hover {
background: #1dbfbf  !important;
color: #000 !important;
text-decoration: none;
transition: all 0.2s ease-in-out;
}

#top-bar ul li:hover>a {
    color: #ffffff;
    background: #1dbfbf;
}

#top-bar ul li ul {
    border: solid 1px #999;
    box-shadow: 0 2px 6px rgba(0,0,0,.5);
    border-top: 0;
}

#top-bar ul li.sfhover ul li a,
#top-bar ul li:hover ul li a {
    border-width: 0;
    width: 150px;
    border-top: 1px solid #242424;
    line-height: 160%;
    height: auto;
    max-height: none;
    padding-top: 0;
    padding-bottom: 0;
    color: #fff;
}

#top-bar ul li ul {
    border-width: 0 1px 1px 1px;
    width: auto;
}
#top-bar ul li ul li, #top-bar ul li ul li.sfhover,
#top-bar ul li ul li, #top-bar ul li ul li:hover {
    border-width: 0;
}
#top-bar ul li ul li a {
    border-width: 0;
    color:white;
    transition:color 0.2s ease;
}

#top-bar ul li.sfhover a {
    color: #171717;
}

#top-bar ul li ul a, #top-bar a:hover {
    color: var(--highlight-hover);
}

.top-bar ul li:last-of-type ul {
    right: 0;
}

/* IE7 HACK */
#top-bar ul > li > ul {    
    *margin-top: -4px;
}

/* CONTENT */
.content-panel {
    border: solid 1px #888880;
border-radius: var(--element-border-radius)!important;
background-color: #999990;
margin: 10px 0 15px;
    margin-bottom: 15px;
box-shadow: 3px 3px 6px #bbb;
box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.1);
}
#main-content {
    margin: 0 2em 0 22em;
    padding: 1em;
    position: relative;
}

/* ACTUALLY HIDE HIDDEN TAGS */
#main-content .page-tags a[href^="/system:page-tags/tag/_"]
{
    display: none;
}

#breadcrumbs {
    margin: -1em 0 1em;
    font-weight: 85%;
}

/* YUI-TABS */
.yui-navset .yui-content{
    background-color: #f5f5f5;
}
.yui-navset .yui-nav a,
.yui-navset .yui-navset-top .yui-nav a {
    transition: background-color 0.5s ease;
    background-color:var(--inactive-tab);
    background-image:none;
}
.yui-navset .yui-nav .selected a,
.yui-navset .yui-nav .selected a:focus, /* no focus effect for selected */
.yui-navset .yui-nav .selected a:hover { /* no hover effect for selected */
    background:var(--selected-tab);
    background-image:none;
    color:#fff;
}
.yui-navset .yui-nav a:hover,
.yui-navset .yui-nav a:focus {
    background:var(--hover-tab);
    background-image: none;
    text-decoration: none;
}
.yui-navset .yui-nav,
.yui-navset .yui-navset-top .yui-nav {
    border-color: var(--dark-border);
}
.yui-navset .yui-nav,
.yui-navset .yui-navset-top .yui-nav {
    border-color: var(--dark-border);
}
.yui-navset li {
    line-height: normal;
}

/* FOOTER */
#footer {
    clear: both;
    font-size: 77%;
    background: #000000;
    color: #bbb;
    margin-top: 15px;
    padding: 3px 10px;
    border: 1px solid #666;
}
#footer .options {
    visibility: visible;
    display: block;
    float: right;
    width: 50%;
    font-size: 100%;
    text-align: right;
}
#footer a {
    color: #fff;
    background: transparent;
}

/* SOME NICE BOXES */
div.sexy-box {
    background: #eee;
    border: 1px solid #ccc;
    padding: 0 10px 12px;
    margin: 7px 4px 12px;
    overflow: hidden;
}
div.sexy-box div.image-container img {
    margin: 5px;
    padding: 2px;
    border: 1px solid #999;
}

/* Custom page content classes */
#page-content {
    min-height: 720px;
}

.unmargined > p {
    margin: 0;
    line-height: 100%;
}
.content-panel {
    border: solid 1px #888880;
    border-radius: 10px;
    background-color: #999990;
    margin: 10px 0 15px;
    box-shadow: 3px 3px 6px #bbb;
    box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.1);
}
.content-panel.standalone {
    background: #fcfdfb;
}
.content-panel.series {
    padding: 0 20px;
    margin-bottom: 20px;
}
.content-panel.centered {
    text-align: center;
}
.content-panel.left-column {
    float: left;
    width: 48%;
}
.content-panel.right-column {
    float: right;
    width: 48%;
}

.content-panel .panel-heading {
    padding: 2px 10px;
    color: #ccc;
    font-size: 90%;
    font-weight: bold;
    text-shadow: 1px 1px 2px rgba(0,0,0,.35);
}
.content-panel .panel-heading > p,
.content-panel .panel-footer > p {
    margin: 0;
}
.content-panel .panel-body {
    padding: 5px 10px;
    background: #fff9f0 url(http://www.rpcauthority.wikidot.com/local--files/component:supremacy/panel-bg-gradient-reverse.png) bottom repeat-x;
    /* box-shadow: 1px 2px 3px rgba(0,0,0,.2) inset */
}
.content-panel .panel-footer {
    padding: 1px 10px;
    color: #fffff0;
    font-size: 80%;
    font-weight: bold;
    text-align: right;
    text-shadow: 1px 1px 2px rgba(0,0,0,.5);
}
.content-panel .panel-footer a {
    color: #ffffff;
}
.content-panel .content-toc {
    float: right;
    padding: 0 20px;
    background-color: #fff;
    border: solid 1px #ccc;
    border-radius: var(--element-border-radius);
    margin: 20px 0 5px 5px;
    white-space: nowrap;
    box-shadow: inset 1px 2px 6px rgba(0,0,0,.15)
}

.alternate:nth-child(even) {
    background-color: rgba(255,255,255,.9);
}

/* Page Rating Module Customizations (upvote / downvote system) */
.page-rate-widget-box {
    display: inline-block;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 10px;
    margin-right: 2em;
}
.page-rate-widget-box .rate-points {
    background-color: #000!important;
    border: 1px solid #666;
    border-radius: 0px;
    color: #c0c0c0;
}
.page-rate-widget-box .rateup,
.page-rate-widget-box .ratedown {
    background-color: #000;
    border-top: solid 1px #666;
    border-bottom: solid 1px #666;
    border-radius: 0px;
    font-weight: bold;
}
.page-rate-widget-box .rateup a,
.page-rate-widget-box .ratedown a {
    background: #000;
    color: #00ffee;
    padding: auto;
    margin: 0 0px;
    font-weight: bold;
}
.page-rate-widget-box .rateup a:hover,
.page-rate-widget-box .ratedown a:hover {
    transition: background 0.5s ease;
    background: #c0c0c0;
    color: #1d2022;
    text-decoration: none;
}
.page-rate-widget-box .cancel {
    background-color: #000;
    border: 1px solid #666;
    border-radius: 0px;
}
.page-rate-widget-box .cancel a {
    background: #000;
    color: #c0c0c0;
    text-transform: uppercase;
    font-weight: bold;
}
.page-rate-widget-box .cancel a:hover {
    transition: background 0.5s ease;
    border-radius: 0px;
    background: #c0c0c0;
    color: #1d2022;
    text-decoration: none;
}

/* Fixes for multi-line page tags */

#main-content .page-tags {
    margin: 1em 0 0;
    padding: 0;
}
#main-content .page-tags span {
    display: inline-block;
    padding: 0;
    max-width: 60%;
}
#main-content .page-tags a {
    display: inline-block;
    white-space: nowrap;
}

/* Wikiwalk Navigation */
.footer-wikiwalk-nav {
    font-weight: bold;
    font-size: 75%;
}
/* Pop-up text boxes */

.modal-body > img {
    background: none!important;
}

.modal-body {
    background-color: rgba(27,33,37,0.34)!important;
}

.modal-header, .owindow {
    background-color: rgba(13,16,17,0.54)!important;    
}
.owindow {
    border: 1px solid #666!important;
    position: fixed;
}

/* Ruby by Nanimono Demonai */

.ruby, ruby {
    display:inline-table;
    text-align:center;
    white-space:nowrap;
    line-height:1;
    height:1em;
    vertical-align:text-bottom;
}

.rt, rt {
    display:table-header-group;
    font-size:0.6em;
    line-height:1.1;
    text-align:center;
    white-space:nowrap;
}

/* Keycap */

.keycap {
    border: 1px solid;
    border-color: #ddd #bbb #bbb #ddd;
    border-bottom-width: 2px;
    -moz-border-radius: var(--element-border-radius);
    -webkit-border-radius: var(--element-border-radius);
    border-radius: var(--element-border-radius);
    background-color: #f9f9f9;
    padding: 1px 3px;
    font-family: inherit;
    font-size: 0.85em;
    white-space: nowrap;
}

/* tag style */

.tags {
display: inline-block;
margin: 0 0 0 5px;
padding: 3px 5px 3px 0px;
height: 13px;
line-height: 13px;
font-size: 11px;
background: #666;
color: #ccc;
text-decoration: none;
-moz-border-radius-bottomright: 4px;
-webkit-border-bottom-right-radius: 4px;
border-bottom-right-radius: 4px;
-moz-border-radius-topright: 4px;
-webkit-border-top-right-radius: 4px;
border-top-right-radius: 4px;
}

.tags:before {
content: "";
padding: 0px 1px 3px 1px;
float: left;
position: relative;
top: -3px;
left: -10px;
width: 0;
height: 0;
border-color: transparent #666 transparent transparent;
border-style: solid;
border-width: 8px 8px 8px 0px;
}

.tags:after {
content: "";
position: relative;
top: 4.5px;
left: -8px;
float: left;
width: 4px;
height: 4px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
background: #fff;
-moz-box-shadow: -1px -1px 2px #004977;
-webkit-box-shadow: -1px -1px 2px #333;
box-shadow: -1px -1px 2px #333;
}

.page-tags span {
    border-top: 1px solid #666!important;
}

/* Display Black Block by Nanimono Demonai */
.bblock {
    color: #000000;
    background-color:#000000;
    transition: 2s;
    text-decoration: none;
}

.bblock:hover {
    background-color:#000000;
    color: #006600;
    text-decoration: none;
}

.dblock {
    color:#000000;
    background-color:#000000;
    transition: 2s;
    text-decoration: none;
}

.dblock:hover {
    background-color:transparent;
    text-decoration: none;
}

/*
    2011-11-13 Minobe Hiroyuki @ Marguerite Site
    www.marguerite.jp/Nihongo/WWW/CSSTips/EmphasizeDots-CSS3.html
    Edited for the SCP Foundation by Nanimono_Demonai
*/

.emph {
    text-emphasis-style: dot ;
    -webkit-text-emphasis-style: dot ;
}

/* ### Navigation Elements ################## */
/* ###### Account ########################### */
#printuser{
    color:#ccc;
    background-color:transparent;
}

#login-status a{
    color: #ccc;
    background-color: transparent;
}

#login-status a:hover{
    color: #36ffff;
    background-color:transparent;
}

#account-options {
    background-color: #171717;
    border: 1px solid #666;
    border-radius: 1px;
    text-align: center;
}

#account-options li a {
    color: #36ffff;
}

#account-options li a:hover {
    color: #ffffff;
    transition: 0.2s ease-in-out;
    background: #000;
    text-decoration: none;
}

#account-topbutton {
     border: 1px solid rgba(102, 102, 102, 0.65);
     color: #666;
}

#account-topbutton:hover {
     border: 1px solid rgba(255, 255, 255, 0.65);
     transition: all 0.2s ease-in-out;
     color: #fff!important;
}

#account-options a, a#account-topbutton{
    color: #000;
    font-weight: normal;
    background-color: transparent;
}

#account-options #account-options, a#account-topbutton{
    background-color: transparent;
    color: #ccc;
}

sup {
vertical-align: top;
position: relative;
top: -0.5em;
}
body {
    /*background: #273131 url("http://www.rpc-wiki.net/local--files/component:icons/background-tile.png") repeat !important;*/
    background: linear-gradient(to bottom, #001c1c, #001c1c)!important;
    color: #ffffff!important;
    cursor: default;
}

/*
@media (max-width: 1635px) {
body {
    color: #ccc!important;
}
}

@media (min-width: 1635px) {
body {
    color: #bbb!important;
}
}
*/
 #content-wrap {
    position: relative;
    margin: 2em auto 0;
    max-width: 1040px;
    min-height:1300px;
    height: auto !important;
    height: 1500px;
}

ul {
    list-style: square;
}

#top-bar ul {
    /* list-style-image: none; /* IE ONLY! IF list-style-image IS SET */
    margin-top: 5px;
    }

 h3, h4, h5, h6, h7 {
    margin: 0.5em 0 0.4em;
    padding: 0;
    letter-spacing: 1px;
}
  #page-title
  {
    color: #1dbfbf;
    font-family: 'Share Tech Mono', monospace;
    font-weight: bold;
    padding: 0 0 0.25em;
    margin: 0 0 0.6em;
    border-color: #bbb;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
  }

div#container-wrap {
    background: url(http://drc-wiki.wdfiles.com/local--files/start/0A-BODY.png) top left repeat-x;
}

  blockquote
  {
    border: 1px solid #666;
    color: #ccc;
    background-color: rgba(0,0,0,0.15);
  }

  .content-panel.standalone
  {
    background: #000!important;
  }

  .content-panel
  {
    border: 1px solid #666;
    margin: 10px 0 15px;
    box-shadow: none;
  }

  .content-panel .content-toc
  {
    background: #000!important;
    border: 1px solid #666;
    margin: 10px 0 15px;
    box-shadow: none;
  }
/* Standard Image Block */
.drc-image-block {
    box-shadow: none;
    width: 300px;
    background: #242424;
    border: 1px solid #666;
}

.drc-image-block.block-right {
    float: right;
    clear: right;
    margin: 0 2em 1em 2em;
}

.drc-image-block.block-left {
    float: left;
    clear: left;
    margin: 0 2em 1em 0;
}

.drc-image-block.block-center {
    margin-right: auto;
    margin-left: auto;
}
.drc-image-block img {
    border: 0;
    width: 300px;
}
.drc-image-block .drc-image-caption {
    background-color: #000;
    border-top: 1px solid #666;
    padding: 2px 0;
    font-size: 80%;
    font-weight: bold;
    text-align: center;
    width: 300px;
}
.drc-image-block > p {
    margin: 0;
}
.drc-image-block .drc-image-caption > p {
    margin: 0;
    padding: 0 10px;
}

  .content-panel .panel-heading
  {
    background-color: #000;
    color: #ccf!important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .35);
  }

  .content-panel .panel-body
  {
    background: #000;
  }

  .content-panel .panel-footer
  {
    background-color: #000;
    color: #ccf!important;
    font-size: 80%;
    font-weight: bold;
    text-align: right;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
  }

  .pager .current
  {
    background-color: #000;
    color: #ccc!important;
  }

  .pager .target
  {
    padding: 0 7px#21262d!important;
  }

  table.wiki-content-table th
  {
    background-color: #000;
    border: 1px solid #666;
    color: #ccc;
    padding: 0.3em 0.7em;
  }

  table.wiki-content-table td
  {
    background-color: #000;
    border: 1px solid #666;
    padding: 0.3em 0.7em;
    color: #ccc;
  }

  .hovertip
  {
    border: 1px solid #666!important;
    background-color: #000!important;
    color: #ccc!important;
  }

  .code
  {
    background-color: #ccc;
    border: 1px dashed #666;
  }

  .content-panel .content-type-title
  {
    font-size: 120%;
    font-weight: bold;
    padding: 5px 20px;
    background-color: #000!important;
    color: #fff;
    border-radius: 0;
    box-shadow: none;
}

  #toc
  {
    color: #ccc!important;
    background-color: #000!important;
    border: 1px solid #666;
  }

}
 /* Page Rating Module Customizations (5 star system) */
.rate-module-counter p {
    margin: 0;
}

.rateContainer{
width: 100%;
text-align: right;
height: 30px
}

.tableStyle{
background-color: #000;
margin-right: 2em;
display: inline-block;
border-collapse: collapse;
border-spacing: 0px;
border: 1px solid #666;
border-radius: 0px;
}

.rateStyle{
padding: 0;
box-shadow: none;
margin-right: 2em;
}

.starStyle{
display: inline-block;
padding: 2px 4px 0px 4px;
margin: 0;
background-color: #000;
box-shadow: none;
}

.cellStyle{
display: inline-block;
padding: 1px 4px 0px 4px;
margin: 0;
background-color: #000;
border-radius: 0;
height: 20px;
border-left: 1px solid #666;
}

.translationStyle{
padding-left: 5px;
padding-right: 5px;
margin: 0;
background-color: #000;
}

  img[src="/common--images/jquery-raty/star-on.png"]
  {
    content: url(    http://www.rpc-wiki.net/local--files/component:icons/star-on.png);
  }

  img[src="/common--images/jquery-raty/star-half.png"]
  {
    content: url(    http://www.rpc-wiki.net/local--files/component:icons/star-half.png);
  }

  img[src="/common--images/jquery-raty/star-off.png"]
  {
    content: url(    http://www.rpc-wiki.net/local--files/component:icons/star-off.png);
  }

.yui-navset .yui-content{
    background-color: #000;
}
.yui-navset .yui-nav a,
.yui-navset .yui-navset-top .yui-nav a {
    background-color:#000;
    color:#ccc;
    border-color: #666;
    background-image: url(../images/yuitabs.png);
}
.yui-navset .yui-nav .selected a,
.yui-navset .yui-nav .selected a:focus, /* no focus effect for selected */
.yui-navset .yui-nav .selected a:hover { /* no hover effect for selected */
    background: #1dbfbf url(../images/yuitabs.png) repeat-x left -1400px; /* selected tab background */
    color:#000;
}
.yui-navset .yui-nav a:hover,
.yui-navset .yui-nav a:focus {
    background: #1dbfbf url(../images/yuitabs.png) repeat-x left -1300px;
    text-decoration: none;
}
.yui-navset .yui-nav,
.yui-navset .yui-navset-top .yui-nav {
    border-color: #005c5c;
}

.yui-navset li {
    line-height: normal;
}

/*---BUTTON RECOLORING---*/
#h-perpage, .optionstd a, .new-post .btn {
    border: 1px solid #666!important;  
    background-color:#1a1a1a!important;
    color: white!important;
}

#h-perpage:hover, .optionstd a:hover, .new-post .btn:hover {
    border: 1px solid #218a8a!important;
    background-color: #1dbfbf!important;
    color: #171717!important;
    text-decoration: none!important;
    transition: background,border,color 0.5s ease;
}

#history-form-1 .btn-sm,
.well .btn-sm,
.change-textarea-size a,
.buttons .btn-small,
.action-area .btn-default,
.action-area .btn-primary,
.col-lg-10 .form-control,
.form-actions .btn-danger,
.buttons .btn-default,
.target a,
.buttons .btn-danger,
#edit-cancel-button,
#edit-save-button,
.button-close-message,
.button-close-window,
.button-cancel,
.button-insert-code,
#wd-ed-codewizard-type,
#wd-ed-imagewizard-position,
#wd-ed-imagewizard-uri,
#wd-ed-imagewizard-byuri .button,
#wd-ed-imagewizard-flickr,
#wd-ed-imagewizard-byflickr .button,
.query-area .button,
.button-close,
.button-rename,
.button-no\,-cancel,
.button-yes\,-delete,
#file-upload-form .btn-primary,
.button-move,
#action-area .buttons .btn-primary,
#edit-page-form .buttons .btn-info,
#view-diff-div .button,
.button-yes\,-revert,
.modal-footer .btn-danger,
.modal-footer .btn-default,
.modal-footer .btn-primary,
#mba-apply,
.yui-content .button,
.btn-warning {
    border: 1px solid #666!important;  
    background-color: #1a1a1a!important;
    color: white!important;    
}

#history-form-1 .btn-sm:hover,
.well .btn-sm:hover,
.change-textarea-size a:hover,
.buttons .btn-small:hover,
.action-area .btn-default:hover,
.action-area .btn-primary:hover,
.col-lg-10 .form-control:hover,
.form-actions .btn-danger:hover,
.buttons .btn-default:hover,
.target a:hover,
.buttons .btn-danger:hover,
#edit-cancel-button:hover,
#edit-save-button:hover,
.button-close-message:hover,
.button-close-window:hover,
.button-cancel:hover,
.button-insert-code:hover,
#wd-ed-codewizard-type:hover,
#wd-ed-imagewizard-position:hover,
#wd-ed-imagewizard-uri:hover,
#wd-ed-imagewizard-byuri .button:hover,
#wd-ed-imagewizard-flickr:hover,
#wd-ed-imagewizard-byflickr .button:hover,
.query-area .button:hover,
.button-close:hover,
.button-rename:hover,
.button-no\,-cancel:hover,
.button-yes\,-delete:hover,
#file-upload-form .btn-primary:hover,
.button-move:hover,
#action-area .buttons .btn-primary:hover,
#edit-page-form .buttons .btn-info:hover,
#view-diff-div .button:hover,
.button-yes\,-revert:hover,
.modal-footer .btn-danger:hover,
.modal-footer .btn-default:hover,
.modal-footer .btn-primary:hover,
#mba-apply:hover,
.yui-content .button:hover,
.btn-warning:hover {
    border: 1px solid #218a8a!important;  
    background-color: #1dbfbf!important;
    color: #171717!important;    
    text-decoration: none!important;
    transition: background,border,color 0.5s ease;
}

#history-subarea a{
    text-transform: capitalize;
}

#history-subarea a:hover{
    background: none !important;
}

.highlight td {
background-color: #121314;
}

.checkbox input,
#rev-type-title,
#rev-type-all,
#rev-type-source,
#rev-type-move,
#rev-type-tags,
#rev-type-meta,
#rev-type-files,
.radio, #\31 46126552,
#rev-type-new,
#rev-category,
#rev-perpage {
    filter: invert(100%);
}

#rev-type-new,
#rev-category,
#rev-perpage{
    outline: 0;
}

.btn-large, #edit-meta-addbutton .btn-primary, #rename-show-backlinks {
    padding: 5px;
}

a.action-area-close.btn.btn-danger {
    background: none!important;
}

/*---Wikidot Editor---*/

.wd-editor-toolbar-panel div > ul {
position: relative!important;
top: 3px;
}

.wd-editor-toolbar-panel div{  height: auto; }
.wd-editor-toolbar-panel ul li a{
    background-image: url('//css.wikidot.com/local--files/cssnippet:fontawesome-editor/editorButtons.png');
    background-color: #FFF;
    border-radius: 5px;
    display: inline-block;
    line-height: 1.42857;
    border: 3px solid #CCC;
    padding: 0;
    height: 23px;
    width: 23px;
}
.wd-editor-toolbar-panel ul li a:hover,
.wd-editor-toolbar-panel ul li a:focus{
    background-image: url('//css.wikidot.com/local--files/cssnippet:fontawesome-editor/editorButtons.png');
    background-color: #EBEBEB;
    border-color: #ADADAD;
}
.wd-editor-toolbar-panel ul li a:active{
    background-image: url('//css.wikidot.com/local--files/cssnippet:fontawesome-editor/editorButtons.png');
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
    outline: none;
}
.wd-editor-toolbar-panel li.hseparator{
    background-color: #BBB;
    width: 1px;
}

/*---FORUM STUFF---*/

/* text boxes you type in */
#thread-description,
#np-text,
#post-edit,
.field-header .form-wiki,
.field-content .form-wiki,
.text.form-control,
#file-comments,
.form .text{
    background-color: #242424!important;
    border: 1px solid #2c3340!important;
    color: #ccc!important;
}

.forum-thread-box .description-block {
    padding: .5em 1em;
    border-radius: var(--element-border-radius);
    Border: solid 1px #666!important;
    background-color: #000!important;
    color: #ccc!important;
}

.well {
    padding: .5em 1em;
    border-radius: var(--element-border-radius);
    background-color: #000!important;
    color: #ccc!important;
    border: solid 1px #666!important;
}

.thread-container .post .head {
    padding: 0.5em 1em;
    background-color: rgba(0,0,0,0.21)!important;
    box-shadow: inset 2px 3px 6px rgba(0,0,0,.15);
    border-radius: 5px 5px 0 0;
}

.folded .short {
    color: #ccc;
    background-color: rgba(32,43,54,0.34)!important;
}

.forum-group table td {
    background: none !important;
    border: none !important;
    padding: 5px 1px;
}

.forum-group table td.name .title {
    font-weight: bold;
    margin-left: 5px;
}
 .action-area {
    border: 1px dashed #666!important;
    background: none!important;
}
.thread-container .well {
    border: 1px dashed #666!important;
    background: none!important;
}

.forum-category-box .table {
    border: none!important;
}

.forum-group table td.name .description {
    color: #ccc!important;
    font-size: 87%;
    margin-left: 5px;
}

.forum-category-box table td {
    padding: 5px 10px;
    border: none !important;
    background: none !important;
}

 #edit-page-textarea, #edit-page-title, #edit-page-comments, .query-area .text, #membership-by-apply-text, .yui-content .text {
    background-color: #1a1a1a!important;
    border: 1px solid #666!important;
    color: #ccc!important;
}

.alert-info {
    background: none!important;
    border: 1px dashed #666!important;
}

.forum-start-box div.head {
    background-color: #1dbfbf!important;    
    border: none!important;
}

.forum-start-box .head .title {
    text-align: center!important;
}
.head .title {
    color: #171717;
}

.head .description {
    color: #171717;
    text-align: center;
}

.forum-group table {
border-collapse: collapse;
border-spacing: 1px;
}

.forum-group .name .description {
font-size: 0.9em !important;
padding: 3px 0;
}

.forum-group .head .title {
font-size: 1.1em;
}

.forum-group .head .description {
text-align: center;
}

.forum-category-box table {
border-collapse: collapse;
}

.forum-category-box table .head td {
background: #1dbfbf!important;
font-size: 1.1em !important;
font-weight: bold;
}

.forum-category-box table tr:nth-child(even), .forum-group table tr:nth-child(even) {
background: #242424 !important;
}

.forum-category-box table tr:nth-child(odd), .forum-group table tr:nth-child(odd) {
background: #333333 !important;
}

/* Hide Forum Signatures */
.signature {
    display:none !important;
}

/* recolor “show-changes” highlights */
del {
    background-color: rgba(255,123,123,0.47)!important;
}
ins {
    background-color: rgba(140,255,129,0.47)!important;    
}

/* recolor code boxes */
.code {
    background-color: #111!important;
}

.revisions .active td {
    background: none !important;
}

.revisions td{
    padding: 2px !important;
}

.revisions .active{
    background-color: #3d3d3d;
}

.long > .options a,
.head .btn,
.folded .btn-xs,
.changes a {
    color: var(--highlight-color) !important;
}

.long > .options a:hover,
.head .btn:hover,
.folded .btn-xs:hover,
.changes a:hover{
    color: var(--highlight-hover) !important;
}

.changes{
    color: #c0c0c0 !important;
}

.changes-list-item .comments{
    color: #a0a0a0;
}

.changes-list-item:hover{
    background: #333;
}

.statistics {
    color: #c0c0c0 !important;
}

.warning-block {
    background: #e2e25c;
}

.license-area {
    color: #c0c0c0 !important;
}

#h-perpage {
    outline: none !important;
}

.content-type-title {
    box-shadow: none !important;
    border-bottom: 1px solid #666;
    text-align: center;
}

.content-type-description-2{
    padding-top: 0.5em !important;
}

.list-pages-box table{
    padding-bottom: 0.5em !important;
}

.content-type-description-2 tr {
    background: none !important;
}

.page-history td input{
    filter: invert(97%);
}

#action-area-top .preview-message {
    border: #000 1px solid;
    background-color: #333;
    color: c0c0c0;
}
@viewport {
    width: device-width;
    zoom: 1.0;
}
 
/* Internet Explorer Viewport */
@-ms-viewport {
    width: device-width;
    zoom: 1.0;
}
 
/* Opera Viewport */
@-o-viewport {
    width: device-width;
    zoom: 1.0;
}
 
/* Google Chrome Viewport */
@-webkit-viewport {
    width: device-width;
    zoom: 1.0;
}
 
/* FireFox Viewport */
@-moz-viewport {
    width: device-width;
    zoom: 1.0;
}
 
/* Mobile Compatibility */
@media (max-width: 768px) {
 
.desktopOnly {
    display: none;
}
 
ins::before, del::before {
    left: 0.25em;
}
 
.content-panel.content-toc {
    float: none;
    border-radius: var(--element-border-radius);
    margin: 5px 0 5px 5px;
  }
 
.edit-page-bottomtable .alert-info {
    display: none;
}
 
.owindow {
    min-width: 80%;
    max-width: 99%;
}
 
.modal-body .table, .modal-body .table ~ div {
    float: left;
}
 
.owindow .button-bar {
    float: right;
}
 
.owindow div a.btn-primary {
    width: 100%;
    float: left;
}
 
#edit-page-form {
    margin-left: 10px;
    margin-right: 10px;
}
 
#header h2 {
    font-size: 75%;;
}
 
#top-bar {
    position: relative;
    top: 145px;
}
 
.side-block {
    margin-right: 0!important;
    padding-right: 0!important;
}
 
#side-bar .menu-item>a {
    padding-right: 0!important;
}
 
.mobile-top-bar ul li:last-of-type ul {
    right: 0;
}
 
/* Hide Search Button Input */
#search-top-box-input {
    display: none;
}
 
/* Relocate Search Button */
#header .button {
    position: relative;
    top: 27px;
    left: 18px;
}
 
#page-content {
    font-size: 0.9em;
}
 
#main-content {
    margin: 0;
}
 
#header, .mobile-top-bar {
    max-width: 100%;
}
 
#side-bar {
    width: 80%;
    position: relative;
}
 
.top-bar {
    display: none;
}
 
.mobile-top-bar {
    display: block;
    padding: 0;
}
 
.page-options-bottom a {
    padding: 0 4px;
}
 
#header h1 a {
    font-size: 85%;;
}
 
blockquote {
    margin: 1em 0;
}
 
#header {
    background-position: 0 5.5em;
    background-size: 60px;
}
 
#header h1, #header h2 {
    margin-left: 66px;
}
 
#header a span, #header a::before {
    position: relative;
    top: 10px;
}
 
table.form td, table.form th {
    float: left;
}
 
td.name {
    width: 15em;
}
 
table.form td, table.form th {
    padding: 0;
}
 
#edit-page-title {
    max-width: 90%;
}
 
.left-column, .right-column  {
    width: calc(100% - 40px);
    padding: 0 20px;
    float: left;
    margin: 10px 0;
}
 
#page-content div, #page-content div table {
    clear: both;
}
 
#page-content div.title {
    word-break: keep-all;
}
 
.page-history tbody tr td:last-child {
    width: 35%;
}
 
.page-history {
    font-size: 0.7em;
}
 
.yui-navset {
    z-index: 1;
}
 
.sideTabview .yui-nav li {
    font-size: 90%;
}
 
.sideTabview .yui-nav li a em {
    padding: 20px 10px!important;
}
 
#navi-bar, #navi-bar-shadow {
    display: none;
}
 
.sideTabview .yui-navset,
.sideTabview .yui-nav,
.sideTabview .yui-content,
.sideTabview .yui-content>div {
    max-height: 500px!important;
}
 
.open-menu a {
    position: fixed;
    top: 0.5em;
    left: 0.5em;
    z-index: 15;
    font-family: 'Nanum Gothic', san-serif;
    font-size: 30px;
    font-weight: 700;
    width: 30px;
    height: 30px;
    line-height: 0.9em;
    text-align: center;
    border: 3px solid #fff;
    background: #000!important;
    border-radius: 0.3em;
    color: #666!important;
    transition: all 0s ease 0s;
}
 
.open-menu a:hover {
    text-decoration: none!important;
    color: #36ffff!important;
    border: solid #36ffff;
    transition: all 0s ease 0s;
}
 
#main-content {
    max-width: 90%;
    margin: 0 5%;
    padding: 0;
}
 
#side-bar {
    display: block;
    position: fixed;
    top: 0;
    left: -25em;
    width: 17em;
    height: 100%;
    background: #000000;
    overflow-y: auto;
    z-index: 10;
    padding: 1em 1em 0 1em;
    -webkit-transition: left 0.5s ease-in-out 0.1s;
    -moz-transition: left 0.5s ease-in-out 0.1s;
    -ms-transition: left 0.5s ease-in-out 0.1s;
    -o-transition: left 0.5s ease-in-out 0.1s;
    transition: left 0.5s ease-in-out 0.1s;
}
 
#side-bar::after {
    content: "";
    position: absolute;
    top: 0;
    width: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
 
}
 
#side-bar:target {
    display: block;
    left: 0;
    width: 17em;
    margin: 0;
    border: 1px solid #dedede;
    z-index: 10;
}
 
#side-bar:target + #main-content {
    left: 0;
}
 
#side-bar:target .close-menu {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.3) 1px 1px repeat;
    z-index: -1;
}
 
.image-block {
    Margin: 10px 0!important;
    float: none!important;
}
 
.image-block, .image-caption, .image-caption-top, .image-block img {
    width: 100%!important
}
 
.hazard-image-block .image-caption-top img {
    width: 35px!important;
}
 
.tableStyle {
    margin-right: 0;
}
 
.featured-block.left-column .body-panel, .featured-block.right-column .body-panel {
    height: 100%;
}
 
.featured-block.left-column, .featured-block.right-column {
    width: 100%;
}
 
.content-panel, .content-box {
Margin: 5px 0px;
}
 
#header h2::before {
    position: relative;
    top: 15px;
}
 
}