.snapshot{
	border: 3px solid #dadada;
    border-radius: 7px;
    margin-bottom: 5px;
}
.snapshot.selected{
	/*outline: none;*/
    border-color: steelblue;
    box-shadow: 0 0 10px steelblue;
}