#local-search .search-dialog .search-result-list 
{
	max-height: 30.5rem;
}

h2
{
	border-bottom: 1px solid var(--light-grey);
}

#post
{
	padding: calc(10px + 1rem);
}

#article-container
{
	font-size: 16px;
}

#article-container > :first-child
{
	margin-top: 0;
}

#article-container code:not(.hljs)
{
    margin: 0 2px;
    padding: 0 5px;
    border: 1px solid #eaeaea;
    border-radius: 3px;
}

tr:nth-child(even)
{
	background: rgba(153,169,191,0.1)
}
/*
html {
    -webkit-filter : grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
}*/
