/*
Plugin Name: Updater
Plugin URI: http://bestwebsoft.com/plugin/
Description: This plugin allows you to update plugins and WP core in auto or manual mode.
Author: BestWebSoft
Version: 1.31
Author URI: http://bestwebsoft.com/
License: GPLv2 or later
*/
/*
* styles for settings page
*/
.pdtr {
	width: auto !important;
	margin-top: 10px;
}
.pdtr thead tr th,
.pdtr tbody tr th,
.pdtr tbody tr td {
    border-right: 1px solid #DFDFDF;
    border-left: 1px solid #fff;
    width: auto !important;
}
.pdtr td,
.pdtr td {
	border-bottom-color: #DFDFDF;
    border-top-color: #FFFFFF;
}
.pdtr .plugin-title {
    border-right: 1px solid #DFDFDF !important;
    padding-right: 15px !important;
    padding-top: 7px !important;
}
.pdtr thead tr th {
	padding: 8px 8px 7px 0 !important;
    background-color: #dfdfdf;
}
.pdtr tr.pdtr-caption th {
    background-color: #dfdfdf;
}
.pdtr .check-column {
	padding: 7px 8px 7px 8px !important;
}
.pdtr_right {
	float: right;
}
.pdtr_right input {
    position: relative;
    top: -1px;
}
.pdtr_left {
	float: left;
	padding-right: 15px;
}
.pdtr_settings input[type="text"],
.pdtr_settings input[type="email"] {
	width: 300px;
}
.pdtr_img {
	margin-bottom: -3px;
	opacity: 0.6;
}
@media screen and (max-width: 782px) {
	.pdtr_right {
	    float: none;
	    margin-top: 10px;
	}
	.pdtr_left {
	    float: none;
	    display: inline-block;
	    padding-right: 0px;
	}
	.pdtr input[name="pdtr_block[]"] {
		visibility: collapse;
	}
	.pdtr .form-table input.tog,
	.pdtr .form-table input[type="radio"] {
	    margin: 0px 4px 0 0;
	}
	.pdtr input[type="checkbox"],
	.pdtr input[type="radio"] {
	    margin-top: 4px;
	}
}