html, body {

}

table {
	/*width: 500px;*/
	margin-top: 5em;
	border-collapse: collapse;
}

th, td {
	padding: 0.4em;
	border: 1px solid #ccc;
	text-align: center;
	font-size: 1.3em;
}

tr:nth-of-type(odd) {
	background: #eee;
}

th {
	background: #3498db;
	color: white;
}

.container {
	display: flex;
	justify-content: center;
}

.content {
	margin-top: 3em;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.profiles {
	display: flex;
	align-items: center;
	margin-top: 1em;
}

.profile {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-left: 1em;
	margin-right: 1em;
	margin-bottom: 3em;
	padding: 2em;
	border: 5px solid #CECECE;
	border-radius: 23px;
	-webkit-box-shadow: 5px 5px 20px 5px #000000;
	box-shadow: 5px 5px 20px 5px #000000;
}

.photo {
	width: 10rem;
	margin-bottom: 3em;
}


h5 {
	font-size: 1em;
	font-weight: bold;
}

.detail-title {
	font-weight: bold;
}

.login-form {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 5em;
}

#chartContainer {
	width: 100%;
}

.admin-form {
	margin-top: 3em;
	text-align: center;
}

.admin-form form {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.admin-form .submit {
	width: 8em;
	margin-top: 2em;
	margin-bottom: 2em;
}

.admin-form img {
	width: 5em;
}

#attendance-table {
	margin-top: 500px;
}

#attendance-table th {
	cursor: help;
}

#attendance-table img {
	width: 5rem;
}

#attendance-table .present {
	color: green;
	cursor: help;
}

#attendance-table .not-present {
	color: red;
	font-size: 1.5em;
	cursor: help;
}

#attendance-table .disabled {
	color: grey;
	font-size: 1.5em;
	cursor: help;
}

#attendance-table .unsure {
	cursor: help;
}

.wheel-wrapper {
	display: flex;
}

.wheel-controls {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-right: 5em;
}

.wheel {
	width: 438px;
	height: 582px;
}

#canvas {
	background-image: url('./kolo/wheel_back.png');
	background-position: center;
	background-repeat: none;
}

.start-btn {
	border-radius: 100px;
	width: 10em;
	height: 10em;
	margin-top: 3em;
}

.reset-btn {
	margin-top: 2em;
	width: 10em;
	height: 3em;
	margin-bottom: 3em;
}
