table, th, td {
  background-color: #FEFBFA;  
  border: 1px solid black;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
  font-size: 21px;
}

tr:hover {background-color: #f5f5f5;}

p {
  font-size: 21px;
}

.entry-content h2 {
    font-size: 2.0em;
}

.entry-content h3 {
    font-size: 2.0em;
}

.entry-content h4 {
    font-size: 2.0em;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.div.textwidth {
		width: 486px;
		height: 486px;
}
		
.element.style {
		width: 100%;
		height:100%
}


/* Float used to arrange side by side pictures in one row */
.column {
  float: left;
  width: 30%;
  }

/* Clear floats after image containers */
.row::after {
  content: "";
  clear: both;
  display: table;
}