.about-root {
    text-align: left;
    margin: 0 20px 20px 0;
    display: flex;
}

.width-20-per {
    width: 20%;
}

.left-btn {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.compact-li {
  list-style: none;
}

.menu-item-button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px 0;
  width: 100%;
  font-size: 1.0em;
}
.menu-item-button:hover {
    background: #f0f0f0;
}
.menu-item-button-selected {
    background: #e0e0e0;
}

.content-wrapper {
    margin: 0 20px;
    width: 80%;
}

.red-bold {
    color: red;
    font-weight: 600;

}

.qa-div {
  margin: 10px 0;
  padding: 0 10px;
  border: 1px solid #e2e2e2;
  background: #eeeeee;
}

.info-name-label {
  width: 5em;
  display: inline-block;
}

.tag {
  display: inline-block;
  padding: 0.2em;
  margin-right: 10px;
  font-size:70%;
  color: #d4380d;
  background-color: #fff2e8;
  border-radius: 0.25em;
  border: 1px solid #ffbb96;
  text-align: center;
  text-decoration: none;
}