.login-logo img,
.register-logo img {
    width: 200px;
}

textarea {
    min-height: 150px;
}

textarea.html {
    border: 1px solid #ccc;
    height: 600px;
    padding: 20px;
    width: 100%;
}

input[type="date"],
input[type="time"] {
    padding-top: 0;
}

.avatar-image {
    width: 50px;
}

.editor-avatar {
    display: block;
    margin: 10px auto;
    width: 100px;
    border: 5px solid #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, .3);
}

.result-item {
    padding: 10px;
}

.result-item .muted {
    margin-left: 10px;
    color: rgb(80, 80, 80);
}

.result-item .strong {
    font-weight: bold;
    margin-right: 10px;
}

.stats-page .content-header,
.stats-page .content {
    padding: 0;
}

.stats-page iframe {
    border: 0;
    min-height: calc(100vh - 55px);
    width: 100%;
}
