<!--
body,td,th {
	color: #d0d0d0;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #1d1d1d;
	font-family:'Barlow',sans-serif;
	font-size: 17px;
}
form {
    display: inline;
}
a:link {
	color: #cb020f;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #cb020f;
}
a:hover {
	text-decoration: none;
	color: #cb020f;
}
a:active,a:focus {
	outline: none;
	text-decoration: none;
	color: #cb020f;
}

.topbar {
	width: 100%;
	margin: auto;
	align-content: center;
	text-align: center;
}
.maindiv {
	border: 2px solid #cb020f;
	width: 100%;
	margin: auto;
	background-color: #111111;
}
.mainmenu {
	display: inline-block;
	padding: 10px;
	width: 100%;
}
.menubutton {
	border: 2px solid #cb020f;
	background-color: #7b0000;
	color: #E0E0E0;
	border-radius: 5px;
	font-weight: 800;
	font-size: 20px;
	padding: 5px 15px;
	transition-duration: 0.5s;
	margin-right: 5px;
	cursor: pointer;
}
.menubutton:hover {
	background-color: #ab0000;
	transition-duration: 0.5s;
}
#medbutton {
	border: 2px solid #cb020f;
	background-color: #7b0000;
	color: #E0E0E0;
	border-radius: 5px;
	font-weight: 800;
	font-size: 18px;
	padding: 4px 10px;
	transition-duration: 0.5s;
	cursor: pointer;
	margin: 5px 0px;
}
#medbutton:hover {
	background-color: #ab0000;
	transition-duration: 0.5s;
}
.maincontent {
	flex-grow: 1;
}
.mainflex {
	display: flex;
	width: 100%;
	flex-direction: row;
	flex-wrap: wrap;
}
.mainbox {
	border: 2px solid #cb020f;
	background-color: #000000;
	border-radius: 5px;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
}
.title01 {
	font-weight: 800;
	font-size: 20px;
}
hr {
    border: 0;
    height: 2px;
    background: #cb020f;
	margin: 10px 0px;
}
#textfield {
	background-color: #000;
	border: 2px solid #cb020f;
	border-radius: 5px;
	padding: 10px 15px;
	color: #ddd;
	margin: 0px;
}
.productbox {
	display: inline-block;
	padding: 10px;
	margin: 10px;
	flex-basis: 380px;
	flex-wrap: wrap;
}
.profbox {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
	width: 250px;
	border: 2px solid #666;
	border-radius: 5px;
	padding: 5px;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
}
#p_pic {
	width: 236px;
}

.spinner {
   width: 30px;
   height: 30px;
   border-radius: 50%;
   background: conic-gradient(#0000 10%,#cb020f);
   -webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 9px),#000 0);
   animation: spinner-zp9dbg 1s infinite linear;
}
@keyframes spinner-zp9dbg {
   to {
      transform: rotate(1turn);
   }
}


@media (min-width: 1600px) {
	.topbar {
		width: 1600px;
	}
	.maindiv {
		width: 1600px;
	}
	.mainflex {
		width: 100%;
	}
}


-->