* {
    font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
}
.userCSS input[type="submit"]{
	width: 100%;
	padding: 15px;
	margin-top: -8px;
	background-color: rgb(52, 13, 88);
	border: 0;
	cursor: pointer;
	font-weight: bold;
	color: #ffffff;
	transition: background-color 0.2s;
}
.userCSS input[type="submit"]:hover {
	background-color: rgb(77, 33, 119);
	transition: background-color 0.2s;
}
.userCSS input[type="text"]{
	width: 150%;
	padding: 15px;
	right: 10px;
	margin-top: -8px;
	background-color: rgb(77, 33, 119);
	border: 0;
	cursor: pointer;
	font-weight: bold;
	color: #ffffff;
	transition: background-color 0.2s;
}
.userCSS input[type="text"]:hover {
	background-color: rgb(52, 13, 88);
	transition: background-color 0.2s;
}
.userCSS input[type="text"]::placeholder {
	color: rgb(240, 240, 240);
}
.header{
    display: flex;
    justify-content: center;
	align-items: center;
	vertical-align: middle;
}

h1 {
    text-align: center;
    color: rgb(77, 33, 119);
    font-size: 24px;
    padding: 20px 0 20px 0;
    border-bottom: 1.5px solid #ffffff;
	margin-top: 13%;
	font-size: 28pt;
}
.badges{
	width: 300px;
	height: 300px;
	margin-left: 20px;
	border-right: 1.5px solid #ffffff;
	border-bottom: 1.5px solid #ffffff;
	font-size: 28pt;
}
.badges input[type="submit"] {
	font-size: 20pt;
	text-decoration: none;
	border-radius: 8px;
	transition-duration: 0.4s;
	cursor: pointer;
	margin-top: 20px;
	height: 50px;
}
.badges input[type="submit"]:hover{
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}
p {
    font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
}
.messaging{
	width: 300px;
	height: 250px;
	margin-right: 340px;
	border-right: 1.5px solid #ffffff;
	border-bottom: 1.5px solid #ffffff;
	font-size: 28pt;
}
.messaging input[type="submit"] {
	font-size: 20pt;
	text-decoration: none;
	border-radius: 8px;
	transition-duration: 0.4s;
	cursor: pointer;
	margin-top: 20px;
	height: 50px;
}
.messaging input[type="submit"]:hover{
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}

header{
	background-color: rgb(77, 33, 119);
	color: rgb(255, 255, 255);
	text-align: left;
	font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
	font-size: 200%;
	width: 100%;
	padding-right: 0;
	left: 0;
	top: 0;
	height: 150px;
	position: fixed;
	display: flex;
}

#footer{
	position: fixed;
	bottom: 0;
	width: 100%;
	padding-right: 0;
	left: 0;
	padding-bottom: 0;
	text-align: center;
	background-color: rgb(77, 33, 119);
	display: flex;
}


.chooseSect{
	width: 300px;
	height: 250px;
	font-size: 28pt;
}
.chooseSect input[type="submit"] {
	font-size: 20pt;
	text-decoration: none;
	border-radius: 8px;
	transition-duration: 0.4s;
	cursor: pointer;
	margin-top: 20px;
	height: 50px;
}
.chooseSect input[type="submit"]:hover{
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}

h1 {
    text-align: center;
    color: rgb(77, 33, 119);
    font-size: 24px;
    padding: 20px 0 20px 0;
    border-bottom: 1.5px solid #ffffff;
	font-size: 28pt;
}

.table{
    border-collapse: collapse;
    width: 100%;
    color: #333;
    font-size: 23px;
    text-align: left;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    margin: auto;	
    margin-top: 50px;	
    margin-bottom: 50px;
	color:rgb(77, 33, 119);
	border: 1px solid rgb(77, 33, 119);
  	table-layout: fixed;
}
.table tr:nth-child(even) td {
	background-color: rgba(193, 0, 214, 0.329);
}
  
.table tr:hover td {
	background-color: #854982;
	color: white;
}
.table td, th{
	width: 100px;
  	overflow: hidden;
}
.table .reply{
	width: 50px;
}
.table .message{
	width: 150px;
}

.saveReg input[type="submit"]{
	width: 100%;
	background-color: rgb(52, 13, 88);
	cursor: pointer;
	font-weight: bold;
	color: #ffffff;
	transition: background-color 0.2s;
    min-height: 50px;
    font-size: 13pt;
}



