.main_flex {
	display: flex;
}

.authd li {
	text-align: justify;
	font-weight: bold;
}

body {
    margin: 0;
    background-color: #555;
}
.authd{
    font: 95% Arial, Helvetica, sans-serif;
    margin: 10px auto;
	padding: 16px;
	background: #F7F7F7;
}
.tbut{
    border-radius: 15px;
}
.index{
	font: 95% Arial, Helvetica, sans-serif;
	max-width: 400px;
	margin: 20px auto;
	padding: 16px;
	background: #dddddd;
    border-radius: 15px;
    text-align: center;
}
.index h1{
	background: #9147fe;
	padding: 20px 0;
	font-size: 140%;
	font-weight: 300;
	text-align: center;
	color: #fff;
	margin: -16px -16px 16px -16px;
    border-radius: 15px;
}
.index a{
    color: #fff;
}
.index input[type="text"],
.index input[type="date"],
.index input[type="datetime"],
.index input[type="email"],
.index input[type="number"],
.index input[type="search"],
.index input[type="time"],
.index input[type="url"],
.index textarea,
.index select 
{
	outline: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	background: #fff;
	margin-bottom: 4%;
	border: 1px solid #ccc;
	padding: 3%;
	color: #555;
	font: 95% Arial, Helvetica, sans-serif;
}
.index input[type="text"]:focus,
.index input[type="date"]:focus,
.index input[type="datetime"]:focus,
.index input[type="email"]:focus,
.index input[type="number"]:focus,
.index input[type="search"]:focus,
.index input[type="time"]:focus,
.index input[type="url"]:focus,
.index textarea:focus,
.index select:focus
{
	box-shadow: 0 0 5px #9147fe;
	padding: 3%;
	border: 1px solid #9147fe;
}

.authd a,
.index input[type="submit"],
.index input[type="button"]{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	padding: 3%;
	background: #9147fe;
	border-bottom: 2px solid #30C29E;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;	
	color: #fff;
}
.index input[type="submit"]:hover,
.index input[type="button"]:hover{
	background: #2EBC99;
}

.paypal {
    text-align: center;
}

.nav-button {
    background-color: #555;
    color: white;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    margin: 0;
    padding: 16px 0;
    font-size: 26px;
    width: 25%;
}

.nav-link.hover {
    background-color: #777;
}

.nav {
    margin: 0;
    border: 0;
    padding: 0;
    height: 63px;
}

.tabs {
    color: black;
    display: none;
    padding: 50px;
    text-align: center;
}

.comtable {
    text-align: center;
    background-color: #dddddd;
    border-radius: 15px;
}
.comtable {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: fit-content;
    margin: auto;
    padding: .1% 1% .1% 1%;
}

.comtable td, .comtable th {
border: 1px solid #ddd;
padding: 8px;
}

.comtable tr:nth-child(even){background-color: #f2f2f2;}

.comtable th {
padding-top: 12px;
padding-bottom: 12px;
text-align: left;
background-color: #9147fe;
color: white;
}

