body {font-family: "Lato", sans-serif}
.mySlides {display: none}
.xsTxt {text-align: justify; font-size: 14px; text-indent: 2em;}
.xsDate {text-align: right; font-size: 14px;}
.w4-button:hover{color: #ff7f24!important;background-color:white!important;}
.myNotes {width: 300px; margin: auto; font-style: italic; font-size: 12px; text-align: justify;}
.myEmphasis {border: 2px solid black; padding: 10px; display: inline-block;}
.matbox {margin: 10px; padding: 10px; border-style: dashed; background: cyan;}

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

#myBtn:hover {
  background-color: #555;
}

input[type=text], select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}