/**
 * Plugin: Admin Toolbar Live Clock
 * File  : atlc-admin.css
 * Scope : Styles for the plugin's settings page (Settings → Toolbar Clock)
 *
 * Only loaded in the admin on the plugin settings screen.
 */

#atlc-settings .subtitle {
	margin: 0 0 20px;
	font-size: 14px;
	color: #777;
}

#atlc-credit {
	text-align: center;
	margin-top: 40px;
	font-size: 12px;
	color: #777;
}

.atlc-color-field {
	max-width: 110px;
}

/* RTL tweak */
body.rtl #atlc-settings .subtitle {
	text-align: right;
}
