/*
Theme Name: foxskav
*/


.container {
    max-width: 1200px;
	margin-top: 15px;
	border: 1px solid #fff;
}

.border_bottom {
	border-bottom: 1px solid #fff;
}
.containerp {
    padding-top: 45px;
}
.nonpadding {
	padding-left: 0px;
	padding-right: 0px;
}
#tytul {
	float: left;
	padding: 10px 30px;
	color: #fff;
}
#tytul a {
	color: #fff;
}
#canvas-container {
	height: 400px;
}
img {
	max-width: 100%;
height: auto;
}

h2 {
	font-size: 25px;
}
h3 {
	font-size: 19px;
}
body {
	background-color: #003366;
	color: #000;
	font-family: 'IBM Plex Mono', monospace !important;
}
#menutop {
	border-bottom: 1px solid #fff;
	padding-bottom: 8px;
	z-index: 2;
	background-color: #003366;
	margin-top: 10px;
}

#nav ul li {
	list-style: none;
}
#nav a{
	text-decoration: none;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
}
#nav li {
	margin-right: 30px;
}
#p_1 {
	z-index: 1;
}
.border-left {
	padding-top: 15px;
	border-left: 1px solid #fff;
}
.f_post {
	color: #fff;
	padding: 0px 33px 22px 33px;
	margin-bottom: 24px;

	border: 1px solid #fff;
}
.f_post h1 {margin-bottom: 0px; }
.f_post h3 {margin-top: 0px;}
.f_post p { font-size: 18px;}
.f_post a { color: #003366; }
.entry-date {
	padding-bottom: 10px;
}
.f_post .col-sm-2 {
	padding-left: 0px;
	margin-left: 2px;
	padding-right: 0px;
}
iframe {
	max-width: 100%;
}
.code {
	width: 100%;
	height: 200px;
	overflow-y: scroll;
	background-color: #78788f66;
	padding: 5px 9px;
	font-size: 13px;
}
.code p {
font-size: 13px;
}