/*
	ScieMce Common: Common JavaScript, CSS, and language phrases used by
	several plugins

	Copyright (C) 2021 Sciemce <admin@sciemce.com>

	This program is free software: you can redistribute it and/or modify
	it under the terms of the GNU General Public License as published by
	the Free Software Foundation, either version 3 of the License, or
	(at your option) any later version.

	This program is distributed in the hope that it will be useful,
	but WITHOUT ANY WARRANTY; without even the implied warranty of
	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
	GNU General Public License for more details.

	You should have received a copy of the GNU General Public License
	along with this program.  If not, see <https://www.gnu.org/licenses/>.
*/

/*
	Description: CSS rules
*/

.sciemce-first-plugin-heading:first-of-type {
	margin-top: 0;
}
.sciemce-plugin-paragraph {
	margin-bottom: 1em;
}
.sciemce-plugin-paragraph:last-of-type {
	margin-bottom: 0;
}
.sciemce-checkbox-label {
	display: block;
	position: relative;
	padding-left: 25px;
}
.sciemce-checkbox-label input {
	position: absolute;
	left: 0;
}
.sciemce-toggleable-subsection {
	margin: 10px 0 15px 20px;
}
.sciemce-toggleable-subsection:last-of-type {
	margin-bottom: 0;
}
.sciemce-label {
	margin-top: 10px;
}
