@charset "UTF-8";

.title {
	text-align: left;
}

.button-wrapper {
	display: flex;
	justify-content: left;
	width: auto;
}

button.btn.btn-success {
	min-width: 120px;
}

th {
	background-color: #cce6ff !important;
	font-weight: 400;
}

table.environment-detail th{
	background-color: rgb(218, 233, 248) !important;
	border: 0;
}

td {
	text-spacing-trim: space-all;
}

td.t-align-center {
	text-align: center;
}

th.v-align-top {
	align-content: baseline;
}

textarea {
	width: 100%;
}

td.empty-row {
	height: 20px;
	background-color: rgb(218, 233, 248) !important;
}