/**** Masonry CSS ****/

.wrap {
	margin-bottom: 20px;
}

.wrap_2 {
	margin-top: 20px;
	border-top: 1px dotted black;
	margin-bottom: 20px;
	padding-top: 20px;
}


.wrap:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.box {
    margin: 5px 10px 15px 5px;
    padding: 10px;
    border-radius: 5px;
    font-size: 11px;
    float: left;
	min-height: 10px;
	width: 200px;
	text-align: justify;
	background-color: white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.post .wrap a
{
	text-decoration: none;
}

.post .wrap_2 a
{
	text-decoration: none;
}

.box:hover
{
    background: #8BCAD6;
	color: white;
}

.col_1 { max-width: 280px;}
.col_2 { max-width: 180px; }
.col_3 { width: 750px; }




/**** Primer comparison ****/

#comparison {
    overflow: auto;
}

#comparison .example {
    width: 420px;
    float: left;
    margin-right: 20px;
}

#comparison .box h5 {
    float: left;
    margin-bottom: 0;
    font-size: 30px;
    margin-right: 4px;
    line-height: 28px;
    font-weight: bold;
    color: #FFF;
}
