div#gnulinux-inside {
  float: right;
}
@font-face {
  font-family: 'cern';
  src:url('/fonts/cern-terminal.eot');
  src:url('/fonts/cern-terminal.eot?#iefix') format('embedded-opentype'),
    url('/fonts/cern-terminal.woff') format('woff'),
    url('/fonts/cern-terminal.ttf') format('truetype'),
    url('/fonts/cern-terminal.svg#icomoon') format('svg');
}
body {
    position: relative;
    font-size:21px;
    font-family:'Raleway';
}

body.toggled {
  overflow-x:hidden;
}
nav {
  overflow-y:visible;
  overflow-x:hidden;
}
nav ul {
  height:100%;
  overflow-x:hidden;
  overflow-y:auto;
}
#content {margin-left:68px;}
#content li {
  margin-left:21px;
}
body,
html { height: 100%;}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {background-color: transparent;}

/*-------------------------------*/
/*           Wrappers            */
/*-------------------------------*/

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
/*@media (min-width:1500px){
  #wrapper {
      background-image: url(/protester.png);
      background-position: bottom right;
      background-repeat: no-repeat;
      transition: none;
  }
}
@media (min-width: 768px) {
  .container {
      width: 750px;
  }
}
@media (min-width: 768px) {
  .container {
      width: 683px;
  }
}*/
#wrapper.toggled {
    padding-left: 286px;
}

#sidebar-wrapper {
    z-index: 1000;
    left: 286px;
    width: 0;
    height: 100%;
    margin-left: -286px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #1a1a1a;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#sidebar-wrapper::-webkit-scrollbar {
  display: none;
}

#wrapper.toggled #sidebar-wrapper {
    width: 286px;
}

#page-content-wrapper {
    width: 100%;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -286px;
}

/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/
.sidebar-nav {
    position: absolute;
    top: 0;
    width: 286px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    position: relative;
    line-height: 20px;
    display: inline-block;
    width: 100%;
    font-family:'Press Start 2P';
    text-shadow: 0 0 10px;
    word-wrap: break-word;
    line-height: 1.5em;
}

.sidebar-nav li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 4px;
    background-color: #1c1c1c;
    -webkit-transition: width .2s ease-in;
      -moz-transition:  width .2s ease-in;
       -ms-transition:  width .2s ease-in;
            transition: width .2s ease-in;

}
.sidebar-nav li:first-child a {
    color: #fff;
    background-color: #1a1a1a;
    font-size:10px;
    white-space:nowrap;
}
.sidebar-nav .dropdown-header {
  font-size:8px;
}
.sidebar-nav li span.glyphicon {
    font-size:21px;
}
.sidebar-nav li:nth-child(even):before {background-color: hsl(60, 100%, 20%)}
.sidebar-nav li:nth-child(odd):before {background-color: hsl(0, 100%, 20%)}
.sidebar-nav li:first-child:before {background-color: transparent;}
.sidebar-nav > li:last-child:before {background-color: transparent;}
.sidebar-nav li:hover:before,
.sidebar-nav li.open:hover:before {
    width: 100%;
    -webkit-transition: width .2s ease-in;
      -moz-transition:  width .2s ease-in;
       -ms-transition:  width .2s ease-in;
            transition: width .2s ease-in;

}

.sidebar-nav .sidebar-p {
  margin-top:21px;
}
.sidebar-nav .sidebar-brand p,
.sidebar-nav .sidebar-p p {
  color: #3F3F3F;
  font-family: 'Press Start 2P';
  margin: 0px 20px;
  line-height: 13px;
  font-size: 9px;
  word-break: break-all;
  white-space: nowrap;
}
.sidebar-nav li a {
    font-size:11px;
    display: block;
    color: hsl(150, 100%, 50%);
    text-decoration: none;
    padding: 10px 15px 10px 30px;
}
.sidebar-nav li:first-child a {
    padding: 10px 15px 10px 20px;
}
.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus{
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    font-weight:bold;
    text-shadow:0 0 10px;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 20px;
    line-height: 44px;
}
.sidebar-nav .dropdown-menu {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: #222;
    box-shadow: none;
}
.glyphicon {
  top: 3px;
}
.dropdown.open .glyphicon-chevron-right:before{content:"\e114"}
/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/

.hamburger {
  position: fixed;
  top: 18px;
  z-index: 999;
  display: block;
  width: 52px;
  height: 52px;
  margin-left: 15px;
  background: transparent;
  border: none;
}
.hamburger:hover,
.hamburger:focus,
.hamburger:active {
  outline: none;
}
.hamburger.is-closed:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  position: absolute;
  left: 0;
  height: 7px;
  width: 100%;
}
.hamburger.is-closed .hamb-top {
  background-color: hsl(150, 100%, 31%);
}
.hamburger.is-closed .hamb-middle{
  background-color: hsl(62, 100%, 31%);
}
.hamburger.is-closed .hamb-bottom {
  background-color: hsl(0, 100%, 31%);
}
.hamburger.is-closed .hamb-top {
  top: 5px;
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed .hamb-middle {
  top: 50%;
  margin-top: -3px;
}
.hamburger.is-closed .hamb-bottom {
  bottom: 5px;
  -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed:hover .hamb-top {
  top: 0;
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover .hamb-bottom {
  bottom: 0;
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  background-color: black;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-bottom {
  top: 49%;
  margin-top: -3px;
}
.hamburger.is-open .hamb-top {
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open .hamb-middle { display: none; }
.hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open {
  background: rgba(255, 255, 255, 1);
  border-radius: 26px;
  border-color: white;
  border-width: 1px;
}

/*-------------------------------*/
/*            Overlay            */
/*-------------------------------*/

.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(69, 210, 53, 0.23);
    z-index: 1;
}
pre {
  font-size:13px;
  background: black;
  color: white;
  display:inline-block;
  padding:11px 17px;
  text-shadow: 0 0 10px;
}
*::selection {
  background-color: black;
  color: yellow;
}
h1 {
  font-family: 'Press Start 2P';
  font-size: 22px;
  white-space: pre;
}
h1 .off {
  color:#CFCFCF;
}
h1 span#titleCursor.off {
  display:none;
}
      /*
      body, pre {
        font-family: 'Press Start 2P';
        font-size:14px;
      }
      body:hover *::selection {
        background-color: transparent;
        color: white;
      }
      body, pre {
        font-family: 'Press Start 2P';
        font-size:14px;
        text-decoration:none;
        line-height:15px;
        background-color:black;
        color: #70AF00;
      }
      body:hover, body:hover pre, pre:hover {
        background-color:white;
        color: black;
      }
      #outer {
        position:absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
      }
      #table-container {
        height:100%;
        width:100%;
        display:table;
      }
      #table-cell {
        vertical-align:middle;
        text-align:center;
        height:100%;
        display:table-cell;
      }
      td {
        text-align:left;
      }
      h1, strong {
        font-size:44px;
        line-height:44px;
        font-weight:600;
        display:inline;
      }
      table {
        margin:0px auto;
      }
      */
