div.comparison__left {
    float: left;
    width: 22%;
}
div.comparison__right {
    float: right;
    width: 75%;
}
#comparison-listing > .toolbar {
    padding: 10px;
}
#comparison-listing > .toolbar > .comparison__right {
    text-align: right;
}
#comparison-listing .product__listing {
    border: 1px solid #ddd;
    float: left;
    width: 30%;
    padding: 10px;
}
#comparison-listing .product__image {
    text-align: center;
}
#comparison-listing .product__image img {
    border: 1px solid #ddd;
    max-width: 80%;
    height: auto;
}
div.clear-all {
	clear:					both;
	height:					1px;
	visibility:				hidden;
}