@charset "utf-8";

table.default tr > td{
font-weight: bold;
}

#overview ul.list{

}

#overview ul.list {
    padding: 0;
    margin: 0 0 0 0.5em;
    list-style: none;
}

#overview ul.list > li {
    position: relative;
    padding: 0 0 0 1em;
    line-height: 1.5em;
    margin-bottom: 0.5em;
}
#overview ul.list > li::before {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    width: 0px;
    height: 0px;
    border: 0.3em solid transparent;
    border-left: 0.4em solid #000;
    content: "";
}

s.span{
  font-size: 80%;
}