h1{
	font-size: 1.56em;
}

.act_content {
  font-family: Arial, Helvetica, sans-serif !important;
}

.btn-hover:hover{
	opacity: 0.9;
	cursor: pointer;
	-ms-transform: scale(1.1); /* IE 9 */
   	-webkit-transform: scale(1.1); /* Safari */
    transform: scale(1.1);
}
div[data-sg-id='item-popup']{
	border-radius: 15px;
	box-shadow: 5px 5px 15px 0px black;
}

.icon_close_button{
	position: absolute;
	top: -23px;
	right: -23px;
	z-index: 3;
}
