.panelizer2-wrapper {
	overflow:hidden;
}

#result {
	position:relative;
}

#result p {
	margin-top:0px!important;
}

#panelizer_popup {
    height: auto;
	text-align: left;
	padding: 0px 20px;
}

#panelizer_popup_notes {
	width:378px;
	height:112px;
	line-heigth:16px;
	padding: 4px 10px;
	resize:none;
	border:1px solid #333;
}

#panelizer_popup_email {
	width:378px;
	border:1px solid #333;
	padding: 4px 10px;
}
#panelizer_popup_project, #panelizer_popup_email,
#panelizer_popup_notes{
	width:100%;
}
#panelizer_popup_button {
	float:right;
}

#panelizer_popup_message {
	display:none;
	margin-right:10px;
	font-size:12px;
	font-weight:bold;
}

.panelizer2-form {
	overflow:hidden; 
	position:relative;
	z-index:99;
	float:left;
	margin-right:10px;
	background:#efefef;
	width: 100%;
}

.panelizer2-form fieldset {
	border:0px;
	margin:0px;
	padding:5px;
	float:left;
	width:100%;
}

/* .panelizer2-form input, .panelizer2-form select {
	background:white!important;
}	 */

.panelizer2-form .panelizer-heading {
	width:100%;
	clear:both;
	padding:10px 5px 5px 5px;
	
	font-weight:bold;
	font-size:16px;
}

.panelizer-input-wrap {
	padding:0px 5px;
}

#panelizer-submit {
	padding:5px;
	margin-top:5px;
	float:none;
	width:100%;
	clear:both;
	
}

.panelizer2-form select {
	width:100%;
}

#result input , #panelizer_popup input[type='button'] {
	width: 100%;
	padding: 4px 10px;
	text-transform: uppercase;
	cursor: pointer;
	font: bold .95em Arial, Helvetica;
}

.MagicZoom {
	/* float: left;
	margin-left:10px; */
}

#panelizer2-image {
	width:380px;
}	

#o1,#o2,#d1,#d2 {
	width:100%;
}



.res-img, .res-info{
	display: inline-block;
	padding-left: 10px;
}
.res-img{text-align: center;}
.outer-res{
	display: inline-block;
    text-align: center;
}
#result{
	display: flex;
	text-align: left !important;
}
.result-tbl{
	font-size: 12px;
}
.result-tbl tr td:first-child{
	font-weight: bold;
}
.result-tbl thead:first-child{
	font-weight: bold;
	font-size: 13px;
}
 
tr.pad-dec.bg-primary td:first-child{
	padding:2px 20px !important
}

.input-tbl label{
	margin-bottom: 0px !important;
	font-size: 12px;
}
.input-tbl tr td{
	padding:0px 5px !important;
	line-height: 47px;
}
.hover-white{
	color:#fff !important;
}


tr.pad-dec.bg-primary{
	height: 55px !important;
}

.bottom-10{
	margin-bottom: 30px;
}

.result-tbl td{
	line-height: 50px;
}

.mar-top{
	margin-top: 30px;
}