.xbody {
  font-family: 'Nunito Sans','Source Sans 3','Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.coret { text-decoration: line-through;}

.stamp { font-family: Tektur,'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;}
ul li a:hover{font-weight: bold;}
.modal-dialog { z-index: 1010;}
.modal-overlay {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

}
.hide {display:none;visibility:hidden;}
.table-hover tbody { cursor:pointer; }
dt {margin:0px}
dd {margin:0px}
textarea {resize:none;}
.table-hover tbody {cursor:pointer;}
.table-hover tfooter {cursor: default;background-color:white;}
.hide {display:none;visibility:hidden}
.nowarp {white-space: nowrap;}
.pre {white-space: pre;}
.report {font-family: 'Montserrat', sans-serif; font-size:small;}

@media only screen and (max-width: 900px) {
  .hide-mobile {
      display: none;
  }
}  
@media only screen and (min-width: 900px) {
  .hide-screen {
      display: block;
  }
}  