body {
	color: #666;
	line-height: 28px;
	font-size: 17px;
    -webkit-font-smoothing: antialiased!important;
    font-smoothing: antialiased!important;
}

.absolute {
	position: absolute;
	margin-top: -18px
}

.relative {
	position: absolute;
}

a:hover {
	text-decoration: none !important;
}

a.selected {
	color: #007bff;
}

header {
	box-shadow: 0 2px 14px 0 rgba(0,0,0,0.07);
	border: 1px solid #eee;
}

.brand_logo {
    width: 210px;
    background: url(/images/logo.png) no-repeat;
    background-size: 210px;
    text-indent: -9999px;
    margin: 10px 0 0 0;
    vertical-align: middle;
    height: 60px;
    margin-left: 0px;
}

.postContent p {
	margin-top: 20px;
	margin-bottom: 20px
}

.border {
	border: 1px solid #eee;
}

.tag:hover {
	text-decoration: none;
	background: #eee 
}

.alter-clr-2 {
	color: #f05f70
}

span.pulse {
	color: #666;
	font-size: 12px;
	display: block;
	position: absolute;
	bottom: 10px;
	position: absolute;
	width: 90%;
	left: 50%;
	top: 45%;
	bottom: auto;
	right: auto;
	transform: translateX(-50%) translateY(-50%);
  	text-align: center;
}
span a {
	color: #000000;
	text-decoration: none;
}
span .fa {
	color: #E90606;
	margin: 0 3px;
	font-size: 20px;
	animation: pound 0.35s infinite alternate;
	-webkit-animation: pound 0.35s infinite alternate;
}

@-webkit-keyframes pound {
  	to {
    	transform: scale(1.2);
  	}
}
@keyframes pound {
  	to {
    	transform: scale(1.2);
  	}
}









