@media (max-width: 768px) {
    .opn-wrapper img {
      display: block;
      margin: 0 auto 20px !important;
      float: none !important; } }

.opn-table2 {
  width: 100%;
  border-collapse: collapse; }
  @media (max-width: 360px) {
  .opn-table2 {
    font-size: 16px; } }
  .opn-table2 thead {
    text-align: center;
    font-weight: bold; }
  .opn-table2 td {
    border: 1px solid gray;
    padding: 5px 10px; }
    @media (max-width: 360px) {
  .opn-table2 td {
    padding: 2px; } }
  .opn-table2 tbody tr:hover {
    background: rgba(254, 197, 0, 0.09); }

.g-submenu {
  list-style: disc !important; }
