.tm-install {
    max-width: 768px;
    border: solid 1px #ccc;
    padding: 5px 14px;
    background: #fcfcfc;
    margin-top: 4px;
}

.tm-install a {
    text-decoration: none;
}

.tm-install p {
    font-size: 1.1em;
}

.tm-install .actions {
    display: flex;
    justify-content: space-between;
}

.tm-install .actions button {
    font-weight: bold;
}

.tm-install .actions button:hover {
    cursor: pointer;
}

.tm-page {
    max-width: 1100px;
}

.tm-button {
    display: inline-block;
    padding: 0.5em 2em;
    border: 1px solid #ccc;
    background: #eee;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
}

.tm-card {
    border: solid 1px #ccc;
    padding: 2em 1em 1em;
    background: #fcfcfc;
}

.form-section {
    margin-bottom: 1em;
    clear: both;
}
.form-section input[type=text],
.form-section input[type=email] {
    margin: 0.5em 0;
    width: 50%;
}
@media only screen and (max-width: 600px) {
    .form-section input[type=text],
    .form-section input[type=email] {
        width: 90%;
    }
}
.form-section label {
    font-weight: 500;
    font-size: 1.2em;
}
.form-section li {
    list-style-type: disc;
    list-style-position: inside;
}
.form-section .widget-preview {
    float: right;
    margin: 0 0.5em;
}
.form-section .submit {
    padding: 0.25em 0;
}
.form-section-header {
    color: #999;
}

.tm-subscription-info {
    font-size: 1.1em;
}
.tm-subscription-warning {
    color: #d63638;
}