body 
#TB_ajaxContent{ height:auto !important; }

#percentagedone{
	width: 100%;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	width: 100%;
	font-size: 18px;
	text-shadow: 1px 1px 0px #fff;
	background: #eaebec;
	margin: 30px 0;
	border: #ccc 1px solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
	padding: 15px;
	box-sizing: border-box;
	color: #fff;
}
#percentagedone span{
	width: 100%;
	line-height: 30px;
	float: left;
	text-align: center;
	text-shadow: 0 1px 1px rgba(0,0,0,0.6);
}
#percentagebarholder{
	width: 100%;
	float: left;
	box-sizing: border-box;
}
#percentagebar{
	margin-top: 15px;
	width: 0%;
	float: left;
	height: 30px;
	background: #0dc5c1;
	border-radius: 15px;
	box-sizing: border-box;
	-webkit-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
}
#bulk_results *{				
	box-sizing: border-box;
}
#bulk_results tbody{
	width: 100%;
	max-height: 500px;
	overflow-x: hidden;
	overflow-y: scroll;
}

#bulk_results table a:link {
	color: #666;
	font-weight: bold;
	text-decoration:none;
}
#bulk_results table a:visited {
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}
#bulk_results table a:active,
#bulk_results table a:hover {
	color: #bd5a35;
	text-decoration:underline;
}
#bulk_results table {
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	width: 100%;
	font-size:12px;
	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;
	margin:30px 0;
	border:#ccc 1px solid;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}
#bulk_results table th {
	padding:21px 25px 22px 25px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;

	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
#bulk_results table th:first-child {
	text-align: left;
	padding-left:20px;
}
#bulk_results table tr:first-child th:first-child {
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}
#bulk_results table tr:first-child th:last-child {
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}
#bulk_results table tr {
	text-align: center;
	padding-left:20px;
}
#bulk_results table td:first-child {
	text-align: left;
	padding-left:20px;
	border-left: 0;
}
#bulk_results table td {
	padding:18px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;

	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
#bulk_results table tr.even td {
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
#bulk_results table tr:last-child td {
	border-bottom:0;
}
#bulk_results table tr:last-child td:first-child {
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}
#bulk_results table tr:last-child td:last-child {
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}
#bulk_results table tr:hover td {
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
.loader {
	display: none;
  margin: 0;
  font-size: 10px;
  position: relative;
	border-top: 4px solid rgba(255, 255, 255, 0.8);
	border-right: 4px solid rgba(255, 255, 255, 0.8);
	border-bottom: 4px solid rgba(255, 255, 255, 0.8);
	border-left: 4px solid #0dc5c1;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
  }
  100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
  }
  100% {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
  }
}
.optimize-this-button,
.optimize-this-button:hover,
.optimize-this-button:focus{
	background: #0dc5c1;
	border: none;
    color: #fff !important;
    padding: 5px 10px;
	cursor: pointer;
    margin-top: 5px;
	outline: none !important;
    display: inline-block;
    border-radius: 3px;
    border-bottom: solid 1px rgba(255,2555,255,0.6);
    box-shadow: 0 1px 2px #0dc5c1;
}

.restore-backup-button{
	background: #ff4c4c;
    box-shadow: 0 1px 2px #ff4c4c;
}