/* navRst */
.mm-listview.thumbler li.img a {
   font-size: 16px;
   color:#333
}
.mm-listview.thumbler li.img a small {
    font-size: 12px;
   color:#333
}
.mm-listview.thumbler li.img a img {
   border-radius: 50px;
   width: 50px;
   height: 50px;
   margin: -5px 10px -5px -5px;
   float: left;
}
.mm-listview.thumbler li.img span img {
   border-radius: 50px;
   width: 50px;
   height: 50px;
   margin: -5px 10px -5px -5px;
   float: left;
}
.mm-listview.thumbler .bomb {
   display: flex;
   align-items: center;
}

/*...and a bit more to indent the item border with the text.*/
.mm-listview.thumbler li.img:after {
    left: 75px !important;
}
/* Change the items size .. All sizes in the menu can easily be overridden with basic CSS. */
.mm-listview.thumbler>li> a,
.mm-listview.thumbler>li> span {
   padding-top: 20px;
   padding-bottom: 20px;
}
.mm-menu li.imgspan span img {
   border-radius: 50px;
   width: 50px;
   height: 50px;
   margin: -5px 10px -5px -5px;
   float: left;
}
.mm-listview h2 {
   font-family:'Great Vibes', cursive;
   text-align:center;
   padding:5px;
   margin-top:8px;
   width:100%;
   background-color:#FAB542;
}

/******************************/

/******************************/

/****************
IMG DIRECT LINK
*****************/

/****************
IMG SPAN
*****************/

/****************
scheda
*****************/
div.polaroid {
	width:80%;
	background-color:white;
	margin-bottom:25px;
	box-shadow: 0 4px 8 px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
div-container {
	text-align:center;
	padding:10px 20px;
}

/* navRstexcel 
Ereditato da ul.mm-listview 

ul.mm-listview {
	line-height:20px;
	font-size:14px;
}
.mm-listview > li > a,
.mm-listview > li > span {
	white-space:nowrap;
	display:block;
	margin:0;
	padding:10px 10px 10px 20px;
	text-overflow:ellipsis;
}

li.imgspax img {
   border-radius: 50px;
   width: 50px;
   height: 50px;
   margin: 0 10px -5px -5px;
   float: left;
}

*/