/*
skin customization
/*


/* FONTS */ 

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@500;700&display=swap');

.ggskin{
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
}

.shaddow--dark{
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}
		

/* remove shaddow on hot spot text */
div.ggskin.ggskin_hotspot{
	transform-style: flat !important;
}


.ht-info__image{
	padding-top: 1rem;	
	text-align: center;
}
.ht-info__image img{
	max-height:150px;
}

/* style  360Kent link */
.node-info a{
	color: inherit;
	text-decoration: none;
}
.node-info a:hover{
	border-bottom: grey 0.125em solid;
}