body {

  font-size:100%; 
  text-shadow: 2px 2px 5px rgba(0,0,0,0.8), 0px 0px 2px  rgba(0,0,0,1);
  line-height:1.5;
  font-family: 'Merriweather', Georgia, 'Times New Roman', Times, serif;
  background-color:#262627;
  padding: 10px; 
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	color: #A7B0B2;
	left: 10px;
	top: 10px;
	right: 10px;
	bottom: 10px; }
}

p {font-weight:normal; color:#C1C7C9; font-family: verdana, geneva,helvetica,ms sans serif; font-size:10px; valign:top}
p {
text-shadow: 2px 2px 5px rgba(0,0,0,0.8), 0px 0px 2px  rgba(0,0,0,1);
line-height:1.5;
font-family: 'Merriweather', Georgia, 'Times New Roman', Times, serif;
text-decoration:none; 

color: #7eb6e3;
}
h1 {
    font-size: 1.747em;
    letter-spacing: 2px;
    color: #ffffff;
    text-shadow: 0 1px black;
    padding: 5px;
    position: relative;
    border-radius: 5px;
    border: 2px solid #000000;
    background: linear-gradient(to bottom,  #7db9e8 1%,#2989d8 48%);
 }


h2 {
font-size: 0.874em;
  letter-spacing: 2px;
    color: #eeeeee;
    text-shadow: 0 1px black;
    padding: 5px;
    position: relative;
    border-radius: 5px;
    border: 2px solid #000000;
    background: linear-gradient(to bottom,  #7db9e8 1%,#2989d8 48%);
}

h3 {
font-size:1.229em;
letter-spacing: 2px;
    color: #dddddd;
    text-shadow: 0 1px black;
    padding: 5px;
    position: relative;
    border-radius: 5px;
    border: 2px solid #000000;
    background: linear-gradient(to bottom,  #7db9e8 1%,#2989d8 48%);
}

h4 {
    background-color: #0FffFF;
}

code {
padding: 5px; 
   font-size:130%;
   color:#e3b07d;}

color: #e3c97d
color: #EDAA38;
sup {
padding: 5px; 
   font-size:130%;
   color: #D94E20;
}


a:hover 
{
text-shadow: 2px 2px 5px rgba(0,0,0,0.8), 0px 0px 2px  rgba(0,0,0,1);
line-height:1.5;
font-family: 'Merriweather', Georgia, 'Times New Roman', Times, serif;
color: #FFFFFF; 
text-decoration : none;}

a {
text-shadow: 2px 2px 5px rgba(0,0,0,0.8), 0px 0px 2px  rgba(0,0,0,1);
line-height:1.5;
font-family: 'Merriweather', Georgia, 'Times New Roman', Times, serif;
text-decoration:none; 
color:#43ABff; 
color: #7eb6e3;
}

a[href*="cw:///"]:after {
  font-family: Segoe UI Symbol;
  font-size:50%;
   color: #ccaaaa;
   content: "\E139";
   display: inline-block;
        vertical-align: top;
   width: 8px;
}

h1 a[href*="cw:///"]:after {
   content: "";
   }

span {
   color: #C7D0B2 !important;
}


table { 
  color: #A7B0B2;
  font-family: Helvetica, Arial, sans-serif;
  font-size:90%;
  /* Table reset stuff */
  border-collapse: collapse; border-spacing: 0; 
}

tr:hover {background-color: #1f1f1f}

/*https://github.com/geekytime/segoe-symbol-css*/

::-webkit-scrollbar {
  margin-left: 20px;  
  width: 12px;
  height: 12px;
}
::-webkit-scrollbar-button {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-thumb {
  background: #2989d8;
  border: 0px none #ffffff;
  border-radius: 43px;
}
::-webkit-scrollbar-thumb:hover {
  background: #43abff;
}
::-webkit-scrollbar-thumb:active {
  background: #aad9ff;
}

::-webkit-scrollbar-button {
  width: 78px;
  height: 78px;
}
::-webkit-scrollbar-track {
  background: #3e3e3e;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
  background: #414141;
}
::-webkit-scrollbar-track:active {
  background: #333333;
}
::-webkit-scrollbar-corner {
  background: transparent;
}

