html, body {
	line-height: 1.2;
}
table {
	margin-bottom: 0;
}
div {
	margin-bottom: 0;
}

td, th {
	padding: 0;
	border: 0;
}
tbody td, tbody th {
	border: 0;
}
td::after, td::before, th::after, th::before {
	display: none;
}
td, th {
	line-height: 1.2;
	padding: 4px;
}
.button {
	background: #ff9601;
	color: #ffffff;
}
.button:hover,
.button:focus {
	background: #FF8905;
}
.button.is-info {
	font-weight: 500;
	background: #00a2df;
	font-size: 13px;
}
.link-dashed {
	text-decoration: none;
	border-bottom: 1px dotted;
}
.is-row>.is-col {
	flex: initial;
}
@media only screen and (max-width: 767px) {
	.is-row.is-direction-row {
		flex-direction: row;
		flex-wrap: wrap;
	}
	.is-row>.is-col.w-50 {
		flex: 0 0 50%;
		width: 50%!important;
		max-width: 50%!important;
		margin-left: 0;
	}
}
