html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.overlay-container {
    background-color: #cdcddd;
    width: 400px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    border-color: #fff;
    border-style: solid;
    padding: 10px 0;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -160px;
    margin-bottom: 10px;
}

.overlay-container #feature-name::after {
        content: '';
        position: absolute;
        top: 100%;
        left: 50%;
        /*margin-left: -20px;*/
        border-width: 20px;
        border-style: solid;
        border-color: #282677 transparent transparent transparent;
    }

.Info {
    text-align: center;
    color: #ababab;
    font-size: small;
    font-weight: bold;
}

.Info_titel_header {
    text-align: left;
    color: #050505;
    font-style: italic;
    font-size: 14px;
    padding-left: 10px;
    vertical-align: text-top;
}

.Info_titel {
    text-align: left;
    color: #050505;
    font-style: normal;
    font-size: 14px;
    font-weight: bold;
    /*vertical-align: text-top;*/
   /* padding-left: 10px;*/
    /*white-space: nowrap;*/
    width: 200px;
}
.Info_titel_header_underline {
    text-align: left;
    color: #050505;
    font-style: normal;
    font-size: 14px;
    font-weight: bold;
    vertical-align: text-top;
    padding-left: 10px;
    white-space: nowrap;
    width: 200px;
    text-decoration-line: underline;
}

.companysbtn {
    background-color: #0000a2;
    color: #ffffff;
    align-items: center;
    margin: 2px;
    padding: 2px
}

