.bold{
   color: black;
   font-family: Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
   font-size: 16px;
   font-weight: bold;
}

.column {
  float: left;
  width: auto;
  padding: 0 0 0 50px;
}

/* Clearfix (clear floats) */
.row::after {
  content: "";
  clear: both;
  display: table;
}

.zoom:hover {
  transform: scale(1.25);
  position: relative;
  top: 10px;
}