body {
	color: #ddd;
	background-color: #35363A;
}

::-moz-selection {
    background: #666;
    text-shadow: none
}

::selection {
    background: #666;
    text-shadow: none
}

hr {
    border-color: #333;
}

blockquote {
	border-color: #ddd;
}

h1,h2,h3,h4,h5,h6 {
	color: #ddd;
}

a,a:hover {
	color: #307BD9;
	text-decoration: none;
}

.site-description a,
.site-description a:hover {
	color: #ddd;
	text-decoration: underline;
}

a:hover {
	opacity: 0.8;
}

.post-tags .tags a {
    border: 1px solid #ddd;
	color: #ddd;
}

.site-title a {
	color: #ddd;
	text-decoration: none !important;
}

.header nav,
.footer {
	border-color: #333;
}

.highlight {
	background-color: #333;
}

table th {
	background-color: #333;
}

table th, table td {
    padding: 10px 20px;
    border: 1px solid #666;
}

pre code {
  display: inline-block;
  font-size: 14px;
}

@media (max-width: 800px) {
    pre code {
        font-size: 12px;
    }
}

.js-disqus-button {
    background-color: inherit;
    border-radius: 14px;
    border: 2px solid #f4f4f4;
    color: white;
    padding: 10px 24px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    margin: 16px auto;
    display: block;
    transition-duration: 0.4s;
}

.js-disqus-button:hover {
    color: black;
    background-color: white;
    text-decoration: none;
}