/*table thead tr th {
	font-size: small !important; font-weight: bold !important;
}

table tbody tr td {
	font-size: medium !important;
}

table tbody tr td input {
	padding: 0px !important;
}
*/


#signature {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  border: 2px dotted #000;
}

table.logbook tr:hover { background: lightyellow; }
table.logbook td.highlight, table.logbook th.highlight { background: lightyellow; }
table.logbook td { min-width: 80px; }

.modal-body {
  overflow-x: scroll;
}


.clickable { cursor: pointer; }

.sortorder:after {
    content: '\25bc';   // BLACK DOWN-POINTING TRIANGLE   
}
.sortorder.reverse:after {
    content: '\25b2';   // BLACK UP-POINTING TRIANGLE
}

.doublescroll {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    line-height: 1em;
}

.doublescroll::-webkit-scrollbar {
    -webkit-appearance: none;
}

.doublescroll::-webkit-scrollbar:vertical {
    width: 11px;
}

.doublescroll::-webkit-scrollbar:horizontal {
    height: 14px;
}

.doublescroll::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid white;
    background-color: rgba(0, 0, 0, .5);
}

.topscroll {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-y:hidden;
}

.topscroll {height: 20px; }

.topscrollcontent {
  width:1000px;
  height: 20px;
}
/*
* {
  -webkit-overflow-scrolling: touch;
}

body {
  -webkit-overflow-scrolling: touch;
}

*/
/* https://stackoverflow.com/questions/12845892/ios-overflow-x-or-position-absolute-makes-scrolling-choppy */
