body {
  font-size: 12px;
  font-weight: 400;
  font-family: 'Tahoma', Arial, sans-serif; 
}
body .wrapper {
    min-height: 100vh;
    position: relative; 
}
   th, td { 
   	white-space: nowrap; 
   }
   div.dataTables_wrapper {
       margin: 0 auto;
   }
   table { 
			width: 100%
}
.table-condensed {
	font-size:12px !important
}
.table td {
	padding: .05rem;
}
.table th {
	padding: .05rem;
}
#scissors {
    height: 64px; /* image height */
    width: 100%;
    margin: auto auto;
    background-image: url('https://static-158c3.kxcdn.com/images/scissors_32.png');
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
#scissors div {
    position: relative;
    top: 50%;
    border-top: 2px dashed black;
    margin-top: -3px;
}
.table-no-spacing {
	border-spacing:0; 
}
.table-condensed {
	padding:1px;
}
.table-condensed>tbody>tr>td, .table-condensed>thead>tr>td, .table-condensed>thead>tr>th {
	padding:1px;
}
