#expand_divi_wrap {
    background: #fff;
    margin: 40px 20px;
    position: relative;
}
.expand_divi_sections_wrap table.form-table {
	margin: 30px;
    width: 94%;
}
#expand_divi_wrap h1 {
    background-color: #262734;
    padding: 20px 30px;
    font-size: 18px;
    color: #fff;
    margin-bottom: 0;
}
.expand_divi_sections_wrap {
	overflow: hidden;
	box-shadow: 0 5px 30px rgba(0,0,0,.1);
}
.expand_divi_sections_wrap h2 {
    background: #373942;
    padding: 25px 30px;
    margin: 0;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    box-shadow: 0 1px 15px 1px rgba(3, 3, 3, 0.5);
}
.expand_divi_sections_wrap h2:hover,
.expand_divi_sections_wrap h2.selected {background-color: rgba(0, 0, 0, 0.84);}
.expand_divi_sections_wrap select {
	width: 35% !important;
	height: 30px !important;
	padding: 2px !important;
}
.expand_divi_sections_wrap input[type="checkbox"] {
	width: 13px;
	height: 15px;
}
.expand_divi_sections_wrap input:disabled {
    background: #e8e8e8;
    opacity: .5;
}
.expand_divi_sections_wrap input,
.expand_divi_sections_wrap select {
    border: none;
    box-shadow: none;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,.16)!important;
    padding: 12px;
    font-size: 13px;
    color: #4c5866;
    width: 100%; 
    height: 30px;
    margin-bottom: 0;
} 
.expand_divi_sections_wrap .ed_option_disabled {
    border-left: 1px solid #ff0000 !important;
}
#expand_divi_form p.submit {
	background:#f1f1f1;
	margin: 0;
}
#expand_divi_form p.submit input {
	padding: 15px 20px;
	margin-top: 20px;
	font-size: 14px;
	line-height: 1em;
	color: #fff;
	height: 45px;
	background: #262734;
	border-color: transparent;
	box-shadow: none;
	text-shadow: none;
}
#expand_divi_save_message {
	display: block;
	position: fixed;
	top: 40%;
	background: #fff;
	right: 0;
	left: 0;
	margin: auto;
	width: 47px;
	text-align: center;
	padding: 34px;
    box-shadow: rgba(0, 0, 0, .2) 0px 0px 40px;
}

/* Responsive */
@media screen and (max-width: 782px) {
	.expand_divi_sections_wrap select,
	.expand_divi_sections_wrap input:not([type="checkbox"]) {width: 100%;}
}