@charset 'utf-8';
/* CSS Document */
.scroller {
  width: 900px;
  height: 200px;
  overflow-y: scroll;
  scrollbar-color: gray white;
  scrollbar-width: thin;
}
