#styledScroll {
  max-height: 400px;
  border: 1px solid #c9ced2;
  overflow-y: scroll; }
  #styledScroll ul {
    padding: 1.4rem 2rem 1.4rem 1.5rem;
    margin: 0px;
    list-style: none; }
    #styledScroll ul li {
      border-bottom: 1px solid #c9ced2;
      padding: 1.4rem 0 1.4rem 0; }
    #styledScroll ul li:first-child {
      padding-top: 0; }
    #styledScroll ul li:last-child {
      border-bottom: none;
      padding-bottom: 0px; }
  #styledScroll h5 span {
    font-weight: 300; }
  #styledScroll img {
    width: 100%;
    height: auto;
    margin-top: 0.32rem;
    margin-bottom: 0.7rem; }

#styledScroll::-webkit-scrollbar, .copyWrap::-webkit-scrollbar {
  width: 5px;
  background-color: transparent; }

#styledScroll::-webkit-scrollbar-thumb, .copyWrap::-webkit-scrollbar-thumb {
  background-color: #c9ced2;
  border-radius: 0px; }

#styledScroll::-webkit-scrollbar-thumb:hover, .copyWrap::-webkit-scrollbar-thumb:hover, #styledScroll::-webkit-scrollbar-thumb:active, .copyWrap::-webkit-scrollbar-thumb:active {
  background-color: #5e6871; }
