.ipe-template-list .template-item {
	width: 46%;
	border: 2px solid #013064;
	text-align: center;
	margin: 2%;
	display: block;
}

.ipe-template-list .template-item:hover {
	border-color: #00b4e1;
}

.ipe-template-list .template-item .template-name {
	font-size: 20px;
	background-color: #013064;
	color: white;
	padding: 10px;
	margin: 0;
}

.ipe-template-list .template-item:hover .template-name {
	background-color: #00b4e1;
}

.fia-ipe-add-template span {
	background-image: url(../img/icon_template.png);
}

/* Disabling top scrollbars for ipe */
#modalBackdrop {
	overflow: hidden;
}