.comments-wrapper {
	position: fixed;
 	bottom: 0px;
 	right: -50%;
 	width: 51%;
  	background: #fff;
  	padding: 10px;
  	z-index: 10;
  	border-width: 1px 0 1px 1px;
    border-style: solid;
    border-color: #e2e2e2;
    transition: right .3s ease-in-out;  
    height: 99%; 
    overflow: visible;
}

.open {
	right: 0px;   
}

.comments-scroll-area {
    position: relative;
 	overflow-y: scroll; 
    height: 100%;
    bottom: 0;
}

.comments-toggle,
.comments-toggle:visited {
    position: absolute;
    display: block;
    width: 32px;
    height: 32px;
    left: -32px;
    top: 50px;  
    background: url('comments-icon.png') #ffffff center no-repeat;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
  	border-width: 1px 0 1px 1px;
    border-style: solid;
    border-color: #e2e2e2;
    z-index: 10;
    line-height: 1.75em;
    text-decoration: none;
}