/* VERSIE 240409.1 */

 * {
  box-sizing: border-box;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}


html {
  font-family: "Lucida Sans", sans-serif;
  font-size: 110%;
  background-color: #F5F5F5; /* WhiteSmoke */
}


.header {
  background-color: #4B0082; /* Indigo */
  color: #ffffff;
  padding: 15px;
}


[class*="col-"] {
  float: left;
  padding: 20px;
}

.col-1  {width: 8.33%;}
.col-2  {width: 16.66%;}
.col-3  {width: 25%;}
.col-4  {width: 33.33%;}
.col-5  {width: 41.66%;}
.col-6  {width: 50%;}
.col-7  {width: 58.33%;}
.col-8  {width: 66.66%;}
.col-9  {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}


[class*="tabtx-"] {
  float: left;
  padding: 4px;
  display: flex;
  flex-wrap: wrap;
  font-family: "Verdana", sans-serif;
  font-size: 100%;
 }

.tabtx-1  {width: 8.33%;}
.tabtx-2  {width: 16.66%;}
.tabtx-3  {width: 25%;}
.tabtx-4  {width: 33.33%;}
.tabtx-5  {width: 41.66%;}
.tabtx-6  {width: 50%;}
.tabtx-7  {width: 58.33%;}
.tabtx-8  {width: 66.66%;}
.tabtx-9  {width: 75%;}
.tabtx-10 {width: 83.33%;}
.tabtx-11 {width: 91.66%;}
.tabtx-12 {width: 100%;}


[class*="tab-"] {
  float: left;
  padding: 2px;
  text-align:center;
  font-size: 100%;
  border: 1px solid black;
  }


.tab-1  {width: 8.33%;}
.tab-2  {width: 16.66%;}
.tab-3  {width: 25%;}
.tab-4  {width: 33.33%;}  
.tab-5  {width: 41.66%;}
.tab-6  {width: 50%;}
.tab-7  {width: 58.33%;}
.tab-8  {width: 66.66%;}
.tab-9  {width: 75%;}
.tab-10 {width: 83.33%;}
.tab-11 {width: 91.66%;}
.tab-12 {width: 100%;}


@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  [class*="col-"] {
    width: 100%;
  }
}


.hsv {
	font-family: "Times New Roman", "Times", serif;
	font-style: italic;
	font-size: 110%;
}


.button {
  display: block;
  background-color: #4B0082; /* Indigo */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration-line: none;
  display: inline-block;
  font-size: 102%;
  margin: 4px 2px;
  cursor: pointer;
  transition-duration: 0.1s;
  width: 100%;
}


.button:hover {
  background-color: MediumSeaGreen;
  color: #000000; /* Black */
}


