.main-block-container {
    width: 80%;
    font-size: 1.2rem;
}


.page-header {
    margin-bottom: 2rem !important;
}
table.GeneratedTable {
  width: 100%;
  background-color: #ffffff;
  border-collapse: collapse;
  border-width: 2px;
  border-color: #c9ebe5;
  border-style: solid;
  color: #000000;
}

table.GeneratedTable td, table.GeneratedTable th {
  border-width: 1px;
  border-color: #c9ebe5;
  padding: 1rem;
    width: 1%;
}
th {
    text-align: center;
}
tr > th {
    background-color: #e9f3f0;
}
table.GeneratedTable thead {
  background-color: #cbe9e4;
}

td {
    text-align: center;
    font-size: 5rem;
    padding: 0 !important;
    color: var(--palette-turquoise);
}
.page-header, footer, footer.footer-beige {
    background-color: #c2ece5;
    border: 6px solid #c2ece5;
    width: 100%;
}
.title {
    font-family: "multicolore", sans-serif;
    font-weight: bold;
    font-size: 1.2rem;
    margin: 0;
    border-bottom: var(--palette-turquoise) 0.5rem solid;
    display: block;
    width: 100%;
    padding: 1rem;
    padding-top: 2rem;
    margin-bottom: 1rem;
    text-align: left;
}
.titles{
    padding: 1rem;
    font-family: "multicolore", sans-serif;
    font-size: 1.1rem !important;
}

.tabname {
    width: 100%;
    font-size: 1.2rem;
    margin-left: 1rem;
}
.tabtext-nobar {
    display: block;
    width: 90%;
    margin: auto;
    padding: 1rem;
}
.tabtext {
    display: block;
    width: 90%;
    margin: auto;
    margin-top: 1rem;
    padding: 1rem;
    border-top: var(--palette-turquoise) 0.1rem solid;
}

.tabtext.last{
    margin-bottom: 50px;
}




/* Defining for mobile*/
@media only screen and (max-device-width: 768px) {
    .tableoverflow {
        overflow-x: scroll !important;
    }
}