.cdt-dashboard {
	max-width: 900px;
	margin: 0 auto;
}

.cdt-section {
	margin-bottom: 2.5em;
}

.cdt-section h3 {
	border-bottom: 2px solid #ddd;
	padding-bottom: 0.4em;
	margin-bottom: 0.8em;
}

.cdt-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 1em;
}

.cdt-table th,
.cdt-table td {
	text-align: left;
	padding: 0.6em 0.8em;
	border-bottom: 1px solid #e2e2e2;
	vertical-align: middle;
}

.cdt-table th {
	background: #f5f5f5;
	font-weight: 600;
}

.cdt-notice {
	background: #fff3cd;
	border: 1px solid #ffe69c;
	padding: 0.8em 1em;
	border-radius: 4px;
	margin-bottom: 1.5em;
}

.cdt-message {
	padding: 0.6em 1em;
	border-radius: 4px;
	margin-bottom: 1em;
}

.cdt-message.success {
	background: #d1e7dd;
	border: 1px solid #a3cfbb;
}

.cdt-message.error {
	background: #f8d7da;
	border: 1px solid #f1aeb5;
}

.cdt-login-wrap {
	max-width: 360px;
	margin: 2em auto;
}
