
* {
    box-sizing: border-box;
}

body {
    background-color:#22aaee;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
table, th, td{
    border:0.5px solid blue;

}

.column {
    float: left;
    padding: 10px;
}

.left {
  width: 280px;
}

.right {
  width: auto;
}



.button {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}



