.ownedInput
{width: 8ch;
}

#makeList 
{text-align:right; 
position:flex;


  
}
#makeList::backdrop
{
	background-color: hsl(240, 0%, 0%, 0.80);
}

#ChangeOwned
{text-align:right;}


#closeDialog
{position:absolute;
right:0%;
top:0%;
background-color: red;
box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0);
border-left:solid;
border-bottom:solid;

}
#delete
{
	background-color:red;
}
#retrieve
{background-color:orange;}


#savedStatus
{
	position:absolute;
	border: none;
	bottom:15px;
	right:15px;	
	width: fit-content;
	color:red;
	background-color:white;
}