* {
  box-sizing: border-box;
}

/* Create two equal columns that floats next to each other */
.col {
  float: left;
  width: 10%;
  padding: 10px;
  height: 255px; /* Should be removed. Only for demonstration */
}
.column {
  float: left;
  width: 30%;
  padding: 10px;
  height: 255px; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
  margin-left: 100%;
}

.error {
  font-size: 80%;
  color: #ff3377;
}

.proceed {
  padding: 3px 9px 3px 9px;
  font-size: 90%;
  background: #c2f0c2;
  border-radius: 4px;
  cursor: pointer;
}

.paypal {
  padding: 4px 15px 4px 15px;
  font-size: 100%;
  background: #ffcc00;
  border-radius: 10px;
  cursor: pointer;
}

.banks {
  margin-left: 20px;
  padding: 3px 15px 3px 15px;
  font-size: 80%;
  background: #ffeb99;
  border-radius: 10px;
  cursor: pointer;
}
