
dialog
{
	width:fit-content;
	max-width:95%;
	background-color: black;
	color: #ff7300;
}

button.close_button
{
	position:absolute;
	top:0;
	right:0;
}

button.new_button
{
	position:absolute;
	bottom:0;
	right:0;
}

dialog > h1
{
   margin-top:-5px;
   font-size:1.5em;
}

input:read-only
{
	background-color:lightgray;
}

