#wp2t .jtw {
    position: relative;
    padding-bottom: 1.4em;
}

#wp2t .jtw textarea {
    font-size: 1.2em;
}

#wp2t .counter {
    position: absolute;
    right: 4%;
    bottom: 0;
    font-size: 1.3em;
    font-weight: 700;
    color: #666;
}

#wp2t .warning {
    color: #700;
}

#wp2t .exceeded {
    color: #e00;
}

#wp2t code span {
    border-bottom: 1px dashed !important;
    cursor: pointer;
}

#wp2t .jtw {
    margin-right: 33%;
    width: 66.666666%;
}

#wp2t .disabled {
    font-weight: 700;
    background: #ffc;
    padding: 5px;
    font-size: 1.2em;
}

#side-sortables #wp2t .jtw {
    margin: 0;
    width: 100%;
}

#side-sortables #wp2t .jtw textarea {
    height: 120px;
}

#wp2t .wpt_auth_users {
    margin: 0;
    padding: 0;
}

#wp2t .wpt_auth_users select {
    width: 100%;
    max-height: 21em;
}

#side-sortables #wp2t .wpt_auth_users select {
    width: 98%;
    max-height: 120px;
}

.wpt-options {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
}

.free .wpt-options {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}

#side-sortables .wpt-options {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
}

.wptab {
    border-radius: 0 0 4px 4px;
    border: 1px solid #ddd;
    background: #fdfdfd;
    padding: 10px;
    margin: 0 2px;
    -moz-column-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    column-break-inside: avoid;
}

.wptab {
    min-height: 22em;
}

.free .wptab {
    min-height: 11em;
}

#wp2t .tabs {
    display: none;
}

#wp2t .disabled {
    color: #888;
    border: 1px solid #ddd;
    background: #eee;
    border-bottom: none;
    padding: 2px;
    border-radius: 4px 4px 0 0;
}

#side-sortables #wp2t .tabs {
    display: block;
}

#side-sortables .wptab {
    min-height: 16em;
    padding: 5px;
    margin: 2px 0;
}

#side-sortables .free .wptab {
    min-height: 9em;
}

#notes p {
    font-size: 1.3em;
    line-height: 1.5;
}

#side-sortables .free #notes p {
    font-size: 1em;
}

button.time div {
    vertical-align: text-bottom;
}

.wpt-support {
    clear: both;
}

.wpt-options .tabs {
    margin: 0;
    padding: 0 2px;
    position: relative;
    top: 3px;
}

.wpt-options .tabs li {
    display: inline;
    margin: 0 auto;
    line-height: 1;
}

.wpt-options .tabs a {
    display: inline-block;
    padding: 4px;
    border-radius: 4px 4px 0 0;
    border: 1px solid #ccc;
    background: #f3f3f3;
}

.wpt-options .tabs a.active {
    border-bottom: 1px solid #fefefe;
    background: #fefefe;
}

.wpt_log, #jts {
    padding: .5em;
}

#jts {
    background: #f6f6f6;
    color: #333;
}

.tweet-buttons {
    padding: .75em 12px;
    margin: -10px -12px 10px;
    background: #f6f6f6;
}

.toggle-btn-group {
    margin: .25em auto .5em;
    content: "";
    display: table;
    clear: both;
}

.toggle-btn-group label {
    padding: .25em;
    float: left;
    text-align: center;
    cursor: pointer;
    background-color: #f3f3f3;
    border: #aaa 1px solid;
}

.toggle-btn-group label:first-of-type {
    border-radius: 0 .5em .5em 0;
}

.toggle-btn-group input[type="radio"]:checked + label {
    background-color: #ddd;
    border: #666 1px solid;
    text-decoration: underline;
    cursor: text;
}

.toggle-btn-group label:hover,
.toggle-btn-group label:focus {
    background-color: #ddd;
    border: #000 1px solid;
}

.toggle-btn-group label:first-of-type {
    border-radius: .5em 0 0 .5em;
}

.toggle-btn-group label:last-of-type {
    border-top-right-radius: .5em;
    border-bottom-right-radius: .5em;
}

.toggle-btn-group label:first-of-type {
    border-right: 0px solid;
}

.toggle-btn-group label:last-of-type {
    border-left: 0px solid;
}

.toggle-btn-group input {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
}