.create h1 {
    margin: 50px auto 20px auto;
    max-width: 500px;
}

.create .inner {
    background-color: #FFF;
    border: 1px solid #D4D9E3;
    border-radius: 5px;
    margin: 0 auto 50px auto;
    max-width: calc(500px - 50px);
    padding: 25px;
    width: 500px;
}

.create .btn-container {
    text-align: right;
}

.create .tooltip-type {
    display: flex;
    position: relative
}

.create .tooltip-type button {
    background: grey;
    border-radius: 30px;
    border: none;
    bottom: 3px;
    color: #FFF;
    font-size: 9px;
    font-weight: bold;
    height: 13px;
    margin: 0 0 0 3px;
    max-width: 13px;
    min-width: 13px;
    padding: 0;
    position: absolute;
    left: 92px;
    text-align: center;
    width: 13px;
}

.create .btn-orange {
    max-width: max-content;
    max-width: -moz-max-content;
    max-width: -webkit-max-content;
}

.create .delete-h3 {
    margin: 0 0 5px 0;
}

.create .helptext {
    margin: 0 0 5px 0;
}

@media screen and (max-width: 600px) {
    .create .inner {
        margin: 9px 18px 18px 18px;
        padding: 18px;
        width: calc(100% - 72px);
    }

    .create h1 {
        margin: 18px 18px 0 18px;
        max-width: 500px;
    }
}