#info_message.new_features {
    background: var(--main-text);
    height: 100%;
}

#info_message.new_features > div {
    background: var(--button);
    margin: 10%;
    width: 80%;
}

#info_message .features {
    text-align: left;
}

#info_message .features ul,
#info_message .features li{
    padding: 0 0 1ex 1em;
    list-style-type: initial;
}

#info_message .features .button_wrapper {
    text-align: center;
}

#info_message.new_features .info_close_btn {
    float: right;
}

#info_message.new_features .info_close_btn:after {
    content: 'X';
    cursor: pointer;
    display: block;
}

#info_message .features ul {
    max-height: 400px;
    overflow-y: auto;
}