@charset "utf-8";

.post_body ul {
  margin:0.5rem 0;
  line-height:1.5;
  list-style-type: disc !important;
  margin-left: 24px;
  text-align: left;
}

.post_body ol {
  margin:0.5rem 0;
  line-height:1.5;
  list-style-type: decimal!important;
  margin-left: 24px;
  text-align: left;
}


.table-responsive {
  overflow-x: auto;
  max-width: 100%;
}

.table-responsive table {

}

.scroll-hint-text{ 
  margin-top:0;
}
