html{
	background-color:#fff;
	/**transition: 1.5s;**/
	min-height:100%
}
h1,h2,h3,h4,h5,h6,h7,ul,li,p,tr,table{
	color:#444;
}
a{
	color:#111;
}
textarea,input{
	background-color: white;
}

#commentform #submit{
	background: #F9F9F9;
}
.children li {
    border-left: 3px solid #000;
}

blockquote {
    border-left: 4px solid #DDD;
}
/* code {
	padding: 0.2em 0.3m;
    background-color: #F0F0F0;
    color: #444;
	border-radius: 3px;
} */
pre{
	border: 1px solid #ddd;
	border-radius: 6px;
}
code:not(.hljs){
	padding: 0.2em 0.4em;
    margin: 0;
    font-size: 90%;
    background-color: #F0F0F0;
    border-radius: 6px;
}
table{
    width: 100%;
	border: 1px solid #dedede; 
	border-collapse: collapse; 
	margin-top: 2px;
    margin-bottom: 10px;
}
table th,
table td {
  height: 35px; 
  border: 1px solid #dedede; 
  padding: 0 10px;
}
table tr:hover {
    background: #efefef; 
}
