.ad_preview_controls {
	width: 80%;
}

.uploader_info_controls {
	width: 20%;
	float: right;
	margin-top: -60px;

}

#output_panel .popover, .ad_uploader_and_approval_container .popover { z-index : 10000; width: 55%;}

.ad_preview_controls > div.landing_page_container {
	float: left;
	display: none;
	padding: 20px;
	width: 24%;
	overflow-wrap: break-word;
}

.ad_preview_controls > div.click_through_urls_container {
	float: left;
	display: none;
	padding: 20px;
	width: 24%;
	overflow-wrap: break-word;
}

.sidebar {
  height: 100%;
  width: 20%;
  position: fixed;
  z-index: 1;
  top: 0;
  right: -30px;
  overflow-x: auto;
  transition: 0.5s;
	margin-top: 70px;
  padding-top: 70px;
	box-shadow: -5px 8px 20px #888888;
	background-color: #F6F6F6;
}

.sidebar a{
	text-decoration:none;
}
.panelbtn {
  position: absolute;
  top: 0;
  left: 0px;
  font-size: 36px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidebar {padding-top: 15px;right:-60px;margin: auto;}
  .sidebar a {text-decoration:none;}
	.preview_ads {width: 85%;}
	.popover.right {
    margin-left: 10px;
    width: 170px;
	}
	.popover-content {
		width: 150px;
	}
}

.adset_info_header{
	font-weight: 700;
	font-size: 18px;
}

.adset_info_version{
	font-weight: 700;
	color: #000;
}

.select_wrap_border{
	border-bottom: none !important;
	border: 1px solid grey;
	width: 250px !important;
}

.select_wrap .option {
	padding-left: 15px;
}

.show_for_io_updated_user_name_date {
	display: block;
	width:85%;
	overflow-wrap: break-word;
}
