#content{
	justify-content: 	center;
	align-items: 		center;
	padding:  			20px 0px;
}
#listContainer{
	align-items: 	center;
	padding: 		10px 20px;
}
#inputContainer h1{
	text-shadow: 	0px 2px 3px rgb(0 0 0 / 20%);
	color: 			#ff5722;
}
.seperator{
	border-right: 	2px solid #9e9e9e;
	margin: 		0px 10px;
	height: 		29px;
}
#inputContainer{
	align-items: 	center;
	justify-content: center;
	width: 			90%;
	background: 	#FAFAFA;
	padding: 		10px;
	border-radius: 	30px;
}
#inputContainer input{
	border: 		none;
	padding: 		10px 5px;
	font-size: 		16px;
	border-radius: 	3px;
	background: 	#e0e0e0;
	width: 			300px;
	box-shadow: 	inset 0px 0px 3px rgb(0 0 0 / 30%), 0px 0px 3px rgb(255 255 255 / 30%);
	margin-right: 	10px;
}
#addBtn, #startBtn{
	padding: 		10px 20px;
	text-align: 	center;
	background: 	#ff5722;
	border-radius: 	5px;
	cursor: 		pointer;
}
#listContainer table{
	width: 702px;
}
.fake {
    padding: 		1.5px 5px;
    border: 		3px solid #f44336;
    float: 			right;
    color: 			#f44336;
    font-weight: 	bold;
    width: 			fit-content;
    border-radius: 	3px;
}
.mails{
	align-items: 		center;
	justify-content: 	space-between;
}
table{
	border-spacing: 0;
}
table thead td{
	background: 	#ff5722;
	padding: 		10px;
	border-right: 	1px solid #000;
	font-weight: 	bold;
}
table thead td:first-child{
	border-radius: 10px 0px 0px 0px
}
table thead td:last-child{
	border-radius: 0px 10px 0px 0px
}
table tbody td{
	background: 	#eeeeee;
	padding: 		10px;
	border-right: 	1px solid #000;
	color: 			#000;
}
table tbody tr:last-child td:last-child{
	border-radius: 0px 0px 10px 0px
}
table tbody tr:last-child td:first-child{
	border-radius: 0px 0px 0px 10px
}
table tbody tr:nth-child(even) td{
	background: 	#fafafa;
}
table td:last-child{
	border-right: 	none;
}