* {padding: 0; margin: 0; border: 0; box-sizing: border-box; position: relative}
b, i {display: inline-block !important}
body {
/*-ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; /* Avoid iOS landscape mode font-size increase */
  -webkit-font-smoothing: subpixel-antialiased;   /* Fonts on Chrome looks like on Safari */
  -webkit-text-stroke: 1px transparent;  /* Makes thinner fonts normal on Safari */
  width: 100%;
  max-width: 100%;
  /* height: 100vh; */
  font-family: sans-serif;
  font-size: 15px;
  font-weight: normal;
}
form, .Absolute-Center {
  font-size: inherit;
}
.Vertical-Center {
  max-width: 800px;
/*min-width: 320px;*/ /* this fixed oversized problem on some devices */
  width: 100%;
  margin: auto;
  position: relative;
  top: 0; left: 0; right: 0; bottom: 0;
  display: table;
  background-color: white;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  font-size: inherit;
  text-align: left;
}
section,
.Section,
.Header,
#main, #faq {
  text-align: left;
}
.Box {
  width: calc(100% - 0.5em);
  display: inline-block;
  box-sizing: border-box;
  padding: 0.5em 0.3em 0.8em 0.5em;
  min-height: 40px;
  vertical-align: top;
  font-size: inherit;
  border: 1px solid transparent;
  text-align: left;
}
.Box.Thinner {
  padding-bottom: 0;
  margin-bottom: -0.5em;
}
.Box.Thicker {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
.Box .Input.One-Third {
  width: 28%;
  margin-left: 71%;
}
.Input + label {
  top: -2em;
}
.Full-Size, .Full-Size > * {
  width: 99.5%;
}
.Full-Size .Radio.Half-Size label {
  width: 50%/*18.45%;*/
}
.Full-Size .Radio.One-Third label {
  width: 79%/*18.45%;*/
}
.Half-Size {
  width: 49.25%;
}
.One-Third {
  width: 41%; /* 33% */
}
.Two-Third {
  width: 57%; /* 65% */
}
.Box.One-Quarter,
.Full-Size .Radio.One-Quarter label {
  width: 23.85%;
}
.Box.Two-Fifth {
  width: 32%;
}
.Box.One-Fifth {
  width: 20%;
}
.Box.One-Sixth {
  width: 17%;
}
.Three-Quarters {
  width: 73%;
}
.Half-Size .Radio.One-Fifth label {
  width: 40%/*18.45%;*/
}
.Half-Size .Radio.One-Sixth label {
  width: 31%;
}
.Half-Size .One-Quarter {
  width: 49%;
}
.Half-Size .One-Fifth {
  width: 39%;
}
.Two-Third .One-Third label {
  width: 76%;
}
input, select, button {
  color: #00168e;
  font-weight: 400;
  width: 100%;
}
input, select, button, a:focus, a:active {
  outline: none; /* No system default outliner */
  outline: 0;
}
select {
  padding-left: 0.4em;
  padding-right: 1.5em;
  font-size: 1rem;
/*   letter-spacing: -0.5px; */
  margin-left: -2px;
  border: 1px solid lightgray;
  max-width: 100%;
  height: 2.62em;
  margin-top: 0.4em; /* Gap between Field and Label */
  margin-bottom: 0.53em;
  background-color: transparent;
  border-radius: 5px; /* For FireFox */
  -moz-appearance: none; /* Disable default styling on FireFox */
  -webkit-appearance: none; /* Disable default styling on webkit browsers */
}
select:focus {
  border-color: blue;
}
.Choices:not(.Pure)::after {
  content: "\2207";
  position: absolute;
  right: 1em;
  top: 30%;
  pointer-events: none;
}
select:-moz-focusring { /* Disable ugly ass outline on FireFox */
  color: transparent;
  text-shadow: 0 0 0 #000;
}
select::-ms-expand { /* Disable default arrow on IE 11+ */
  display: none;
}
input {
  font-size: 1.25em;
  width: 100%;
  border-bottom: 1px dotted #AAA/*lightgray*/;
  border-radius: 0; /* iOS needs that */
  margin-top: -1em; /* Gap between Field and Label */
  padding-top: 2em; /*1.75em;*/
  line-height: 1.8em;
  background-color: transparent;
}
input[type=text]:hover,
input[type=email]:hover,
input[type=tel]:hover {
  background-color: rgba(252,247,247,.5);
}
.Choices:hover {
  background-color: rgba(252,247,247,.85);
}
input[autocapitalize=on] {
  text-transform: capitalize;
}
.Header {
  position: relative; /* fixed; */
  color: black;
  top: 0;
  font-size: 1.95rem;
  font-weight: 300;
  line-height: 2em;
  padding: 0 0.4rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-shadow: 0 2px 3px rgba(0, 72, 135, 0.45);
  box-shadow:  0 1px 4px rgba(0, 72, 135, 0.65);
  width: 100%;
  max-width: inherit;
  text-decoration: none;
  cursor: help;
  z-index: 30;
  -webkit-font-smoothing: subpixel-antialiased;   /* Fonts on Chrome looks like on Safari */
}
.Header+span {
  transition: 1s;
}
#Title h5,
#Title h4,
#Title h3,
#Title h2,
#Title h1 {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  display: inline;
}
#Title h4 {display: none}
.Section.Required::after,
.Required > label::after /* original */,
.Required > .Text > label::after,
.Required span[id]::after {
  color: red;
  content: ' *';
}
label,
#Locale,
#Title,
#Amount,
#Approval,
#Phase,
#logo,
/* #faq *, */
.Section,
.Text > input+label { /* Disable text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 0;
}
label[for], #group_size label, #gsize label {
  font-size: inherit;
  display: inline-block;
  box-sizing: border-box;
  width: 48.4%;
  padding: 8px 0;
  border: 1px solid #CCC;
  border-radius: 4px;
  text-align: center;
  /* background-image: linear-gradient(to bottom, #F7F5F6, #DDDDDD); */
}
input[type=radio] {
  position: absolute;
  opacity: 0;
  bottom: 1rem;
  margin-left: 1rem;
  pointer-events: none;
}
@media (hover: hover) {
  input[type=radio]:focus + label,
  input[type=radio]:not(:disabled) + label:hover {
    border-color: blue;
  }
  input:disabled + label:hover {
    cursor: not-allowed;
  }
}
input[type=radio]:not(:disabled) + label:hover img {
  opacity: 1;
}
input[type=radio]:disabled + label {
  color: lightgray;
}
input[type=radio]:checked + label img {
  opacity: 1;
}
input[type=checkbox]:focus + .checkmark {
  border-color: blue;
}
input[type=checkbox]:checked ~ span + b {
  color: blue
}
input[type=checkbox] ~ span > b {
  font-weight: normal;
}
.Input input {
  padding-top: 1.2rem;
  margin-top: -0.5rem;
}
.Radio {
  position: relative;
  margin-top: 0.82rem; /* Gap between label and radio button */
  white-space: nowrap; /* Horizontal only */
}
.Radio label { /* Radio button */
  position: relative;
  top: -0.5em;
  min-height: 34px;
}
.Radio input:not([disabled]) ~ label {
  cursor: pointer;
}
.Radio label:not(:nth-child(2)) {
  margin-left: 2px;
}
label.disabled {
  display: none;
}
/* .Radio input:disabled ~ label.disabled {
  color: #b9b9b9;
  display: inline-block;
}
.Radio input:disabled + label:not(.disabled) {
  display: none !important;
} */
input:focus {
  border-style: solid;
  border-color: #0075ff;
  transition: 1s;
}
.Text input:focus + label,
.Levels input:focus + label {
  color: blue;
}
.Text {
  margin-top: 0;
}
.Text > input {
  margin-top: 0.125rem;
}
.Text > input+label {
  position: absolute;
  top: 0.5rem;
  left: 0;
  pointer-events: none;
}
.Box > label, /* original */
.Text > input+label /* new label */
{
  font-size: 0.9rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#Coupon {
  text-transform: uppercase;
}
input[type=button], .Submit {
  color: blue;
  border: 1px solid lightgray;
  width: 32%;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-weight: bold;
}
hr {
  border-bottom: 1px dotted white;/*lightgray;*/
  width: calc(100% - 1.25rem);
  margin-left: 0.5rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.CheckBoxes {
  text-align: left;
  margin-top: 0.5rem;
}
.CheckBoxes .container {
  width: 45%;
  margin-left: 3%;
}
.CheckBox {
  width: 100%;
  /* margin-top: -0.62em; /* Gap between label and radio button */
  /* height: 1.6em; */
  /* text-align: center; */
}
.CheckBox * {
  display: inline;
}
.CheckBox label span:first-child {
  display: inline-block;
  /* width: 8em; */
  white-space: nowrap;
}
.CheckBox .container {
    display: inline-block;
    position: relative;
    padding-left: 2rem;
    /* padding-right: 1.5em; */
    margin-bottom: 1rem;
    font-size: 1em;
    cursor: pointer;
    user-select: none;
    /* width: inherit; */
    text-align: left;
}
.CheckBoxes.Consent .container {
	width: 93% !important;
	margin-left: 4%;
	left: 0 !important;
}
/* Hide the browser's default checkbox */
.CheckBox input[type=checkbox] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
/* Special Input Textbox within Checkbox container */
.CheckBox input[type="text"] {
  padding: 0;
}
input[type="text"]::placeholder {
  color: lightgray;
  font-size: 0.78em;
}
/* Create a custom checkbox */
.CheckBox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 1.5rem;
    width: 1.5rem;
    border-radius: 0.2rem;
    border-style: solid;
    border-width: 1px;
    border-color: transparent;
    background-color: #eee;
}
/* When the checkbox is checked, add a color background */
.CheckBox input:checked ~ .checkmark {
    background-color: #2196F3;
}
/* Create the checkmark/indicator (hidden when not checked) */
.CheckBox .checkmark::after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the checkmark when checked */
.CheckBox input:checked ~ .checkmark:after {
    display: block;
}
/* Style the checkmark/indicator */
.CheckBox .checkmark::after {
  left: 0.45rem;
  top: 0;
  width: 0.35rem;
  height: 1rem;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.Label {
  margin-top: 0.2rem;
  background-color: rgba(238,234,234,.4);
}
#Message {
  position: fixed;
  top: -4.2rem;
  left: 50%;
  padding: 1.2rem 1rem 1rem 1rem;
  font-size: 1.12rem;
  text-align: center;
  font-style: normal;
  font-weight: bold;
  line-height: 1.15rem;
  white-space: nowrap;
  color: white;
  background: rgba(255,0,0,.92);
  box-shadow: 2px 2px 4px rgba(128, 128, 128, 0.68);
  transform: translateX(-50%);
  z-index: 31;
  width: 100%;
  max-width: 800px;
  opacity: 0;
  transition: 1s;
}
#Message.Active {
  transition: 1s;
  opacity: 1;
  top: 0;
}
#Loader {
  visibility: hidden;
  position: fixed;
  top: 38%;
  left: 50%;
  padding: 7rem 2rem 1rem 2rem;
  text-align: center;
  font-style: normal;
  font-weight: bold;
  color: #FFF;
  background: rgba(0, 0, 0, 0.65);
  box-shadow: 2px 2px 4px rgba(128, 128, 128, 0.5);
  border-radius: 0.2rem;
  transform: translateX(-50%);
  z-index: 1;
  width: 18rem;
}
#Loader::before, #Loader::after {
  position: absolute;
  top: 15%;
  left: 50%;
  width: 4rem;
  height: 4rem;
  margin: 0.5rem 0 0 -2.4rem;
  content: '';
  border-radius: 5rem;
}
#Loader::before {
  border: .4rem solid rgba(224, 224, 224, 0.25);
}
#Loader::after {
  border-color: #2999ff transparent transparent;
  border-style: solid;
  border-width: .4rem;
  animation: loader .6s linear;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}
@keyframes loader {
  from  { transform: rotate(0) }
  to    { transform: rotate(360deg) }
}
#Done {
  visibility: hidden;
  position: fixed;
  top: 38%;
  left: 50%;
  padding: 7rem 2rem 1rem 2rem;
  text-align: center;
  font-style: normal;
  font-weight: bold;
  color: #FFF;
  background: rgba(0, 0, 0, 0.65);
  box-shadow: 2px 2px 4px rgba(128, 128, 128, 0.5);
  border-radius: 0.2em;
  transform: translateX(-50%);
  z-index: 1;
  width: 18rem;
}
#Done::before, #Done::after {
  position: absolute;
  top: 25%;
  left: 50%;
  width: 4rem;
  height: 4rem;
  margin: -0.5rem 0 0 -2.4rem;
  content: '';
  border-radius: 5rem;
}
#Done::before {
  border: .4rem solid #24ff00;
}
#Done::after {
  /* margin-top: 1.05em;
  padding-left: 6px; */
  border-radius: 0;
  left: 61.2%;
  top: 39%;
  width: 0.5rem;
  height: 1.5rem;
  border: solid #24ff00;
  border-width: 0 6px 6px 0;
  transform: rotate(45deg);
}
.Footer {
  text-align: right;
  border-top: 2px solid rgba(153, 150, 150, 0.42);
  background-color: #ececec;
  width: 100%;
  height: 4rem;
  max-width: inherit;
  min-width: inherit;
  padding-bottom: 1.2rem;
  position: absolute;
  bottom: 0;
  z-index: 30;
}
#Amount:not(.New):not(.Paid)::before, #Amount #total::before {
  content: '　　$';
  position: relative;
  display: inline-block;
  background-image: url(https://dbworks.web.app/img/cart.png);
  background-size: 20px 20px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  right: 20px;
  margin-left:12%;
  white-space: nowrap;
}
#Amount.Done #total::before, #Amount.Rejected #total::before, #Amount.Pending #total::before {
  content: '　';
  /* background-size: 20px 20px; */
  background-position: 0px 0px;
  background-repeat: no-repeat;
  /* width: 20px; */
  /* height: 20px; */
  right: 6px;
  margin-left: 0;
}
#Amount.Done #total::before {
  background-image: url(https://dbworks.web.app/img/approve.png);
}
#Amount.Rejected #total::before {
  background-image: url(https://dbworks.web.app/img/reject.png);
}
#Amount.Pending #total::before {
  background-image: url(https://dbworks.web.app/img/hourglass-animated.png);
}
#Amount.Paid::before {
  content: '　  ';
  background-image: url(https://dbworks.web.app/img/approve.png);
  width: 18px;
  height: 18px;
  /* margin-right: -5%; */
  background-repeat: no-repeat;
  background-size: 18px 18px;
}
#Amount.Paid #total::before {
  display: none !important;
}
#Amount:not(.New)::after {
  content: attr(data-value);
  color: black;
}
#Amount {
  color: black;
  position: absolute;
  top: 21%;
  left: 3.25%;
  width: 45%;
  height: 35px;
  padding: 0.45rem 0.45rem 0.45rem;
  border-radius: 0.2em;
  background: rgba(128,128,128,0.12);
  border: 1px solid lightgray;
  text-align: center;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-weight: 500;
}
#Amount #total {
  margin-left: 4px;
}
#Amount.Positive:not(.New), #Amount #total.Positive {
  color: blue
}
#Amount #total.Done ~ span {
  display: none;
}
.Submit {
  text-align: center;
  font-size: 0.93rem;
  font-weight: 300;
  right: 3.25%;
  width: 45% !important;
  height: 35px;
  display: inline-block;
  visibility: hidden;
  -webkit-appearance: none; /* Stop iOS Safari default style */
  border-radius: 0.2rem;
  line-height: 1.2rem;
  margin-top: 0.85rem;
  cursor: pointer;
  position: absolute;
}
.PayNow:hover .Submit {
  background-color: #F2BA46;
}
#paypal-button-container {
  z-index: 1;
  width: 45%;
  height: 2.3em;
  right: 4.25%;
  top: 13px;
  display: inline-block;
  background-color: #ffc417;
  padding-top: 3px;
}
#discount {
  font-size: 1em;
  font-weight: bolder;
  display: inline-block;
  position: relative;
  top: -28px;
  left: -12px;
}
#information {
  font-size: 1rem;
  font-weight: 400;
  margin-top: -5.5rem;
  margin-bottom: -0.9rem;
  text-align: center !important;
  box-sizing: border-box;
  line-height: 1.4rem;
  padding-right: 0.8em;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
#information hr {
  border-bottom: 1px solid #EBEBEB;
}
#Locale:hover {
  cursor: pointer;
}
#Locale {
  visibility: hidden;
  font-size: 0.8rem;
  text-align: center;
  line-height: 1.8em;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  padding: 0.3em 1em;
  z-index: 1;
  background-color: rgba(94,54,0,.15);
}
#Locale::after {
  content: "        ";
  color: transparent;
  height: 45%;
  top: 3px;
  left: 0;
  display: block;
  background-color: rgba(3,210,0,0.72);
  position: absolute;
  z-index: -1;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.5s;
  box-shadow: 0 0 4px -1px black /*inset*/;
}
#Locale.Chinese::after {
  transition: 0.5s;
  top: 50%;
}
#smallprint, #copyright, #policy {
  font-size: 0.82rem;
  /* padding-top: 0.9em;
  padding-right: 1em; */
}
#smallprint, #copyright {
  display: none;
  color: lightgray;
  text-align: right;
  /* border-top: 1px solid rgba(0, 0, 0, 0.1); */
}
#policy {
  text-align: center;
  margin: 0.6rem 0 -0.45rem;
  padding: 1rem 0;
  color: #9d9b9b;
  background-color: rgba(0, 0, 0, 0.05);
}
*[id^="faq"] {
  padding: 0.8rem 0 1em 0;
  font-size: 0.92rem;
}
*[id^="faq"] .Label {
  line-height: 2rem;
  font-weight: bold;
}
*[id^="faq"] .Label:first-child {
  margin-top: -1rem;
}
*[id^="faq"] .Label:not(:first-child) {
  margin-top: 1rem;
}
*[id^="faq"] > * {
  padding: 0 0.9rem;
}
*[id^="faq"] div:not(.Label) {
  padding-top: 0.72rem;
}
.Section {
  font-size: 0.8rem;
  font-weight: bold;
  display: block;
  padding: 0.3rem 0.3rem 0.3rem 0.4rem;
  margin-bottom: 0.3rem;
}
.Section i { /* Hearts */
  font-size: 1rem;
  line-height: 0.6rem;
  color: #e9071f;
  letter-spacing: 1px;
  margin-left: 0.5rem;
  font-style: normal;
}
#main .Section:first-child,
#information + .Section {
  padding-top: 1.2rem;
}
.Section:not(:first-child) {
  margin-top: 0.2rem;
}
.Box.Required.Missed {
  border: 1px dashed red !important;
}
.Bold, .Bold * {
  font-weight: bold;
}
.hidden {display:none !important}
select: disabled,
input: disabled ~ * {
  cursor: no-drop;
}
.Radio img {
  height: 2.6rem;
  width: 2.6rem;
  margin: -2.2rem 0 -1rem;
}
.Right {
  right: -40%;
}
.Red, .red, .coupon-invalid, .coupon-redeemed {
  color: #e22121;
}
.Blue {
  color: #004fff;
}
.Green, .coupon-valid {
  color: #008f63;
}
.Purple, .coupon-verifying {
  color: #5f008b;
}
.Gray, .coupon-init {
  color: #9c9c9c;
}
b2 {
  font-weight: bolder;
}
.Dimmed input:not(:checked) + label:not(:hover),
.Dimmed input:not(:checked) + label:not(:hover) * {
  opacity: 0.7;
  background-image: none;
  color: #888;
}
.Dimmed img {
  opacity: 0.3;
}
.Dimmed input:not(:checked) + label {
  border-color: #efefef;
}
.Coupon.Hide {
  display: none;
}
.Radio.Circle,
.Radio.Transparent {
  text-align: center;
  margin-top: -2.5%;
}
.Radio.Circle label {
  border-radius: 50%;
}
.Radio.Circle label,
.Radio.Transparent label {
  width: 4em;
  height: 4em;
}
.Radio.Transparent label {
  background-image: none;
  border: none;
}
.Radio.Circle label img,
.Radio.Transparent label img {
  width: 3em;
  height: 3em;
  margin-top: 0;
}
.Radio.Circle label:not(:first-child) {
  margin-left: 5%;
}
.Radio.Transparent label:not(:first-child) {
  margin-left: 5%;
}
.DisabledButton {
    pointer-events: none;
    opacity: 0.4;
}
.symbol {
  font-size: 1.5em;
  position: relative;
  line-height: 0.7em;
  top: 0.12em;
  padding-right: 0.12em;
}
.speaker {
  display: inline-block;
  margin-top: 0.5em;
  border-top: 1px dotted #CCC;
  padding-top: 0.5em;
  font-size: 0.92em;
  color: #666;
  width: 90%;
}
.Waived {
  text-decoration: line-through;
  text-decoration-color: red;
  color: #7d7bbb !important;
}
.male, .female {
    font-style: normal;
}
.dim {
    color: lightgray;
}
button.add-people,
button.remove-people {
  width: 1.2em;
  height: 30px;
  font-size: 2em;
  background-color: transparent;
  position: absolute;
  top: 14px;
  line-height: 0.88em;
  padding-bottom: 1em;
  color: gray;
}
button.add-people {
  left: 4%;
}
button.add-people:hover,
button.remove-people:hover {
  background-color: #d0d0d0;
  color: black;
}
button.remove-people {
  right: 52.5%;
}
#information a {
  text-decoration: none;
}
#information a:hover {
  text-decoration: underline;
}
/*
#main li::after {
  content: "Remove";
  background-image: url("../images/trash-white.svg");
  background-size: 0.75em auto;
  background-repeat: no-repeat;
  background-position-x: 6px;
  background-position-y: 6px;
  position: absolute;
  top: 8px;
  right: 0.5em;
  padding-left: 1.5em;
  padding-right: 0.3em;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  color: white;
  z-index: 2;
  border: 1px solid rgba(127, 245, 255, 0.6);
  border-radius: 3px;
}
#main li:first-child::after {
  display: none;
}
*/
#main {
  counter-reset: icount;
  margin: 0;
  padding: 0;
}
#main li {
  padding: 0 0 2em 0;
  margin: 0;
  display: table; /* This is important */
  counter-increment: icount;
  width: 100%;
}
#main li::before {
  content: "報名人 # "counter(icount);
  font-family: 'Microsoft JhengHei', 'Poppins', sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  color: white;
  display: block;
  width: 100%;
  margin-left: -0.4em;
  padding: 0.65em 0.75em 0.45em 0.75em;
  position: relative;
  box-shadow: 0 2px 4px #AAA;
  z-index: 2;
}
#main li#X01::before {/* Only One User */
  display: none;
}
#main li#X01 {/* Only One User */
  padding-bottom: 0;
}
main::after {
  content: attr(data-id);
  color: black;
  background-color: white;
  border-radius: 50%;
  text-align: center;
  font-family: 'Poppins';
  font-size: 0.98em;
  font-weight: bold;
  padding: 0.12em;
  width: 1.48em;
  top: 1em;
  display: block;
  position: absolute;
  right: 1.45em;
  z-index: 3;
  text-shadow: 0 1px 1px #555;
}
/*------------------------------------------*/
#main li#X01 {
  background-color: white;
}
/*------------------------------------------*/
