 body {
-webkit-hyphens:auto;
-moz-hyphens:auto;
-ms-hyphens:auto;
-o-hyphens:auto;
hyphens:auto;
word-wrap:break-word;
color:#444;
}

body,html {
	font-family: sans-serif!important;
	font-size: 15px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1.6em;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: 0ex;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
	color: #444444;
}

.navbar-brand {
    float: left;
    padding: 15px;
    font-size: 38px;
    line-height: 1em;
    margin-left: -15px;
 }

 .navbar-header {
    float: left;
    padding: 15px;
    font-size: 38px;
    line-height: 20px;
    margin-left: -15px;
 }

.btn-xs {
    font-size: 16px;
}
article {
margin-bottom:3em;
margin-top:2em;
}

abbr,acronym,blockquote,code,dir,kbd,listing,plaintext,q,samp,tt,var,xmp {
-webkit-hyphens:none;
-moz-hyphens:none;
-ms-hyphens:none;
-o-hyphens:none;
hyphens:none
}

blockquote p {
    font-size: inherit;
    font-weight: inherit;
    line-height: 1.25;
}
pre code {
word-wrap:normal;
white-space:-moz-pre-wrap;
white-space:pre-wrap
}

pre {
white-space:pre
}

code {
white-space:pre;
font-family:monospace
}

.list-group-item {
border:0
}

i {
margin-right:10px
}

a,a:hover {
color:inherit
}

.entry-content a {
text-decoration:none;
border-bottom:1px dotted
}

.entry-content a:hover {
text-decoration:none;
border-bottom:1px solid
}

.entry-content img {
max-width:100%;
height:auto
}

#categories ul,#tags ul {
list-style:none;
padding:0;
margin-left:0
}

hr { Configuration
	border: 0; 
	height: 0.13em; 
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
	background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
	background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
	box-shadow: 0 12px 12px -12px rgba(0,0,0,0.5);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1;
	margin-top: 1em;
	text-rendering: optimizeLegibility; /*  voodoo to enable ligatures and kerning | https://developer.mozilla.org/en-US/docs/CSS/text-rendering */
	color: #222222;
}
