.paper-header{
	border-bottom: 1px solid #cfcfcf; background: #fefefe;
	background-image: linear-gradient(to bottom,rgba(40,50,60,0) 0,rgba(40,50,60,0.05) 100%);
	padding: 12px;
	color: #717171;
}
.paper{ border-left: 1px solid #F5F5F5; position: relative; }
.paper:before{
    content: '';
    border-left: 1px solid #F9D3D3; width: 0px;
    position: absolute; top: 0; left: 39px; bottom: 0;
}

.paper textarea{
	border: none !important;

	background: -webkit-linear-gradient(top,#f0f0f0 0%,white 5%) 0 0;
    background: -moz-linear-gradient(top,#f0f0f0 0%,white 5%) 0 0;
    background: linear-gradient(top,#f0f0f0 0%,white 5%) 0 0;
    background-size: 100% 23px;
	background-attachment: local;
	width: 100%;
	height: calc(100% - 46px); padding: 20px 20px 20px 55px;
    line-height: 23px;
	resize: none; overflow-y: scroll;
}