.eduadmin {
	.block {
		display: inline-block;
		padding: 20px;
		margin: 0 10px 10px 0;
		background-color: #fff;
		border: 1px solid #9c9c9c;
		border-radius: 5px;
		box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
	}

	input.form-control,
	select.form-control,
	textarea.form-control {
		padding: 5px;
		border: 1px solid #9c9c9c;
		margin-right: 5px;
		margin-bottom: 5px;
		border-radius: 5px;
		box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
	}

	.api_user_id {
		width: 90px;
	}
	.api_hash {
		width: 300px;
	}

	.eduWindow {
		position: absolute;
		left: 100px;
		top: 100px;
		background-color: #fff;
		border: 1px solid gray;
		border-radius: 10px;
		padding: 20px;

		table tr th {
			border-bottom: 1px solid #9c9c9c;
		}

		table tr:nth-child(even) {
			background-color: #f0f0f0;
		}
	}

	.eduadmin-forceLogin {
		display: none;
	}
}

#eduadmin-spotExampleText {
	margin-left: 10px;
	font-style: italic;
}

.eduadmin-shortcode span[title] {
	cursor: help;
	border-bottom: 1px dotted #000;
}

.eduadmin-attribute[title] span {
	border-bottom: 1px dotted #000;
	cursor: help;
}

.eduadmin-attributelist {
	margin-left: 15px;
	margin-bottom: 15px;
	display: none;
}
