/* CSS Document */

h2 {
	font-weight: bold !important;
/*	font-size: 18px !important;
*/}

#sc_dashboard_widget h1 {
	font-size: 24px !important;
	font-weight: bold;
}

#sc_dashboard_widget h2 {
	font-size: 20px;
	font-weight: bold;
	color: #E93600;
}

#sc_dashboard_widget h3 {
	font-size: 17px !important;
	font-weight: bold;
	margin: 10px 0 5px;
}

#sc_dashboard_widget h4 {
	font-size: 12px !important;
}

#sc_dashboard_widget h5 {
	font-size: 10px !important;
}

#sc_dashboard_widget h6 {
	font-size: 8px !important;
}

.smart-cache-welcome {
	box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.2) !important;
	-moz-box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.2) !important;
	-webkit-box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.2) !important;
}

.smart-cache-welcome h2 {
	color: #F47D00;
}

.big-text {
	font-size: 200%;
}

.box {
	padding: 0 4%;
}

.round-box {
	text-align: center;
	border: 2px solid #FDD307;
	border-radius: 10px;
	padding: 5px;
}

div#sc_dashboard_widget div {
	margin-top: 7px;
}

.settings-error {
	font-size: 14px;
}

.error {
	color: red;
}

.left-bar {
	border-left: 1px solid lightgray;
}

.sc-cta {
	padding: 9px 13px;
	background-color: rgba(255, 221, 11, 0.32);
	border-radius: 10px;
}

label, .label {
	color: #000 !important;
}