body {
	text-align: center;
}

h1, th {
	text-decoration: underline;
}

.go-back {
	display: block;
	text-align: left;
}

.success {
	color: #00FF00;
}
.error {
	color: #FF0000;
}

.container {
	margin: auto;
	display: block;
	border: 1px solid #000;
	text-align: center;
	max-width: 400px;
}

.table {
	border-collapse: collapse;
	width: 100%;
}
.table, .table th, .table td {
	border: 1px solid #000;
}

input {
	text-align: center;
}

.container input::placeholder {
	opacity: 0.6;
	color: #FFF;
	font-weight: bold;
}

select {
	font-weight: bold;
	text-align: center;
}
.container input[type=text],
.container input[type=number],
.container input[type=date],
.container select {
	background-color: #FF0000;
	color: #FFF;
	width: 225px;
	font-weight: bold;
	opacity: 1;
}

.table {
	text-align: center;
}
.table:hover {
	cursor: pointer;
}

.selected-row {
	background-color: #53C9FF
}

#delete-button {
	display: block;
	text-align: left;
}