﻿#myBtn {
  display: block;
  position: fixed;
  bottom: 10px;
  right: 30px;
  z-index: 99;
  font-size: 15px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 10px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: rgb(105, 21, 242);
  cursor: pointer;
}

#myBtn:active {
  background-color: rgb(17, 240, 32);
}

#myBtn::after {
  content: "\f062";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 40px;
  color: #fff;
}

#myBtnback {
  display: block;
  position: fixed;
  bottom: 80px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 8px;
  border-radius: 4px;
}

#myBtnback:hover {
  background-color: rgb(105, 21, 242);
  cursor: pointer;
}

#myBtnback:active {
  background-color: rgb(17, 240, 32);
}

#myBtnback::after {
  content: "\f0a8";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  color: #fff;
}

body {
  width: 99%;
  margin: 2px;
  background-color: rgb(23, 185, 23);
}

html {
  font-size: 10px;
  font-family: "Open Sans", sans-serif;
  background-color: #da0d0d;
}
.nag1 {
  display: inline-block;
  border: #000000;
  border-style: solid;
}
.lin1 {
  display: inline-block;
   border: #fff;
  border-style: solid;
}

.lina {
  line-height: 1.5;
  font-size: 15pt;
}

.sor1 {
  top: 0px;
  left: 10%;

  line-height: 1.5;
  font-size: 15pt;
  border: #000000;
  border-style: solid;
}
.sor2 {
  margin-left: 10px;
  line-height: 1.5;
  font-size: 15pt;
  border: #000000;
  border-style: solid;
}

#sor3 {
  line-height: 1.5;
  font-size: 15pt;
}
input {
  height: 25pt;
  font-size: 15pt;
  size: 6;
}
.t1 {
 
   font-size: 15pt;
}
.w1 {

  font-size: 15pt;
}
.k1,.k2 {
  font-size: 15pt;
}
.k1 span {
   font-size: 10pt;
}

.nag1p,
.nag2p {
  
    writing-mode: vertical-rl;
   
}
.nag1p {
   font-size: 10pt;
}
.nag2p {
   font-size: 12pt;
}
thead {
  position: sticky;
 
}
tbody {
  overflow-y: auto;
}

