img#logo {
    max-height: 100% !important;
}

p.nostretch img {
    max-width 100%;
    height: auto;
}

section.topnav {
    margin-bottom: 1em;
}

div.popup {
    position: fixed;
    z-index: 100;
    left: 50%;
    top: 30px;
    min-width: 300px;
    margin-left: -150px;
    text-align: center;
}

section.management-item {
    padding-bottom: 2.5em;
}

form.nameservers .indented {
    margin: 1.2em;
}

form.nameservers .nameserver {
    width: 20em;
}

form.nameservers .radio-group {
    padding-top: 0.75em;
}

.pre {
    white-space: pre;
    font-family: monospace;
    unicode-bidi: embed;
}

.info-table {
    margin: 0 1.5em;
    min-width: 40em;
}

.info-table .ttl {
    width: 4em;
}

.info-table tbody tr td:last-child, .info-table tfoot tr.dns-form td:last-child {
    text-align: right;
}

.info-table .maincolumn {
    min-width: 20em;
}

#txt-data td {
    overflow-wrap: anywhere;
}

input.preference {
    width: 5em;
}

.info-indent {
    margin-left: 2em;
}

.error-summary {
    margin-top: 1em;
}

.error-summary ul {
    list-style-type: disc;
    padding-left: 1em;
}

/* copied from bulma is-danger */
span.warning {
    color: #ff3860;
}

/* copied from bulma is-danger */
.has-error input {
    border-color: #ff3860;
}

.assignments .options {
    margin: 1em 0;
}

.assignments .box {
    margin: 1.5em 1em 0 1em;
}

#cart tbody tr td:last-child {
    text-align: right;
}

table.results caption {
    font-size: 1.5em;
}

.message-box div.message-body {
    min-height: 14em;
    position: relative;
}

.message-box div.message-body div.buttons {
    position: absolute;
    bottom: 1em;
    right: 1em;
}

.message-box-icon {
    padding: 0 1em 10em 1em;
}

div.intro {
    background-color: #efefef;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-clip: border-box;
    position: relative;
    overflow: hidden;
    min-height: 250px;
}

div.intro li {
    list-style: square;
}

.intro-image {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30%;
}

.intro-message {
    float: right;
    width: 65%;
}

input.medium-field {
    width: 20em;
}
