.box {
    border-radius: 5px;
    -border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #fff;
    border: 1px solid #efefef;
    box-shadow: 0 1px 3px 0 #ccc;
    -moz-box-shadow: 0 1px 3px 0 #ccc;
    -webkit-box-shadow: 0 1px 3px 0 #ccc;
    margin-bottom: 10px;
	padding: 10px;
} .entry-content p, 
.entry-content ul, 
.entry-content ol,
.entry-content dl,
.entry-content blockquote,
.entry-content h1, 
.entry-content h2, 
.entry-content h3, 
.entry-content h4, 
.entry-content h5, 
.entry-content h6,
.entry-content code,
.entry-content pre,
.entry-content table {
	margin:0 0 10px;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
}

/* Links + Bolg */
.entry-content > a {
	-ms-word-break: break-all;
     word-break: break-all;
     /* Non standard for webkit */
     word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.entry-content > a,
.entry-content  > strong {
	font-weight:600;
}
/* Lists */
.entry-content ul, 
.entry-content ol {
	margin-left:48px;
	padding: 0;
}
.entry-content ul li, 
.entry-content ol li {
	padding-left:6px;
	margin-bottom:12px;
}
.entry-content dt,
.comment-content dt {
	font-weight: 600;
}
.entry-content dd,
.comment-content dd {
	margin-bottom: 24px;
}
/* Blockquotes */
.entry-content blockquote {
	background: #f7f7f7;
	border-left:4px solid #e5e5e5;
	padding: 30px 35px 30px 100px;
    font-style: italic;
	color:#404040;
    position: relative;
}
.entry-content blockquote:before {
	display:block;
	padding: 10px;
	font-family: FontAwesome;
	content: "\f10d";
	position:absolute;
	left:25px;
	top:30px;
	font-style:normal;
	font-size:26px;
	color:#ccc;
	border:2px solid #ccc;
	border-radius:99%;
	-moz-border-radius:99%;
	-webkit-border-radius:99%;
}
.entry-content blockquote p {
	margin:0 0 20px;
	line-height:20px;
}
.entry-content blockquote p:last-of-type {
	margin:0;
}
/* Headings */

.entry-content h1 {
	font-size: 23px;
	line-height: 30px;
}
.entry-content h2 {
	font-size: 26px;
	line-height: 32px;
	margin-top: 0px;
}
.entry-content h3 {
	font-size: 24px;
	line-height: 30px;
}
.entry-content h4 {
	font-size: 18px;
	line-height: 24px;
}
.entry-content h5 {
	font-size: 16px;
	line-height: 22px;
}
.entry-content h6 {
	font-size: 14px;
	line-height: 20px;
}
/* Code/Pre */
code, pre {
	display: block;
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
	font-size: 13px;
	line-height: 22px;
	word-break: break-all;
    word-wrap: break-word;
}
pre {
	background:#F7F7F7;
	border: 1px solid #E5E5E5;
	padding: 20px;
}
/* Tables */
.entry-content table {
	background:#fafafa;
	border: 1px solid #E5E5E5;
	line-height: 2;
	width: 100%;
}
.entry-content table thead,
.entry-content table tfoot  {
	background:#f2f2f2;
}

.entry-content table td:first-child,
.entry-content table th:first-child {
	border-left: none;
}
.entry-content table tbody tr:nth-child(even) {
	background:#fff;
}

/* Intro Style */
.entry-content > .intro {
	line-height:28px;
	font-size:20px;
}.entry-content dl.gallery-item {
	margin: 0;
}
@media only screen and (max-width: 767px) {
	.entry-content h1 {
	font-size: 20px;
	line-height: 25px;
}
.entry-content h2 {
		font-size: 20px;
		line-height: 25px;
		margin-top: 0px;
	}
}

.entry-content img {
    max-width: 100%;
    height: 100% !important;
    width: fit-content !important;
}