button.orange {
  border: none;
  font: bold italic 13pt Georgia,sans-serif;
  color: #6d3838;
  white-space: nowrap;
  /* http://colorzilla.com/gradient-editor/#ffbf13+0,ffd87f+100 */
  background: #ffbf13; /* Old browsers */
  background: linear-gradient(to bottom, #ffbf13 0%,#ffd87f 100%);
}

.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* old */
.nfFlashMsg {
  font: bold 11pt "Trebuchet MS",Arial,Helvetica,sans-serif;
  text-align: left;
  color: #eee;
  margin: 5px 0;
  line-height: 2.6ex;
  padding: 5px 13px 6px 10px;
  text-indent: 27px;
  border-radius: 5px;
}

.nfFlashMsg_error {
  border: 2px solid #9D0E0E;
  background: #740C0C url(../../nf/images/icon_error.png) no-repeat 10px 7px;
  color: #fff;
}
.nfFlashMsg_error a {
  color: #eee;
  text-decoration: underline;
}
.nfFlashMsg_error a:hover { background-color: #9D0E0E; }

.nfFlashMsg_notice {
  border: 2px solid #607AA9;
  background: #496587 url(../../nf/images/icon_notice.png) no-repeat 12px 8px;
  color: #fff;
}
.nfFlashMsg_notice a {
  color: #eee;
  text-decoration: underline;
}
.nfFlashMsg_notice a:hover { background-color: #607AA9; }

.nfFlashMessages {
  margin: 15px 0;
}

.template,
.js_hidden,
.hidden { display: none; }

#surehits{
  display: inline-block;
}
#surehits .listingTable,#surehits .listingTableAlt{
  box-sizing: content-box;
}
/* Bootstrap styles */
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn:hover {
  text-decoration: none;
}
.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.mt-2, .my-2 {
  margin-top: .5rem!important;
}
.mr-2, .mx-2 {
  margin-right: .5rem!important;
}
