/*list tiled*/

h2, .h2 {
    font-size: 1.3rem;
}
h3, .h3 {
    font-size: 1.2rem;
}
.content_list_item+.content_list_item {
    margin-top: 1rem;
}
.content_list_item {
    padding: 6px 8px 8px 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    border: solid 1px #e6e9eb;
    box-shadow: 0 0.35rem 1.1rem rgba(0, 0, 0, 0.1);
}
.content_list_item.colors_list_item .photo {
	float: left;
    margin-right: 15px;
    margin-top: 4px; 
}
.field.ft_listbitmask.f_area {
	clear: both;
}
.img-thumbnail {
    padding: 0.15rem;
}
.first_type_images, .second_type_images {
    margin-right: 0.3rem;
}
.f_colorcode {
	clear: both;
}

@media screen and (max-width: 560px) {
	.img-thumbnail {
    max-height: 60px;
}
}