
.fadein { 
    position:relative; height:332px; width:500px; margin:0 auto;
    /*background: #ebebeb;*/
    padding: 10px;
 }
 
.fadein img{
	position:absolute;
	width: calc(96%);
    height: calc(94%);
    object-fit: scale-down;
}

.formdesc {
	max-width: 280px;
}

.formcol3 {
	min-width: 80px;
}

.tablesorter {
    width: auto;
}

.tablesorter .tablesorter-filter-row td:nth-child(11n+3) .tablesorter-filter {
    width: 100px;
}

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}

.width50 {
    max-width: 50px;
}

.width80 {
    max-width: 80px;
    min-width: 80px;
}

.stencil {
    /*font-family: 'Stardos Stencil';*/
    font-family: 'Allerta Stencil';
}

.ui-widget {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
}

#the-count {
  float: right;
  padding: 0.1rem 0 0 0;
  font-size: 0.875rem;
}