#ml_admin_post_page {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	float: left;
	width: 55%;
}

#ml_admin_post_customization_select {
	float: left; }

#ml_admin_post_save_btn {
	float: right; }

textarea#ml_admin_post_textarea {
	width: 100%;
	height: 350px; }

#preview_popup_content {
	display: none; }

#ml_admin_post_page_preview {
	float: right;
	margin-top: 20px;
	margin-right: 30px;
	width: 40%;
	text-align: right; }
#ml_admin_post_page_preview .open_preview_btn {
	font-size: 20px; }
#ml_admin_post_page_preview .iphone, #ml_admin_post_page_preview .iphone-portrait {
	width: 320px;
	height: 568px; }
#ml_admin_post_page_preview .devices {
	margin-top: 20px; }
#ml_admin_post_page_preview .devices .iphone5s-device-btn, #ml_admin_post_page_preview .devices .ipadmini-device-btn {
	float: right;
	text-align: center;
	width: 60px;
	margin: 10px; }
#ml_admin_post_page_preview .devices .ipadmini-device-btn {
	width: 80px; }
#ml_admin_post_page_preview .description {
	width: 100%;
	clear: both;
	margin-left: auto;
	margin-right: auto; }

.iphone5s_device {
	zoom: 1;
	-moz-transform: scale(1, 1);
	-moz-transform-origin: 0 0;
	-o-transform: scale(1, 1);
	-o-transform-origin: 0 0;
	-webkit-transform: scale(1, 1);
	-webkit-transform-origin: 0 0;
	position: relative;
	margin-left: 0px;
	background-image: url(../../images/iphone5s.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width: 465px;
	height: 894px; }
.iphone5s_device iframe {
	position: absolute;
	background-color: white;
	top: 164px;
	left: 75px;
	width: 320px;
	height: 568px; }

.device_scale_100 {
	/*  zoom: 1;*/
	-moz-transform: scale(1, 1);
	-moz-transform-origin: 0 0;
	-o-transform: scale(1, 1);
	-o-transform-origin: 0 0;
	-webkit-transform: scale(1, 1);
	-webkit-transform-origin: 0 0; }

.device_scale_75 {
	/*  zoom: 0.75;*/
	-moz-transform: scale(0.75, 0.75);
	-moz-transform-origin: 0 0;
	-o-transform: scale(0.75, 0.75);
	-o-transform-origin: 0 0;
	-webkit-transform: scale(0.75, 0.75);
	-webkit-transform-origin: 0 0; }

.device_scale_50 {
	/*  zoom: 0.5;*/
	-moz-transform: scale(0.5, 0.5);
	-moz-transform-origin: 0 0;
	-o-transform: scale(0.5, 0.5);
	-o-transform-origin: 0 0;
	-webkit-transform: scale(0.5, 0.5);
	-webkit-transform-origin: 0 0; }

.device_scale_30 {
	/*  zoom: 0.3;*/
	-moz-transform: scale(0.3, 0.3);
	-moz-transform-origin: 0 0;
	-o-transform: scale(0.3, 0.3);
	-o-transform-origin: 0 0;
	-webkit-transform: scale(0.3, 0.3);
	-webkit-transform-origin: 0 0; }

.ipadmini_device {
	zoom: 0.75;
	-moz-transform: scale(0.75, 0.75);
	-moz-transform-origin: 0 0;
	-o-transform: scale(0.75, 0.75);
	-o-transform-origin: 0 0;
	-webkit-transform: scale(0.75, 0.75);
	-webkit-transform-origin: 0 0;
	position: relative;
	background-image: url(../../images/ipadmini.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width: 870px;
	height: 1285px;
	margin-left: 20px; }
.ipadmini_device iframe {
	position: absolute;
	background-color: white;
	top: 130px;
	left: 50px;
	width: 768px;
	height: 1024px; }

.ipad2_device, .ipad2_device.ml-preview.ios {
	position: relative;
	background-image: url(../../images/ipadmini.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	width: 870px;
	height: 1285px;
	margin-left: 20px; }
.ipad2_device iframe {
	position: absolute;
	background-color: white;
	top: 130px;
	left: 50px;
	width: 768px;
	height: 1024px;
}


#ml_admin_post_options {
	margin-top: 50px; }
#ml_admin_post_options h3, #ml_admin_post_options h2 {
	padding: 10px;
	font-size: 20px; }
#ml_admin_post_options h3 input, #ml_admin_post_options h2 input {
	margin-right: 10px; }
#ml_admin_post_options p {
	font-size: 14px;
	margin-left: 5%; }


.v2-list.ipad2_device:not(.is_post) iframe {
	top: calc( 130px + 96px );
	height: calc( 1024px - 96px );
}
.v2-list.ipad2_device.is_post iframe {
	top: calc( 130px + 32px );
	height: calc( 1024px - 32px );
}
.v2-list.ipad2_device.with-tabbed-nav:not(.is_post) iframe {
	height: calc( 1024px - 96px - 70px );
}

.v2-list.iphone5s_device:not(.is_post) iframe {
	top: calc( 164px + 67px );
	height: calc( 568px - 67px );
}
.v2-list.iphone5s_device.is_post iframe {
	top: calc( 164px + 18px );
	height: calc( 568px - 18px );
}
.v2-list.iphone5s_device.with-tabbed-nav:not(.is_post) iframe {
	height: calc( 568px - 67px - 60px );
}
