body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif !important;
	font-size: 12px;
}

table {
	border-collapse: collapse;
	border: 1px solid #d4d4d4;
}

tr:nth-child(even) {
	background: #f1f1f1;

}

th, td {
	padding: 10px 30px;

}

th {
	border-bottom: 1px solid #d4d4d4;
}

input[type='file'] {
	color: transparent;
	margin: 20px;
}

.submit-button {
	padding: 5px 10px;
}

.btn-group button {
	padding: 5px;
}

.red {
	color: red;
	background-color: yellow !important;
}


.tabs {
	width: 20rem;
	margin: 1rem auto 0;
}

.altair-views {
	display: flex;
	flex-direction: column;
}

.cell-control-wrapper {
	display: flex;
	height: 100%;
}


.cell-control-wrapper .form-control {
	margin: auto 0;
	height: auto;
}
