.flies-list{
    -moz-column-width: 17em; /* Firefox */
    -webkit-column-width: 17em; /* webkit, Safari, Chrome */
    column-width: 17em;
	text-align: left;
    margin: 0px auto; /*auto centers the container */
    padding: .5em;
    vertical-align:top;
}

.fly-icons{
	display: inline-flex;
}

.pic-button{
	touch-action: manipulation;
    cursor: pointer;
}

.sa-icon.sa-custom { /* generated by sweet alert - this is the image inside of the popup */
	width: 100%;
	/*max-height: 160px;*/
}



.fly-item{
	font-size: 1.15em;
	margin-left: 1.1em;
}


@media all and (max-width: 860px) { /* note: this is not a standard breakpoint - used to get the column spacing right */
	.flies-list{
		-moz-column-width: 12em; /* Firefox */
		-webkit-column-width: 12em; /* webkit, Safari, Chrome */
		column-width: 12em;
	}

	.fly-rating {
		width: 22px;
		height: 12px;
	}
}