.info-btn
{

	display: inline-block;
	min-width: 18px;
	height: 18px;

	outline: 0;
	border: 0;

	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;

	background-color: rgb(85, 150, 255);

	padding: 1px;
	box-sizing: border-box;

	text-align: center;
	font-size: 12px;
	color: #fff;

	cursor: default;

}
