a, a:visited {
	text-decoration: underline;
}

*, ::after, ::before {
	box-sizing: border-box;
}

a {
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

.htb-table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 1rem;
	background-color: transparent;
}

.htb-table td, .htb-table th {
	padding: .75rem;
	vertical-align: top;
	border-top: 1px solid #e9ecef;
}

.htb-table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #e9ecef;
}

.htb-table tbody+tbody {
	border-top: 2px solid #e9ecef;
}

.htb-table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

@media (min-width:576px) {
	@-webkit-keyframes progress-bar-stripes {
		from {
			background-position: 1rem 0;
		}
		
		to {
			background-position: 0 0;
		}
	}
	
	@keyframes progress-bar-stripes {
		from {
			background-position: 1rem 0;
		}
		
		to {
			background-position: 0 0;
		}
	}
}