.waku-h-margin {
  width: 100%;
  height: 5px;
  background-color: forestgreen;
  border-style: solid;
  border-color: forestgreen;
  border-width: 0px;
}  


.menu-language {
  width: 0;
  height: 12pt;
  background-color: #FFFFFF;
  margin: 0px;
}


.menu-main {
  width: 100%;
  height: 16pt;
  background-color: #FFFFFF;
  font-size: 12pt;
  font-family:"Times new Roman";
  margin: 0px;
}
.menu-main-left {
  width: 20%;
  font-size: 14pt;
  color: forestgreen;
  font-family: "Times new Roman";
  text-align: left;
  float: left;
  border-style: solid;
  border-width: 0px;
  border-color: black;
}
.menu-main-right {
  width: 100%;
  font-size: 12pt;
  color: black;
  font-family: "Times new Roman";
  word-spacing: 20px;
  text-align: right;
  border-style: solid;
  border-width: 0px;
  border-color: black;
}


.links {
  width: 100%;
  height: 12pt;
  background-color: #FFFFFF;
  font-size: 10pt;
  font-family: "Times new Roman";
  margin: 0px;
}
.links-left {
  width: 20%;
  font-size: 12pt;
  color: black;
  font-family: "Times new Roman";
  word-spacing: 40px;
  text-align: left;
  float: left;
  border-style: solid;
  border-width: 0px;
  border-color: black;
}
.links-right {
  width: 75%;
  font-size: 12pt;
  color: white;
  font-family: "Times new Roman";
  word-spacing: 100px;
  text-align: right;
  border-style: solid;
  border-width: 0px;
  border-color: black;
}


.renewal {
  width: 100%;
  height: 120px;
  background-color: #FFFFFF;
  font-size: 12pt;
  font-family: "Times new Roman";
  margin-top: 5px;
  margin-bottom: 5px;
  overflow-y: scroll;
  scrollbar-face-color: white;
  scrollbar-arrow-color: forestgreen;
  scrollbar-3dlight-color: forestgreen;
  scrollbar-darkshadow-color: forestgreen;
  scrollbar-highlight-color: white;
  scrollbar-shadow-color: white;
}


.font2 {
  font-size: 10pt;
  font-family: "Times new Roman";
}



