.col_a {
  float: left;
  width: 680px;
  padding-top: 10px;
}

.col_b {
  float: right;
  width: 260px;
  border-left: 1px solid rgb(98, 80, 66);
}
