hltml-element
	{
		margin: 0;
		padding: 0;
		box-sizing: border-box;
		min-width: 100vw;
		min-height: 100vh;
	}

body
	{
		background-image: url("./media/popcorn.png");
		background-size: 30%;
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		background-color: #C2C3AA; 
	}

nav
	{
		min-width: 960px;
		max-width: 100%;
		height: 6em; 
		margin: 0;
		padding: 0;
		background-color: #968D94;
		color: #48322F;
		border-radius: 0;
		display: flex;
		flex-direction: row;
		flex: auto;
	}

button
	{
		padding: 4px;
		border-radius: 4px;
	}

bar > button
	{
		margin: auto;
	}

nav h1,
nav p,
nav a
	{
		white-space: nowrap;
		margin: 0;
		padding: 0;
	}

.one
	{
		margin: 0 auto 0 1em;
	}

.two
	{
		display: flex;
		flex: auto;
		align-items: center;
		justify-content: flex-start;	
		padding: 0 0 0 2em;
	}

.three
	{
		flex-wrap: nowrap;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: flex-end;
		margin: 0.33em 1em 0.33em 0;
	}

.three h3 
	{
		white-space: nowrap;
		margin: 0.25em;
	}

.three div button
	{
		white-space: nowrap;
		margin: 0.33em;
		padding: 0.33em;
		width: 100%;	
	}

.three div
	{
		margin: 0.25em;
		padding: 0.25em;
		display: flex;
		flex-wrap: nowrap;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

a,
a:link,
a:visited,
a:hover,
a:active
	{
		color: #48322F;	
		text-decoration: none;
		margin: auto;
	}

.mmdb
	{
		display: flex;
		flex-direction: column;
		width: 960px;
		height: auto;
		margin: 100px auto auto auto;
		border-radius: 16px;
		color: #48322F;
		background-color: #968D94;
		flex: auto;
	}

p.mmdb,
textarea.mmdb
	{
		white-space: pre-wrap;
		overflow-wrap: break-word;
	}

th
	{
		white-space: nowrap;
		text-align: center;
		background-color: #48322F;
		color: #906F3B;
	}

tbody tr:nth-child(odd)
	{
		background-color: #968D94;
	}

td,
th
	{
		padding: 1em;
		text-align: center;
	}

tr > td:first-of-type
	{
		text-align: left;
	}

.danger
	{
		color: #CC2F2D;
	}

.login,
.register
	{
		align-self: start;
		padding: 0.25em;
		width: 8em;
		margin-left: auto;
	}

button[type=submit]
	{
		align-self: start;
		padding 0.5em;
		width: 8em;
		margin: auto 0.5em;
	}

.owner
	{
		margin: 1em;
		display: flex;
		flex-direction: column;
		flex: auto
		padding: 1em;
		width: 960px;
	}

form.owner
	{
		margin: 0.75em 2em 0.5em 2em;
		padding: 0;
		width: auto;
	}

.bar
	{
		display: flex;
		padding: 1em;
		border-style: solid;
		border-width: 1px;
		border-radius: 0.5em;
	}

.bar > div
	{
		display: flex;
		flex-direction: column;
		flex: auto;
	}

.searchbar
	{
		margin: 1em;
		border-style: solid;
		border-width: 1px;
		border-radius: 8px;
		border-color: #48322F;
		padding: 16px;
		background: #C2C3AA;	
	}

.top select,
.kws
	{
		margin: 0 0.5em;
		text-align: center;
		display: flex;
		flex: auto;
		padding: 0.5em;
	}

.search
	{
		overflow: hidden;
		white-space: nowrap;
		display: flex;
		min-width: 8em;
		margin: 0 0.5em;
		padding: 0.5em;
	}

.search1,
.search2
	{
		display: flex;
		min-width: 8em;
		margin: auto;
		padding: 0.5em;
	}

.search2
	{
		 color: red;
	}

.top label,
.bottom label
	{
		margin: auto 0.5em;
		text-align: center;
	}

.table1
	{
		margin: 1em 0 1em 0;
		width: 100%;
		height: auto;
		border-collapse: separate;
		border-spacing: 0;
	}

.table1 th,
.table1 td
	{
		border-color: #48322F;
		border-width: 1px;
		border-style: solid;
		padding: 1em;	
	}

.select_type
	{
		display: flex;
		flex-direction: row;
		align-items: center;
		margin: 16px 8px;
	}	

.owner label 
	{
		font-weight: bold;
		margin-bottom: 1em;
	}

.bottom
	{
		display: flex;
		flex: auto;
	}

.owner input,
.owner select,
.owner label,
.owner button
	{
		margin-bottom: 1em;	
	}

.flash
	{
		display: flex;
		background-color: #C2C3AA;
		margin: 1em 1em 0 1em;
		padding: 1em;
		font-weight: bold;
		border-width: 1px;
		border-style: solid;
		border-radius: 16px;
		justify-content: center;
		align-items: center;
		width: 100%;
	}

.table1 thead th:last-of-type
	{
		border-radius: 0 0.5em 0 0;
	}

.table1 thead th:first-of-type
	{
		border-radius: 0.5em 0 0 0;
	}


.table1 tbody tr:last-of-type td:last-of-type
	{ 
		border-radius: 0 0 0.5em 0;
	}

.table1 tbody tr:last-of-type td:first-of-type
	{
		border-radius: 0 0 0 0.5em;
	}

.tape
	{
		height: 150px;
		width: 100%;
	}

.top,
.bottom
	{
		display: flex;
		flex: auto;
		padding: 0.5em;
	}

.updates
	{
		display: flex;
		flex-direciont: row;
	}
