html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.overlay-container {
    background-color: #cdcddd;
    width: 500px;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    border-color: #fff;
    border-style: solid;
    padding: 20px 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: #d5a021;
    font-size: small;
    font-weight: bold;
}

.Info_titel {
    text-align: left;
    color: #050505;
    font-style: italic;
    font-size: 11px;
    vertical-align: text-top;
}

.Info_titel_header {
    text-align: left;
    color: #050505;
    font-style: normal;
    font-size: 11px;
    font-weight: bold;
    vertical-align: text-top;
    padding-left: 20px;
}

.companysbtn {
    background-color: #1c1a4d;
    color: #ffffff;
    align-items: center;
    margin: 2px;
    padding: 2px
}

.popover-content {
    background: #f2f5f7;
    border: 1px solid #dddddd;
    height: auto;
    padding: .3em .3em;
    text-align: center;
}
