.story {padding-top: 0px;}
#story { 
	height: 650px;
   max-height: 650px;
    max-width: 470px;
    overflow-y: scroll;
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 16px;
}
::-webkit-scrollbar-track {
    background-color: #eee;
     border-left: 0px solid #aaa;
}
::-webkit-scrollbar-thumb {
    background-color: #9ae5ff;

}
::-webkit-scrollbar-thumb:hover {
  background-color: #aaa;
}

