/******************************************************************
Theme Name: 1462484802-kenpom.com
Theme URI: http://yoururlhere.com/
Description: This theme was custom made
Author: Your Name Here
Author URI: http://yoururlhere.com
Version: 1.0
Tags: flexble-width, translation-ready, microformats, rtl-language-support

******************************************************************/

/* Add your own styles here */
#s {
	border-radius:10px;
	width: 200px;
}
h2 {
	margin-bottom:0;
	font-size:1.7em;
}
.entry-meta {
	margin-bottom:.6em;
}
h1 {
	font-size:100%;
	font-size:1.7em;
	text-align:center;
}
sup {
	font-size:70%;
	margin-left:-4px;
}
pre{
	text-align:left;
}
blockquote{
	margin:1em 2.5em;
	padding:10px;
	border:1px solid #c76c0c;
	border-left:15px solid #c76c0c;
}
.entry-summary p {
	line-height:1.5em;
}
.footnotes {
	text-align:left;
	font-family:signika;
	font-size:13px;
	border-top:1px solid #aaa;
	margin-top:0.5em;
}
.entry-content ol {
	margin-left:0;
}
.entry-title {
	margin-bottom:0;
}
#content-111 img {
	/* width:unset !important; */
	max-width:100% !important;
}
html{
	margin-top:0 !important;
}
.post {
	padding-bottom: 10px;
}
p {
	margin-bottom: 1em;
}
input {
	width: 60%;
	max-width: 150px;
}
input[type="submit"] {
	width: 30%;
	max-width: 90px;	
}

#content-111 ol li {
	list-style: decimal outside;
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
	font-family: signika;
	line-height: 22px;
}

#logged-in > #login-box {
	margin-left: 140px;
    display: flex;
    padding-bottom: 7px;
    justify-content: space-between;
}

@media screen and (max-width: 650px) {
	#sidebar-111 {
		border-left: none;
		margin: auto;
		padding-left:0px;
		width: 96%;
		border-top: 1px solid #000;
	    margin-top: 10px;
    	padding-top: 10px;
	}
	#data-area{
		max-height:unset;
		padding-bottom: 20px;
	}
	#content-111 {
		padding: 0;
    	width: 96%;
		float: none;
		margin: auto;
	}
}