@import url(http://fonts.googleapis.com/css?family=Voltaire);
@import url('https://fonts.googleapis.com/css?family=Nunito:300,400');

body {
	background-color: #123;
    font-family: Nunito, sans-serif;
    color: white;
}

#leftContent, #sidebarContent {
    background: hsla(40,0%,90%,0.5);
}
#toc h1 {
    color: #444;
}
#badge {
    text-align: center;
}
article#main-content {
    background: none;
}
.section {
    font-weight: light;
}  

.sectionOuter {
    background: rgba(0,0,0,0.85);  
    /*margin:20px;*/
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 10px 0px rgba(255,255,255,0.3);
}
h1, h2, h3 {
    font-family: Voltaire, sans-serif;
    text-transform: uppercase;
}
h1 {
    text-align: center; 
    border-bottom: 1px solid white;
    font-size: 200%;
}
h2 {
    font-size: 200%;
    border-bottom: 1px solid white;
}
a {
    color: turquoise;
}
a:hover {
    /*text-shadow: 0 0 2px gold;*/
}
a.inactive {
    color: gray;
}


table {
border-collapse: collapse;
}
td, th {
text-align: left;
vertical-align: top;
padding: 2px 5px;
}
th {
border-bottom: 1px solid #999;
}
td:first-of-type {
border-left: 1px solid #999;
}

.right {
    float: right;
    margin: 0 0 10px 10px;
    background: rgba(255,255,255,0.1);
    padding: 10px;
}

strong {
    font-size: 150%;
    font-family: Voltaire, sans-serif;
    text-transform: uppercase;
}