:root {
    --headingsColor: #336699;
    --maxWidth: content;
}
a {
    border-bottom: none;
}
.content {
    margin-top: 1%;
    width: 80%;
}
.mylogo {
    float: left;
    height: 48px;
    width: 48px;
    margin: 0 10px 0 0;
}
.title {
    float: left;
    display: table-cell;
    vertical-align: middle;
}
#e2-blog-title {
    font-size: 112%;
}
#e2-blog-description {
    font-size: small;
}
.spotlight {
    top: 50%;
    transform: translateY(-50%);
    margin-right: 32px;
}
.table {
    margin: 0 auto;
    max-width: 90% !important;
}
.rustdesk {
    justify-content: center;
    display: grid;
    padding: 16px;
    margin: 0 auto;
    max-width: 90% !important;
}
.e2-note h1, .e2-text p, .e2-text ul, .e2-text ol, .e2-text li, .e2-text pre, .e2-text blockquote, .e2-text-audio, .e2-text-calliope-formatted {
    max-width: 100%;
}
.e2-text-picture, .e2-text-picture.fotorama, .e2-text-video, .e2-text-audio {
    justify-content: center;
    display: grid;
}
.e2-text .aside {
    line-height: 16px;
    font-size: 14px;
    opacity: .8;
}
.e2-smart-title a, .social-links a {
    text-decoration: none;
}
.footer-login {
    float: right;
    margin-top: -4px;
}

@media ( max-width: 720px ) {
    .content {
        margin-top: 10%;
        width: 90%;
    }
    .spotlight {
        transform: none;
        position: relative;
        display; inline;
        margin-top: 8px;
        margin-right: auto;
        margin-left: auto;
    }
}
@media screen and (min-width: 1050px) {
    .e2-text .aside {
        position: relative;
        text-align: left;
        max-width: 200px;
        margin-left: 4%;
        margin-top: .15em;
        float: right;
        clear: right;
    }
}

.short {
}
