
BODY{
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
}

.fsize12{
  font-size: 12px;
  color: #000000;
}

.fsize13{
  font-size: 13px;
  color: #000000;
}

.fsize14{
  font-size: 14px;
  color: #000000;
}

.fsize14long{
  font-size: 14px;
  line-height: 150%;
  color: #000000;
}

.btn,
a.btn,
button.btn {
  font-size: 0.9rem;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 8px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.pdf_button,
a.pdf_button {
  color: #fff;
  background-color: rgb(26, 140, 244);
}
.pdf_button:hover,
a.pdf_button:hover {
  color: #fff;
  background: rgb(83, 167, 244);
}
