table, tr, td, th {
  font-size: 26px;

}

* {
  box-sizing: border-box;
}


.row {
  align-content: center;
  margin-left:-5px;
  margin-right:-5px;
}

.single_table {
  text-align: center;
  align-content: center;
  width: 700px;
  padding: 10px;
	
}

.single {
  margin-left:-5px;
  margin-right:-5px;
  text-align: left;
}

.column_two {
  float: left;
  width: 50%;
  padding: 5px;
}
  
.column {
  float: left;
  width: 33%;
  padding: 5px;
}

/* Clearfix (clear floats) */
.row::after {
  content: "";
  clear: both;
  display: table;
}

table {
  align-content: left;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100% ;
  border: 2px solid #ddd;
  height: 300px;
}

th, td {
  text-align: center ;
  padding: 16px;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other on screens that are smaller than 600 px */
@media screen and (max-width: 1200px) {
  .column {
    width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other on screens that are smaller than 600 px */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}