input[type='checkbox'] {
	width:30px;
	height:30px;
}
.header {
	font-size: 28pt;
	font-family: 'Diaconia Old Style', serif;
	margin-top: 30px;
	text-align: center;
}
.info {
	margin-top: -10px;
	text-align: center;
}
.bottom {
	margin-bottom: 30px;
}
label {
	vertical-align: sub;
}
td {
	vertical-align: middle !important;
	border-top: 0px !important;
}
.center {
	text-align: center;
}
.red{
	background-color:red;
	color:white;
}
.red::placeholder{
	color:white;
}
body {
	margin: 0;
	width: 100%;
	height: 100%;
	display: flex;
	position: absolute;
	left: 0;
	top: 0;
	font-family: 'Nunito', sans-serif;
	background: white;
}

a {
	text-decoration: none;
	opacity: .6;
	padding: 60px;
	font-weight: bolder;
	position: absolute;
	right: 0px;
	bottom: 0px;
	font-size: 1.4em;
}

a:hover {
	opacity: 1;
}

#container {
	width: 360px;
	height: 46px;
	margin: auto;
	position: relative;
	border-radius: 6px;
	overflow: hidden;
	user-select: none;
	cursor: pointer;
}

.inner-container {
	position: absolute;
	left: 0;
	top: 0;
	width: inherit;
	height: inherit;
	text-transform: uppercase;
	letter-spacing: .2em;
}

.inner-container:first-child {
	background: #e9e9e9;
	color: #a9a9a9;
}

.inner-container:nth-child(2) {
	background: dodgerblue;
	color: white;
	clip-path: inset(0 50% 0 0);
	transition: .3s cubic-bezier(0,0,0,1);
}

.toggle {
	width: 50%;
	position: absolute;
	height: inherit;
	display: flex;
	box-sizing: border-box;
	color: black;
	font-weight: bold;
}

.toggle p {
	margin: auto;
}

.toggle:nth-child(1) {
	right: 0;
}