/*Navigation*/
.Horizontal-row{
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	align-items: left;
	width: 100%;
	height: 40px;
	text-align: center;
	border-block: 2px solid red;
	margin: 0;
}
.link-container{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
}
.link-container a{
	font-size: 24px;
	margin: 25px;
	color: black;
}
.Bottom{
	display: flex;
	width: 100%;
}
.BottomL{
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	width: 20%;
	background-color: black;
}
.BottomLU1{
	text-align: center;
	border: 1px solid red;
	border-top-left-radius: .5em;
	border-top-right-radius: .5em;
	overflow: hidden;
	margin: 30px 30px 0;
}
.BottomL p{
	width: 300%;
	text-align: left;
	font-size: 18px;
	margin-top: 8px;
	margin-bottom: 1px;
	margin-left: 15px;
	background-color: black;
	color: white;
}
.BottomLU2{
	text-align: center;
	border-left: 1px solid red;
	border-right: 1px solid red;
	border-bottom: 1px solid red;
	border-bottom-left-radius: .5em;
	border-bottom-right-radius: .5em;
	margin: 0 30px 0;
}
select,
::picker(select){
	appearance:base-select;
}
select{
	width: 85%;
	padding: 5px;
	margin: 10px;
	background-color: white;
}
selectedcontent,
option{
	display: flex;
	gap: 0.5rem;
	align-items: 0.25rem;
}
.Selection{
	font-size: 18px;
	color: black;
}
option::checkmark{
	display: none;
}
option:checked{
	background: gray;
}
.BottomLM{
	border: 1px solid red;
	margin: 0 35px;
	background-color:grey;
}
iframe{
	width: 100%;
	vertical-align: bottom;
}
.BottomLL{
	text-align: center;
	border: 1px solid red;
	border-radius: .5em;
	margin: 0 30px;
	background-color: black;
	color: white;
}
.BottomLL p{
	width: 85%;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 8px;
}
.BottomR{
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	align-items: center;
	width: 80%;
	height: 1500px;
}
table {
    width: 95%;
    border-collapse: collapse;
    margin: 20px auto;
}
th, td {
    text-align: left;
    padding: 8px;
    border: 1px solid #ccc;
}
th {
    background: #f4f4f4;
}
@media (max-width: 1147px) {
}
@media (max-width: 840px) {
	.link-container a{
		display: none;
	}
}
@media (max-width: 420px) {
}
