.dpc_wdf_idf_results.no-margin-top {
    max-height: 475px;
}
.professional_textopt .form-group {
    float: left;
}
.toggle-button.btn.btn-link.black {
    margin-top: 10px;
}
.professional_textopt.active-row:before {
    background: none !important;
    content: " ";
    display: block;
    height: 100%%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.dpc-notice.notice-warning {
    color: #f0b631;
}
.dpc-notice.notice-success {
    color: #5eb861;
}
.dpc-notice {
    display: inline-block;
    margin: 10px 30px 5px 0;
    width: auto;
}
.post-php .wrap .alert,

.post-php .wrap .alert-danger,
.post-php .wrap .alert-danger a {
    color: #e74b3c;
}
.post-php .wrap .alert-warning {
    color: #f0b631;
}
.post-php .wrap .alert-success {
    color: #5eb861;
}
input.input-warning {
    border-left: 4px solid #f0b631;
}
input.input-success {
    border-left: 4px solid #5eb861;
}
b,
strong {
    font-weight: bold;
}
#dpc-preview-title {
    background-color: #fff;
    font-size: 1.7em;
    height: 1.7em;
    line-height: 100% !important;
    margin: 0;
    outline: 0 none;
    padding: 3px 8px;
    width: 100%;
}

.dpc-wdfidf-keyword > span.icon {
    display: none;
}
.dpc_wdf_idf_results {
    border: 1px solid #cccccc;
    overflow-x: hidden;
    overflow-y: auto;
}
.dpc_wdf_idf_results {
    text-align: center;
}
.dpc_wdf_idf_results .loader {
    background: url("../../../../../assets/img/dl-loader.gif");
    display: block;
    height: 52px;
    margin: 0 auto;
    position: relative;
    width: 52px;
}
.dpc-metabox-context-professional_textopt {
	margin: 10px 0;
}

.dpc-metabox-context-professional_textopt .optimizer {
    text-align: left;
}

.dpc-metabox-context-professional_textopt span.optimizer-list-element {
    padding: 5px;
    border: 1px solid #ddd;
    display: inline-block;
    margin: 5px 0;
}

.dpc-metabox-context-professional_textopt .optimizer .word_count_check .word_count {
    font-weight: bold;
}

.dpc_wdf_idf_results > .content {
    display: block;
    position: relative;
}

.dpc_wdf_idf_results > .content > .intro-description {
	text-align: left;
    padding: 5px;
	margin-top: 30px;
}

.dpc_wdf_idf_results .content table {
    font-size: 13px;
    margin-top: 0;
    padding-top: 0;
    text-align: left;
    width: 100%;
}

.dpc_wdf_idf_results .content thead tr th {
    padding: 13px 0;
}

.dpc_wdf_idf_results .content table tbody tr td {
    font-size: 13px;
    padding: 6px 0;
}

.dpc_wdf_idf_results .content table tbody tr td.status {
    padding-left: 5px;
}

/*
.dpc_wdf_idf_results .content table tbody tr:nth-child(2n) {
    background: rgba(0, 0, 0, 0.03) none repeat scroll 0 0;
}
*/
.dpc_wdf_idf_results .content .dashicons-no,
.dpc-metabox-context-professional_textopt .optimizer .status.dashicons-no {
    color: #ae0000;
}

body #poststuff .dpc-section .dpc-extendable-remove.btn.btn-xs.btn-warning.haswrap.col-md-1 {
	background: #ae0000 none repeat scroll 0 0;
    border: 1px solid #ae0000;
}
.dpc_wdf_idf_results .content .dashicons-yes,
.dpc-metabox-context-professional_textopt .optimizer .status.dashicons-yes {
    color: #5eb861;
}
.dpc_wdf_idf_results .content .dashicons-marker,
.dpc-metabox-context-professional_textopt .optimizer .status.dashicons-marker {
    color: #5eb861;
}

.dpc_wdf_idf_results .content > div {
    padding: 7px 0;
}
.dpc_wdf_idf_results .content > div.dpc-wdf-idf-keyword {
    padding: 7px 10px;
    width: calc(49.5% - 20px);
    background: transparent;
    transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
.dpc_wdf_idf_results .content .dpc-wdf-idf-keyword:hover {
	background: #F5F5F5;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}

.dpc_wdf_idf_results .content .add_to_stopwords {
    background: url('../img/add_stopword.png') no-repeat;
    background-size: 100%;
    background-position: center center;
	display: inline-block;
    padding: 7px;
    cursor: pointer;
	position: relative;
	top: 2px;
	margin-right: 5px;
	float: right;
	opacity: 0;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
.dpc_wdf_idf_results .content .dpc-wdf-idf-keyword:hover .add_to_stopwords {
	opacity: 1;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}

@media (max-width: 780px){
	.dpc_wdf_idf_results, .wdfidf-section > div {
	    width: 100%;
	    display: block;
	}
}