<style>

.af-font-01
{
    font-family: "Hahmlet", sans-serif;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    color:darkblue;
}

.af-border {
  border: 1px solid silver;
}

.af-bot-border {
  border-bottom: 2px solid silver;
}

.af-top-bot-border {
  border-color: black;
  border-bottom: 2px solid silver ;
  border-top: 2px solid silver ;
}

.af-nav-bar-border {
  border-bottom: 2px solid silver ;
}

.af-sb {
  border-style: solid;
  border-color: black;
}

.af-width-100-per {
  width: 100%;
}

.af-flex-h {
  display: flex;
  flex-direction: row;
}

.af-flex-h-end {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.af-flex-v {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
}

.af-flex-v-end {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-end;
}

.af-flex-grow-1 {
  flex-grow: 1;
}

.af-flex-grow-2 {
  flex-grow: 2;
}

.af-flex-grow-3 {
  flex-grow: 3;
}

.af-flex-grow-4 {
  flex-grow: 4;
}

.af-flex-grow-5 {
  flex-grow: 5;
}

.af-flex-grow-6 {
  flex-grow: 6;
}

.af-flex-grow-7 {
  flex-grow: 7;
}

.af-flex-grow-8 {
  flex-grow: 8;
}

.af-float_right {
  float: right;
}

.af-bg-01 {
  background-color: #F4F1E1;
}

.af-bg-02 {
  background-color: #F4F1E1;
}

.af-bg-03 {
  background-color: #F4F1E1;
}

.af-bg-04 {
  background-color: #D1D1D1;
}

.af-bg-05 {
  background-color: #D1D1D1;
}

.af-bg-11 {
  background-color: #E4D1D1;
}

.af-bg-12 {
  background-color: #F9F9F9;
}

.af-bg-13 {
  background-color: #F9F9F9;
}

.af-bg-91 {
  background-color: #F9F9F9;
}

.selbutton {
  width: 300px;
  margin-bottom: 2px;
  margin-top: 2px;
}

.selbutton-200 {
  width: 200px;
  margin-bottom: 2px;
  margin-top: 2px;
}

.selbutton-150 {
  width: 150px;
  margin-bottom: 2px;
  margin-top: 2px;
}

.af-button-bg-01
{
  background-image:url("/images/spl/bg_01.png");
  color:darkblue;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  width: 250px;
  height: 40px;
  padding-top:10px;
  border: 1px solid indigo;
  margin-bottom: 2px;    
  border-radius: 15px;
}

.af-button-bg-01-sm
{
  background-image:url("/images/spl/bg_01.png");
  color:darkblue;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  width: 150px;
  height: 40px;
  padding-top:10px;
  border: 1px solid indigo;
  margin-bottom: 2px;    
  border-radius: 15px;
}

.af-button-bg-02
{
  background-image:url("/images/spl/bg_02.png");
  color:darkblue;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  width: 180px;
  height: 50px;
  padding-top:15px;
  border: 1px solid lightgreen;
  margin-bottom: 2px;    
  border-radius: 15px;
}

.af-button-bg-03
{
  background-image:url("/images/spl/bg_03.png");
  color:darkblue;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  width: 180px;
  height: 40px;
  padding-top:10px;
  border: 1px solid lightgreen;
  margin-bottom: 2px;    
  border-radius: 15px;
}

.button101 {background-color: #006400;}
.button102 {background-color: #00FA9A;}
.button103 {background-color: #00FF00;}
.button104 {background-color: #228B22;}
.button105 {background-color: #32CD32;}
.button106 {background-color: #3CB371;}
.button107 {background-color: #7FFF00;}
.button108 {background-color: #90EE90;}
.button109 {background-color: #008CBA;}
.button110 {background-color: #008CBA;}
.button111 {background-color: #008CBA;}
.button112 {background-color: #008CBA;}
.button113 {background-color: #008CBA;}
.button114 {background-color: #008CBA;}
.button115 {background-color: #008CBA;}

.ivbuttoncol-01 {
  background-color: #37807C;
  color:white;
  border-radius: 10px;
}

.ivbuttoncol-02 {
  background-color: #C1E6CB;
  color:black;
  border-radius: 10px;
}

.ivbuttoncol-03 {
  background-color: #C1EEB5;
  color:black;
  border-radius: 10px;
}

.ivbuttoncol-04 {
  background-color: #A8EBB9;
  color:black;
  border-radius: 10px;
}

.ivbuttoncol-05 {
  background-color: #3A53B8;
  color:white;
  border-radius: 10px;
}

.my-min-height-2 {
  min-height: 2px;
  font-size: 40%;
  margin: 0;
  padding: 0;
}

.my-height-20 {
  height: 20px;
}

.my-height-40 {
  height: 40px;
}

.my-height-60 {
  height: 60px;
}
.my-height-80 {
  height: 80px;
}

.my-height-100 {
  height: 100px;
}

.my-height-120 {
  height: 120px;
}

.my-height-160 {
  height: 160px;
}

.my-height-iframe {
  height: 160px;
}

.my-min-height-20 {
  min-height: 20px;
}

.my-min-height-30 {
  min-height: 30px;
}

.my-min-height-40 {
  min-height: 40px;
}

.my-min-height-60 {
  min-height: 60px;
}

.my-min-height-80 {
  min-height: 80px;
}

.my-min-height-100 {
  min-height: 80px;
}

.my-min-height-150 {
  min-height: 150px;
}

.my-min-height-200 {
  min-height: 200px;
}

.my-min-height-400 {
  min-height: 400px;
}

.text-left {
  text-align: left !important;
}

.af-button-lg {
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  width: 120px;
  height: 40px;
  border: none;
  margin-bottom: 4px;
}

.af-button-signin {
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  width: 180px;
  height: 30px;
  border: none;
  margin-bottom: 2px;
}

.af-button-add {
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  width: 140px;
  height: 40px;
  border: none;
  margin-bottom: 2px;
}

.af-button_darkblue {
background-color:darkblue;
font-weight:bold;
font-family:Hahmlet;
color:white;
}

.af-button {
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  width: 140px;
  height: 30px;
  border: none;
  margin-bottom: 2px;
}

.af-button-wide {
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  width: 170px;
  height: 30px;
  border: none;
  margin-bottom: 2px;
}

.af-button-study {
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  width: 140px;
  height: 60px;
  border: none;
  margin-bottom: 2px;
}


.af-button-show {
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  width: 100%;
  height: 30px;
  border: none;
  margin-bottom: 2px;
}

.af-button-back {
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  width: 155px;
  height: 30px;
  border-radius: 6px;
  margin-bottom: 2px;
}

.af-intervel {
  font-size: 9px;
  font-weight: 600;
}

.af-font-9 {
  font-size: 9px;
  font-weight: 600;
}

.af-font-10 {
  font-size: 10px;
  font-weight: 600;
}

.af-font-11 {
  font-size: 11px;
  font-weight: 600;
}

.af-font-12 {
  font-size: 12px;
  font-weight: 600;
}
	
</style>