.status_changed {
	background-color: rgb(170, 116, 0);
}

.line_popup {
	z-index: 1;
	position: fixed;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	height: 100%;
	overflow-y: scroll;
	font-size: 13px !important;
}

.line_popup td {
	text-align: left;
}

.popup_content {
	background-color: #000;
	border: 2px solid white;
	border-radius: 25px;
	text-align: center;
	padding: 10px;
}

.popup_content td,
.popup_content th {
	white-space: nowrap;
}

.red_button {
	background-color: #800;
	border-color: #a00;
	font-size: 17px;
	padding: 10px;
}

.green_button {
	background-color: #080;
	border-color: #0a0;
	font-size: 17px;
	padding: 10px;
}

button.green_button:disabled,
button.green_button[disabled] {
	background-color: #020;
	border-color: #040;
	color: #888;
}

.blue_button {
	background-color: #008;
	border-color: #00a;
	font-size: 17px;
	padding: 10px;
}