.modal-default h3{
	background: black;
	color: white;
	margin-top: 1rem;
	margin-bottom: 1rem;
	padding: 0.5rem;
}

.modal-warning{
	color: cornflowerblue;
}

.modal-err{
	color: red;
}

.modal-input{
	width: 100%;
}

.modal-table{
	width: 100%;
	border-collapse: separate;
	border-spacing: 1rem;
}

.modal-table tr th{
	width: 5rem;
}

.modal-table tr td{
	min-width: 6rem;
}

.modal-table tr td img{
	width: 100%;
}

#download_btn {
	display:inline-block;
	background: black;
	margin-top: 1rem;
	padding: 0.5rem;
}
#download_btn a{
	color: white;
}

