/**
 * Chrome Extension Twitter Bootstrap 3 Template
 * Custom CSS
 *	
 */

html, body {
	overflow-y: auto;
}

body {
  padding-top: 70px;
}

span { 
  font-family: helvetica;
  font-size: 14px;	
}

/* Basic style tweaks */
section { padding: 5px;}

#backOfficeContent, #backofficeActueelNummerValueId, #backofficeGemiddeldeWachttijdValueId, 
#backofficeAantalWachtendenValueId, #backofficeActueleWachttijdValueId {
	font-family: Roboto;
	font-size: 56px;
}

#afhaalmonitorHeader {
	font-size: 32px;
	font-family: Roboto;
	font-weight: thick;
	letter-spacing: 4px;
	padding-top: 8px;
}

.table-borderless tbody tr td,
.table-borderless tbody tr th,
.table-borderless thead tr th,
.table-borderless thead tr td,
.table-borderless tfoot tr th,
.table-borderless tfoot tr td {
    border: none;
    border-spacing: 2px;
}

/* Scroll Bar */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); }
::-webkit-scrollbar-thumb, ::-webkit-scrollbar-thumb:window-inactive  { background: red; }