/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
body {font-size:16px;}
.themonic-nav li {font-size:14px;}
.themonic-nav li a {text-transform: none;}
.themonic-nav li ul li a { font-size:12px;}
.archive-title, .page-title {
	font-size: 32px;
}
.archive-meta {font-size:16px;}
div.sharedaddy h3.sd-title {
	font-size: 16px;
}

.code-download {
	float: left;
	text-align:center;
}

.demo-download {
	text-align: center;
}

.download-btn {
	display: inline-block;
	padding: 10px 20px;
	background-color: #16a1e7;
	margin: 10px;
	border-radius: 5px;
	color: #fff;
	text-decoration: none;
}

.download-btn:hover {
	background-color: #4498c8;
	color: #fff;
}

.code-info {
	float: right;
	padding-left: 15px;
}

.code-thumb {
	padding: 4px;
	border: 3px solid #f4f4f4;
}

.download-preview th {
	text-align: left;
	padding-right: 10px;
}

.single-divider {
	background: #F7F7F7;
	margin: 0 0 20px;
	height: 3px;
}

.official-page {
	text-decoration: none;
	color: #444444;
}

#breadcrumbs {
	padding-bottom: 20px;
}

.ad-bottom {
	margin: 20px auto;
	text-align: center;
}

.ad-article {
  margin: 20px auto;
  width: 336px;
  height: 280px;
  text-align: center;
}

ins {
	background-color: transparent;
}

.ad-top {
	margin: 20px auto;
	max-width: 970px;
	height: auto;
	text-align: center;
}

.leaderboard {
	float: right;
	padding: 7px 10px 7px 0;
	text-align: right;
	width: 728px;
	margin-top: 5px;
}
.entry-content pre, .comment-content pre {
  background-color: #f6f8fa;
border-radius: 3px;
line-height: 1.45;
color:#24292e;
font-size: 100%;
	white-space: pre-wrap;
 white-space: -moz-pre-wrap; 
 white-space: -pre-wrap;
 white-space: -o-pre-wrap;
 word-wrap: break-word;
}
#carbonads{position:relative;display:flex;width:300px;height:250px;background-color:#fff;box-shadow:inset 0 0 1px 1px hsla(0,0%,0%,.15);text-align:center;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",Helvetica,Arial,sans-serif;justify-content:center;align-items:center}#carbonads a{color:#0b91ea;text-decoration:none}#carbonads a:hover{color:#3664A3}#carbonads span{display:block;overflow:hidden}.carbon-img{display:block;margin:0 0 8px;line-height:1}.carbon-img img{max-width:150px!important;width:150px;height:auto}.carbon-text{display:block;margin-bottom:8px;padding:0 10px;font-weight:500;font-size:16px;line-height:1.35}.carbon-poweredby{position:absolute;right:10px;bottom:10px;display:block;padding:5px 6px;border-radius:2.5px;background-color:#f0f0f0;color:#0b91ea!important;text-transform:uppercase;letter-spacing:.5px;font-weight:600;font-size:8px;line-height:1}