.twosides_fieldset .twosides-left {
    float: left; 
    display: block;
}
.twosides_fieldset .twosides-right  {
    float:right; 
    display:block;
}
.twosides_fieldset input[type="submit"]{
    min-width: 50px;
    margin: 8px auto;
} 
ol.commentlist{
    list-style: none;
}
.prohead-count,
.conhead-count{
    display:block;
    height:1.222em;
    margin-left: .5em;
    max-width: 36em;
}
legend p.twosides-conhead,
legend p.twosides-prohead{
    width: 100%;
    position:relative;
    top: 15px;
}
.comments-area .reply a {
    display:none;
}
#commentform p.ts-hidden {
    display: none;
}
.comments-above-list{
    display: block;
    width: 100%;
    padding: 1%;
}
#comments.comments-area.twosides #commentform {
    margin-bottom: 60px;
}

#comments.comments-area.twosides #commentform:target,
#comments.comments-area.twosides #commentform:focus  {
    -webkit-animation: slidein 1s;
-moz-animation: slidein 1s;
-ms-animation: slidein 1s;
-o-animation: slidein 1s;
animation: slidein 1s;
    animation-name: textOut;
    animation-duration: 1.2s; 
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-delay: 0s;
    animation-play-state: normal;
    animation-direction: normal;
    animation-fill-mode: forwards;
}

@keyframes textOut {
    0% {
        opacity: 0;
        margin-left: -620px;
    }
    100% {
        opacity: 1;
        margin-left: 0px;
    }
}  
 
.comments-area.twosides #respond.comment-respond.twoside-positive,
.comments-area.twosides #respond.comment-respond.twoside-negative{
    color: inherit;
}
.comment-body {
    border-bottom: none;
    line-height: 1.4;
    padding: 10px; 
}
.comments-area .comment-content {
    padding: 0px 0px 0px 5px!important;
}
#comments.comments-area.twosides {
    width: 100%;
    margin: 30px auto 60px auto;
    padding: 30px 0px;
    max-width: 910px;
    display: table;
    background: #ddd; /* 4 testing */
}
.comment-list p{
    color: #000;
}
.comment-list .comment-meta{
    background: rgba(252,252,252,.64);
}
/* list wrap (ul or ol or div) */
.comment-list.comments-positive{
    width: 50%;
    float: left;
    height: 100%;
}

.comment-list.comments-negative {
    width: 50%;
    float: right;
    display:block;
    height: 100%;
}


.comment-list li {
    line-height: 1.2;
}
.comment-list.comments-positive .comment{
    margin-right: 1%
}
.comment-list.comments-negative .comment{
    margin-right: 0;
}
.comment-content {

    overflow: hidden;
} 
#respond.comment-respond {
position: absolute;
left: -999em;
}
#respond.comment-respond.twoside-positive,
#respond.comment-respond.twoside-negative {
position: relative;
left: auto;
}
#respond.comment-respond:before,
.comments-above-list:before{
	content: " ";
	clear:both;
	width: 100%;
	height: 1px;
	display: block;
	padding: 30px 0px 15px 0px;
	border-top: 1px solid #ddd;
}
.twshide {
    display: none;
}
.twsshow {
    display:block;
    color: #888;
    font-size: xx-small;
}
.twosides_fieldset input[type="submit"]#actionPositive,
.twosides_fieldset input[type="submit"]#actionNegative {
    font-size:initial;
    font-weight:initial;
}
