.ProsCons {
    clear: both;
    width: 90%;
    overflow: hidden;
}

.ProsCons div {
    float: left;
    margin-left: 5px;
    width: 45%;
}

.ProsCons div ul,
.ProsCons div p {
    width: 100%;
}

.ColumnB .ProsCons div p.Pros,
.ColumnB .ProsCons div p.Cons {
	color: #518cc8;
	font-weight: bold;
}
