* {
  box-sizing: border-box;
}

/* add good looking Kaiti Traditional Chinese font the way that is supported on all OS */
.quick-link:not(:lang(zh-CN)), .titlegraphcurrent:not(:lang(zh-CN)), .datalist-input:not(:lang(zh-CN)) {
  font-family: "Microsoft JhengHei", "Kaiti TC", "標楷體", "DFKai-SB", serif;
}

.quick-link {
  font-size: 20px;
  padding: 0px;
  border: none;
  cursor: pointer;
  width: 100px;
  height: 45px;
  margin: 0px 10px 0px 1px;
}

.quick-link-sublink {
  font-size: 16px;
  padding: 0px;
  color: black;
  margin: 0px 10px 0px 10px;
}

.quick-link-sublink-fullscreen {
  font-size: 20px;
  color: rgb(84, 178, 2);
}

.titlegraphcurrent {
  font-size: 32px;
  padding: 0px;
  border: none;
  cursor: pointer;
  margin: 0px 0px -5px 0px;
  text-align: center;
}

.datalistsBlock {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.datalists {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
  font-size: 1em;
  width: 120px;
  text-align: center;
}

.datalist-input {
  width: 120px;
}

.datalists-button-show, .datalists-button-clear {
  background-color: #2cbd22;
  color: #ffffff;
  padding: 0 0.5em;
  border: none;
  cursor: pointer;
  height: 1.7em;
  margin: 2px 1px 2px 1px;
}

.datalists-button-clear {
  background-color: #50a8f9;
}
