*a{
	text-decoration: none;
}
.invoice {
	margin-top: 43px;
}
#invoice-button {
	text-decoration: none;
}
.box-good {
	border-radius: 0;
}

.box-header {
	border-bottom: 1px solid #dbdbdb;
	padding: 10px;
}
.box-content {
	padding: 20px 10px;
}

.box-footer {
	border-top: 1px solid #dbdbdb;
	padding: 20px 10px;
}
.document-number-footer{
	border-bottom: 1px solid #dbdbdb;
	padding: 20px 10px;
}
@media screen and (max-width: 768px) {
	.table-is-responsive {
		overflow-x: auto;
	}
}
table.is-inverse {
	background-color: whitesmoke;
}
/* table.is-inverse tr:hover {
	background-color: white;
} */

.list-group {
	padding-left: 0;
	margin: 20px;
}

.list-group-unbordered > .list-group-item {
	border-left: 0;
	border-right: 0;
	border-radius: 0;
	padding-left: 0;
	padding-right: 0;
}

.list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: white;
	border: 1px solid #dbdbdb;
}
