.centeredmessage {
	min-width: 200px;
	font-size: 12px;
	text-align: justify;
	background-color: white;
	filter: drop-shadow(2px 2px 4px rgba(0,0,0,.1));
	border-radius: 15px;
	padding: 20px;
	margin-bottom: 30px;
}

.btn {
	margin-right: 10px;
	border-radius: 8px;
}

a.silentlink {
	color: black;
	text-decoration: none;
}

.groupbox {
	background-color: white;
	border: 1px solid lightgray;
	border-radius: 6px;
	padding: 15px;
	overflow: hidden;
	filter: drop-shadow(2px 2px 4px rgba(0,0,0,.1));
}

.alert {
	padding-bottom:10px;
	border-radius: 10px;
	filter: drop-shadow(2px 2px 4px rgba(0,0,0,.1));
	margin-top: 20px;
}

.badge {
	height: 17px;
	vertical-align: top;
	margin-top: 3px;
}

div.buttons {
	margin-top: 10px;
	height: 40px; 
	float: left;
}

.alert {
  display: block;
  background-color: white;
  color: black;
  border: 0px;
  border-left: 12px solid;
  padding: 8px 30px 8px 12px;
  filter: drop-shadow(2px 2px 4px rgba(0,0,0,.2));
  max-width: 100%;
  word-wrap: break-word;
  font-size: 1em;
  position: relative;
  line-height: 1.4;
  max-height: none;
  overflow: hidden;
}

.alert-danger {
	border-color: red;
}

.alert-primary {
	border-color: rgb(0, 110, 253);
}

.alert-secondary {
	border-color: rgba(124, 124, 124, 0.527);
}

.alert-success {
	border-color: rgb(0, 165, 41);
}

.alert-warning {
	border-color: rgb(253, 143, 0);
}

.alert-close {
  position: absolute;
  top: 4px;
  right: 8px;
  cursor: pointer;
  font-size: 1.2em;
  color: #666;
  font-weight: bold;
}

.alert-close:hover {
  color: rgb(17, 0, 255);
}