.like_box{
	padding: 0;
	border: none;
	box-shadow: none;
	transition: box-shadow 0.2s ease-in-out;
}
.like_box:hover{
	box-shadow: 0 5px 15px rgba(0,0,0,0.3);
}

.row-centered {
	text-align:center;
}
.row-centered .col-centered {
	display:inline-block;
	float:none;
	margin-right:-4px;
	text-align: center;
	vertical-align:top;
}

.like_box .btn-link{
	text-decoration: none;
	border: 1px solid #fff;
	border-radius: 5px;
	color:#337ab7;
	background-color:#fff;
	transition: border 0.1s, color 0.1s;
	font-weight:700;
}
.like_box .btn-link:hover{
	text-decoration: none;
	border: 1px solid #337ab7;
	border-radius: 5px;
	color:#337ab7;
	background-color:#fff;
	font-weight:700;
}
.ymal{
	margin-left:5px;
	font-size:12px;
}
[role=alert] {
	color: red;
}