<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.totalWidth {
    width: 1100px;
}
.flex-container {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}
.flex-item {
    padding: 10px;
    margin: auto;	
    text-align: center;
}
span {
	position:relative;
	vertical-align: baseline;
}
body {
    font-size: 16px;
}
table, th, thead {
  border-collapse: collapse;
  text-align: center;
  padding: 5px;
  
}

td {
  padding: 5px;
  width: 50px;
}


</pre></body></html>