.a-subheader {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 50px;
  font-size: 16px;
  font-family: Arial;
  border: 1px solid rgba(43, 43, 43, .3);
  background-color: white;
}

body {
  overflow-y: hidden;
}

/* TODO: remove */
#cvs-header {
  /* background-color: rgb(25, 21, 23); */
  /* background-color: tomato; */
}

#div-header-content {
  width: 1440px;
}

#div-header {
  width: 1440px;
  height: 155px;
  display: flex;
  flex-flow: row nowrap;
}

#div-header-buff {
  width: 100%;
  /* TODO: modify */
  min-width: 1440px;
  background-color: rgb(25, 21, 23);
}

#hr-header {
  position: absolute;
  top: 150px;
  border: 2px solid black;
  /* TODO: figure, height is not working */
  /* height: 4px; */
  visibility: hidden;
}

#img-logo {
  margin-top: 35px;
  margin-right: 30px;
  width: 120px;
  height: 120px;
}

li {
  color: rgb(121, 121, 121);
}

li:hover {
  color: black;
}

.li-header {
  display: inline-block;
  margin-left: 30px;
  margin-right: 30px;
  height: 48px;
  font-size: 18px;
  font-family: Arial;
  /* vertical-align: middle;
  line-height: 2; */
}

#ul-header {
  margin-top: 107px;
  display: flex;
  flex-flow: row nowrap;
}

.ul-subheader {
  position: absolute;
  top: 155px;
  display: none;
}