.deptLogoSection {
    display: none !important;
}

.header-section {
    border-bottom: none !important;
    font-size: 1.3em !important;
    font-weight: 700 !important;
}
.reminder-list {
    margin-left: -20px !important;
}

.sideNav {
    display: none !important;
}

#innerPageSideNav {
    width: 100% !important;
}

.wantToText {
    display: none !important;
}

#govhkForm #review .required-label::after {
    display: none;
}

/* #hkid_panel input {
  width: 200px;
  letter-spacing: 30px;
  padding-left: 12px;
  font-size: 24px;
  font-family: monospace;
  text-indent: 8px;
  background: 
    linear-gradient(90deg, 
      transparent 0%, transparent 24%,
      #ccc 24%, #ccc 26%,
      transparent 26%, transparent 49%,
      #ccc 49%, #ccc 51%,
      transparent 51%, transparent 74%,
      #ccc 74%, #ccc 76%,
      transparent 76%);
  border: none;
  outline: none;
  border-radius: 4px;
  box-shadow: 0 0 0 1px #ccc;
} */

table {
    width: 50%;
    border-collapse: collapse;
}

table th,
table td {
    border: 1px solid #ccc;
    padding: 8px 10px !important;
    text-align: left;
}

table th {
    background-color: #f5f5f5;
    font-weight: 700;
}

@media (max-width: 700px) {
    table {
        width: 80%;
    }
}

@media (max-width: 600px) {
    table {
        width: 100%;
    }
}

.fb_custom_style_font_weight_bold{
    font-weight: bold !important;
}

.fb_custom_style_font_style_italic{
    font-style: italic !important;
}

.fb_custom_style_text_decoration_underline{
    -webkit-text-decoration: underline !important;
    text-decoration: underline !important;
}


.preprod .deptLogoSection {
    display: none;
}
.preprod #formFillingOptions {
    display: none;
}
.preprod .sideNav {
    display: none !important
}
.preprod #innerPageSideNav {
    width: 100% !important
}

.item-list {
    margin-left: -20px !important;
}

#govhkForm ol {
    padding-left: -20px !important;
}
.post .deptLogoSection {
    display: none;
}
.post #formFillingOptions {
    display: none;
}
.post .sideNav {
    display: none !important
}
.post #innerPageSideNav {
    width: 100% !important
}

.item-list {
    margin-left: -20px !important;
}

#govhkForm ol {
    padding-left: -20px !important;
}
