#wp-to-twitter #message {
    margin: 10px 0;
    padding: 5px;
}

#wp-to-twitter .jd-settings {
    clear: both;
}

#wp-to-twitter form .error p {
    background: none;
    border: none;
}

#wp-to-twitter legend, #wpt-settings_page legend {
    padding: 6px;
    background: #f3f3f3;
    width: 100%;
    border-radius: 3px 0 0 3px;
    color: #000;
	margin-top: 4px;
}

#wp-to-twitter .resources {
    background: url(../images/logo.png) 50% 5px no-repeat;
    padding-top: 70px;
    text-align: center;
}

#wp-to-twitter .resources form {
    margin: 0;
}

.settings {
    margin: 25px 0;
    background: #fff;
    padding: 10px;
    border: 1px solid #000;
}

#wp-to-twitter .inside em {
    color: #f33;
}

#wp-to-twitter .button-side {
    position: absolute;
    top: 0;
    right: 10px;
}

#wp-to-twitter .tokens label {
    width: 13em;
    display: block;
    float: left;
    margin-top: 5px;
}

#wp-to-twitter .wpt-terms p {
	text-align: right;
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;
}

#wp-to-twitter .wpt-terms ul {
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    margin: 0 0 20px;
    padding: 0;
}

#wp-to-twitter .wpt-terms li {
    list-style-type: none;
    margin: 3px 0;
    padding: 0;
}

#wp-to-twitter .inside .clear {
    display: block;
    clear: both;
}

#wp-to-twitter .inside .comments {
    clear: both;
}

#wp-to-twitter .postbox {
    margin: 10px 10px 0 0;
}

#wp-to-twitter .meta-box-sortables {
    min-height: 0;
}

#wp-to-twitter .wpt-template, #wp-to-twitter .support-request {
    width: 95%;
}

.wpt_image {
    padding-left: 20px;
    background: url(../images/image.png) left 50% no-repeat;
    display: block;
}

#wpt_license_key {
    font-size: 1.3em;
    padding: 5px;
    letter-spacing: .5px;
}

#wp-to-twitter input {
    max-width: 100%;
}

label[for="wpt_license_key"] {
    font-size: 1.3em;
}

#wp-to-twitter .wpt-upgrade {
    background: crimson;
    color: #fff;
    text-shadow: #000 0 1px 0;
    border-radius: 2px 2px 0 0;
}

.wp-tweets-pro .widefat input[type=text] {
    width: 100%;
}

#wpt_settings_page .tabs {
    margin: 0 !important;
    padding: 0 4px;
    position: relative;
    top: 1px;
	font-size: 1.2em;
}

#wpt_settings_page .tabs li {
    display: inline;
    margin: 0 auto;
    line-height: 1;
}

#wpt_settings_page .tabs a {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 4px 4px 0 0;
    border: 1px solid #ccc;
    background: #f3f3f3;
}

#wpt_settings_page .tabs a.active {
    border-bottom: 1px solid #fefefe;
    background: #fefefe;
	text-decoration: none;
	color: #333;
	font-weight: 700;
}

#wpt_settings_page .wptab {
    background: #fff;
    padding: 0 12px;
    margin-bottom: 10px;
    min-height: 200px;
    border: 1px solid #ccc;
}

#wpt_settings_page input[type=text] {
    font-size: 1.3em;
    padding: 4px;
    margin: 0 0 4px;
}

.wpt-permissions .wptab {
    padding: 10px;
    min-height: 160px !important;
}

.wpt-permissions legend {
    background: none;
}

.wpt-terms li {
    padding: 2px !important;
    border-radius: 3px;
}

.tweet {
    background: #070 url(../images/Ok.png) right 50% no-repeat;
    color: #fff;
}

.notweet {
    background: #9d1309 url(../images/Error.png) right 50% no-repeat;
    color: #fff;
}

.donations * {
    vertical-align: middle;
    display: inline-block;
}

.jcd-wide {
    width: 75%;
}

.jcd-narrow {
    width: 20%;
}

label[for='wpt_prepend_rt'], label[for='wpt_prepend_rt2'], label[for='wpt_prepend_rt3'] {
	display: block;
}

.wpt-truncate {
	display: inline-block;
	padding: 4px;
}

.wpt-button {
	text-align: center;
	margin: 1em 0 !important;
}

.nav-tab-wrapper {
	padding-left: 10px;
	border-bottom: 1px solid #ccc;
}

.nav-tab-wrapper .nav-tab {
	font-weight: 700;
	font-size: 1.1em;
}

.wpt-button .cta a {
	padding: 1em;
	font-size: 1.2em;
	background: #5993c1;
	color: #fff;
	text-decoration: none;
	display: inline-block;
}

#wpt_settings_page iframe {
	margin:10px auto!important;
}

.wpt-button .cta a:hover, .wpt-button .cta a:focus {
	text-decoration: underline;
	background: #233c7f;
}

@media (max-width: 782px) {
    .jcd-narrow {
        width: 100%;
    }

    .jcd-wide {
        width: 100%;
    }
}