@charset "utf-8";
/* CSS Document */

.app {
	text-align:center;
}

.app_icon {
	display: inline-block;
	margin:2em;
}

.app_icon img{ 
	margin-left:auto;
	margin-right:auto;
	border:5px solid;  border-radius:50%;
}

.app_icon a{
		font-weight:600;
		font-variant:small-caps;
	color:#888888!important;
}

.app_icon img:hover{
	border-color:#0d87c7;

}


.app_icon a:hover {
	font-weight:600;
	
	color:#0d87c7!important;
	text-decoration:none!important;

}