.col{
    float: left;
    box-sizing: border-box;
}

.one-col{
    width: 50%;
}

.float_right{
	float: right;
}

h2{
	clear: both;
}
