.postlove {
	float: right;
	margin-bottom: 5px;
}
.postlove_list {
	font-size: 1.3em;
	vertical-align: top;
}

.like, .liked { 
	width: 16px;
	height: 16px;
	margin-bottom: 5px;
	background-size: 16px 16px;
	color: rgba(48, 48, 48, 0.5);
}

a .like, a .liked, .like_info .fa, .like_info .fa {
	color: rgb(183, 39, 39);
}
.like .fa, .liked .fa {
	font-size: 1.2em;
}
	
/* MODALS */
.modal {
	display: none;
	width: 95%;
	height: 80%;
	-webkit-box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.35);
	box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.35);
	background-color: rgb(255, 255, 255);
}
.modal .inner {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}
.lovelist {
	font-size: 90%;
}
.lovelist ul.topiclist li {
	padding: 5px;
}
.lovelist a.topictitle {
	font-size: 1em;
}
.lovelist b {
	padding: 0 5px;
}
.modal a.close-modal {
	position: absolute;
	top: -12.5px;
	right: -12.5px;
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	z-index: 999;
	background: url(./images/close.png) no-repeat 0 0;
}

.modal-spinner {
	display: none;
	width: 64px;
	height: 64px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-right: -32px;
	margin-top: -32px;
	background: url(./images/spinner.gif) #111 no-repeat center center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
}
