#prompt
{
	position: absolute;
	text-align: center;
	color: #d6d6d6;
	background-color: #0d133f;
	width: fit-content;
	height: fit-content;
	border: 4px solid #94a9ad;
	border-radius: 8px;
	user-select: none;
}

.prompt-button
{
	display: flex;
	text-align: left;
	align-items: center;
	justify-content: space-between;
	color: #0d375d;
	background-color: #d6d6d6;
	width: auto;
	height: fit-content;
	margin: 3px;
	padding-top: 0px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 0px;
	border: 2px solid #94a9ad;
	border-radius: 8px;
	user-select: none;
}

.prompt-button span
{
	/* display: inline-block; */
	white-space: nowrap;
	vertical-align: middle;
	padding-right: 3px;
}
