.scroll {
  overflow: auto;
  margin-bottom:1.5em;
  white-space: nowrap; }
  .scroll table {
      margin-bottom:0;
    width: 100%; }
  @media screen and (min-width: 782px) {
    .scroll {
      white-space: inherit !important; } }


.scroll-attention {
  font-size: 14px;
  margin-bottom: 0.5em; }
.scroll-attention .fas::before {
    font-size: 1.4em;
    color: #888;
}
.scroll-hint-text {
    padding-left: 0.3em;
}
.notattention.scroll-attention {
	display: none !important;
}
.scroll-attention .fa-chevron-left::before,
.scroll-attention .fa-chevron-right::before {
font-size:13px;
padding: 0 3px;
}
  @media screen and (min-width: 782px) {
    .scroll-attention {
      display: none; } }

.scroll::-webkit-scrollbar {
  height: 15px; }

.scroll::-webkit-scrollbar-track {
  background: #f1f1f1; }

.scroll::-webkit-scrollbar-thumb {
  background: #bbb; }