pre {
  color: darkorange;
}

a, a:visited, a:hover, a:active  {
  text-decoration: none !important;
  color: #1999bf; 
}

html {
	background: url('/images/background2.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
      -moz-background-size: cover;
        -o-background-size: cover;
          background-size: cover;
/*	width: 100%;
	height: 100%;*/
}

#left_bar {
  float:left;
  width: 5%;
}

#stream_part{
  background:rgba(153, 84, 0, 1,0.3);
}

.embedded {
  display:none;
}

#pgclust {
  margin-left: 40px;
  padding-left: 10px;
  border: 2px solid orange;
}

#main_content {
  display:none;
  overflow:auto;
  background:rgba(0,0,0,0.7);
  float: right;
  margin: 25px 25px 20px;
  width: 80%;
  height: 95%
}

#main_content::-webkit-scrollbar  {
  width: 5px;
}

#main_content::-webkit-scrollbar-track {
   -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}       

#main_content::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}           


.inner_cont, .inner_cont li {
  margin: 10px 10px 5px;
/*  color: #524f4f;*/
  color: lightgray;
  display:list-item;
  padding-left:20px;
}


#popup {
  display:none;
/*  background:rgba(0,0,0,0.6);*/
/*  background: rgba(57,28,0,0.8); */
  background: black;
  font-color: black;
  width: 500px; 
  height:150px;
  border-style: solid;
  border-color: white;
  border-width: 1px;
  position: fixed;
  font-family:sans-serif;
  top: 15%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#popup span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 500px;
  height: 150px;
  color: white;
  font-family: sans-serif;
  text-decoration: none;
  font-weight: bold;
}

#emailbox {
      z-index: 1;
      position: fixed;
      bottom: 20;
      left: 30;
}

ul {
    list-style-type: initial;
    margin-left: 40px;
    padding: 0;
/*    width: 50px; */
}

#left_bar > li {
    display: block;
    color: #000;
    padding: 8px 16px;
}

li {
  display> block;
  color: #000;
}
