.wpo-wcpdf-i18n-translations button.button {
	margin-top: 5px;
}

.wpo-wcpdf-i18n-translations .spinner {
	float: none;
	margin-top: 10px;
	visibility: hidden;
}

.wpo-wcpdf-i18n-translations .spinner.is-active {
 	display: inline-block;
	visibility: visible;
}

.translations {
	margin-top: 10px;
}

/* Corner radius */
#wpo-wcpdf-settings .form-table .ui-corner-all,
#wpo-wcpdf-settings .form-table .ui-corner-top,
#wpo-wcpdf-settings .form-table .ui-corner-bottom,
#wpo-wcpdf-settings .form-table .ui-corner-left,
#wpo-wcpdf-settings .form-table .ui-corner-tl,
#wpo-wcpdf-settings .form-table .ui-corner-bl,
#wpo-wcpdf-settings .form-table .ui-corner-right,
#wpo-wcpdf-settings .form-table .ui-corner-tr,
#wpo-wcpdf-settings .form-table .ui-corner-br {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

/* Component containers
----------------------------------*/
#wpo-wcpdf-settings .form-table .ui-widget,
#wpo-wcpdf-settings .form-table .ui-widget .ui-widget,
#wpo-wcpdf-settings .form-table .ui-widget input,
#wpo-wcpdf-settings .form-table .ui-widget select,
#wpo-wcpdf-settings .form-table .ui-widget textarea,
#wpo-wcpdf-settings .form-table .ui-widget button {
	font-family: inherit;
	font-size: inherit;
}
#wpo-wcpdf-settings .form-table .ui-widget-header,
#wpo-wcpdf-settings .form-table .ui-widget-content {
	border: none;
	background:none;
}

#wpo-wcpdf-settings .form-table .ui-widget-header,
#wpo-wcpdf-settings .form-table .ui-widget-content,
#wpo-wcpdf-settings .form-table .ui-widget-header a,
#wpo-wcpdf-settings .form-table .ui-widget-content a {
	color: inherit;
}
#wpo-wcpdf-settings .form-table  .ui-widget-header {
	font-weight: inherit;
}

#wpo-wcpdf-settings .form-table .ui-state-default,
#wpo-wcpdf-settings .form-table .ui-widget-content .ui-state-default,
#wpo-wcpdf-settings .form-table .ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	background: #e4e4e4;
	font-weight: normal;
	color: #555555;
}
#wpo-wcpdf-settings .form-table .ui-state-default a,
#wpo-wcpdf-settings .form-table .ui-state-default a:link,
#wpo-wcpdf-settings .form-table .ui-state-default a:visited {
	color: #555555;
	text-decoration: none;
}
#wpo-wcpdf-settings .form-table .ui-state-hover,
#wpo-wcpdf-settings .form-table .ui-widget-content .ui-state-hover,
#wpo-wcpdf-settings .form-table .ui-widget-header .ui-state-hover,
#wpo-wcpdf-settings .form-table .ui-state-focus,
#wpo-wcpdf-settings .form-table .ui-widget-content .ui-state-focus,
#wpo-wcpdf-settings .form-table .ui-widget-header .ui-state-focus {
	border: 1px solid #ccc;
	background-color: #e4e4e4;
	font-weight: normal;
	color: #212121;
}
#wpo-wcpdf-settings .form-table .ui-state-hover a,
#wpo-wcpdf-settings .form-table .ui-state-hover a:hover,
#wpo-wcpdf-settings .form-table .ui-state-hover a:link,
#wpo-wcpdf-settings .form-table .ui-state-hover a:visited,
#wpo-wcpdf-settings .form-table .ui-state-focus a,
#wpo-wcpdf-settings .form-table .ui-state-focus a:hover,
#wpo-wcpdf-settings .form-table .ui-state-focus a:link,
#wpo-wcpdf-settings .form-table .ui-state-focus a:visited {
	color: #212121;
	text-decoration: none;
}
#wpo-wcpdf-settings .form-table .ui-state-active,
#wpo-wcpdf-settings .form-table .ui-widget-content .ui-state-active,
#wpo-wcpdf-settings .form-table .ui-widget-header .ui-state-active {
	border: 1px solid #ccc;
	background: #f1f1f1;
	font-weight: normal;
	color: #212121;
}
#wpo-wcpdf-settings .form-table .ui-state-active a,
#wpo-wcpdf-settings .form-table .ui-state-active a:link,
#wpo-wcpdf-settings .form-table .ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}

/* Tab styles */
#wpo-wcpdf-settings .form-table .ui-tabs-panel {
	border: 1px solid #ccc;
	padding: 10px;
}

#wpo-wcpdf-settings .form-table .ui-tabs-nav {
	display: block;
	position: relative;
	z-index: 999;
	margin: 0 0 -1px 0;
	margin-left: 20px;
	overflow: hidden;
}
#wpo-wcpdf-settings .form-table .ui-tabs-nav li {
	display: block;
	float: left;
	margin: 0 5px 0 0;
	border: 1px solid #ccc;
	border-bottom: 0 !important;
	background-color: #e4e4e4;
}

#wpo-wcpdf-settings .form-table .ui-tabs-nav li a {
	display: block;
	float: left;
	padding: 6px;
	text-decoration: none;
	color: #555;
	white-space: nowrap;
}

#wpo-wcpdf-settings .form-table .ui-tabs-nav :focus,
.ui-tabs-nav :active {
	outline: none !important;
}


#wpo-wcpdf-settings .form-table .ui-tabs-nav li.ui-tabs-active {
	background: #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 1px;
}

#wpo-wcpdf-settings .form-table .ui-tabs-nav li.ui-tabs-active a {
	color: black;
}

