body {
	background: black;
	color: #06ea61;
	font-family: 'Roboto', sans-serif;
}

h1 {
	font-weight: normal;
	font-family: 'VT323', monospace;
}

.code-highlight {
    font-size: 14px;
    letter-spacing: 1px;
    white-space: pre;
    font-family: 'Roboto', sans-serif;
    overflow: scroll;
}

.nav>li>a {
	color: white;
}

.tab-content>.tab-pane {
    border: 1px solid white;
    border-top: 0;
    padding: 0 20px;
}

.nav-tabs>li>a:hover {
    color: black;
    background: silver;
}

a {
    color: #00ea61;
    text-decoration: underline!important;
}

a:hover {
    color: white;
}

footer {
	padding: 20px;
	text-align: center;
	font-family: 'VT323', monospace;
	font-size: 17px;
}

.table {
	color: white;
}

r {
    margin-left: 4px;
    color: yellow;
    font-weight: bold;
}

.nav-tabs>li>a {
    text-decoration: none!important;
}