/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */


.hs_sc_design_option input[type="radio"] {
    margin-top: 50px !important;
    float: left;
}

.hs_sc_design {
    margin-left: 40px;
    margin-top: 40px;
}


#hs_spinner_email.spinner {
	    position: absolute;
}

.notice.hs-notice {
	background-color: transparent;
	border: 0;
	box-shadow: none;
	padding-left: 0;
}

.hs-subinfo {
	font-size: 10px;
}

a.hs-link {
    text-decoration: initial;
}

a.hs-link:hover {
    text-decoration: underline;
}

.sb-social {
	z-index: 10000;
}

.hs-expert-list {
    position: absolute;
    top: 0;
    left: 600px;
    margin-top: 29px;
}

.hs-expert-list h3{
	padding-top: 0 !important;
	padding-left: 0 !important;
}

@media only screen and (max-width: 1245px) {
	.hs-expert-list {
	    position: relative;
	    top: 0;
	    left: 0;
		margin-top: 25px;
	}
}