.box {
    border: 1px solid black;
}

#navi-links {
    display: flex;
    justify-content: space-evenly;
}


@media only screen and (max-width: 1000px) {

    #navi-links > a {
        font-size: 3.5vw !important;
    }

    #navi-links > .dropdown {
        display: none !important;
    }

    #navi-links > .dropdown-holder {
        display: block !important;
        float: right !important;
    }
}


@media only screen and (min-width: 1000px) {

    #navi-links > .dropdown-holder {
        display: none;
    }
}



html {
    height: 100%;
}

#auth-actions {
	color: black;
	display: flex;
	justify-content: flex-end;
	margin-bottom: 5px;
}

.frontpage-top-media > img {
    max-width: 90%;
    max-height: 175px
}

body {
    padding: 30px;
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: black;
    line-height: 135%;

   /*  height: 95vh; */

    background-size: auto;
    background-attachment: fixed;
    background-image: url('/img/crow.png'), linear-gradient(to right, black, #444343 45%, #444343 55%, black);
    background-repeat: no-repeat;
    background-position: center bottom;
}

.action:not(input) {
    cursor: pointer;
    text-decoration: underline;
    color: #102110;
    padding: 2px;
}

p.feeds-log > .action {
    text-decoration: underline;
    font-size: smaller;
}

#spinner-container > .fa-spinner {
    font-size: 50px;
}

.blink-animation:not(:hover) {
    /*-webkit-animation: flash linear 1s infinite;*/
    animation: flash linear 0.75s infinite;
}

#chat-notifier:hover {
    font-weight: bold;
}

#media-basic-info {
    font-size: 14px;
    position: sticky;
    display: flex;
}

hr {
    border-color: black;
}

#thread-header {
    display: flex;
    vertical-align: middle;
    align-items: center;
}

#messageForm > #headline, #new-thread > #headline {
    margin: 5px 0 5px 18px;
}

#thread-options, #thread-actions {
    display: inline-block;
    margin-left: auto;
    float: right;
    vertical-align: bottom;
    justify-content: center;
}

#thread-actions > button {
    color: black;
}

#feeds-chat-messages > .buffer-holder {
    padding: 5px;
}

.media-ach-holder {
    padding: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.media-ach-holder > .user-link {
    font-size: smaller;
    display: block;
    text-align: center;
    line-height: 90%;
}

.media-ach > .media-ach-desc {
    display: block;
    text-align: center;
    margin-bottom: 2px;
}

video.file {
    /* max-width: 50vw !important; */
    /* object-fit: cover*/;
}

.media-ach-link {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}

.lamppu-glow {
    filter: brightness(150%);

}

.wPaint-canvas {
    width: 100%;
    height: 100%;
}

#status-update-input {
    margin-top: 3px;
}

#user-status-update, #status-update {
    width: 100%;
    overflow: auto;
}

.status-hide {
    cursor: pointer;
}

.status-message {
    direction: ltr;
    font-size: 115%;
    margin: 5px 0 0 0 
}

.status-actions {
    margin-top: 5px;
    filter: opacity(80%);
}

:root {
    --base-color-0: #494545;
    --base-color-1: #b7b3b3;
    --base-color-2: #c6c4c4;
    --base-color-3: #c1c1c1;
    --base-color-4: #d6d4d4;
    --base-color-5: #e8e3e3;
    --base-color-6: #e3e4e5;
}

.frontpage-media-title, .media-ach-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    max-width: 100%;
}

.frontpage-media-link {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.media-it-holder {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    vertical-align: middle;
    margin: 2px 3px 2px 3px;
}

.media-it-limgink, .media-it-thumb {
    position: relative;
    left: 0;
    top: 0;
}

.media-it-video-overlay {
    position: absolute;
    height: 40px;
    width: 40px;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    object-fit: scale-down;
    filter: opacity(50%);
}
.media-it-limgink:hover img.media-it-video-overlay {
    filter: opacity(65%) brightness(120%);
}

img.media-it-video-overlay:hover {
    filter: opacity(80%) !important;
}


.media-it-tags {
    max-width: 120px;
    text-align: center;
}

.media-it-chan-adder {
    visibility: hidden;
    font-size: smaller;
}

.usr-link-pic { 
    display: none;
}

.media-it-holder:hover .media-it-chan-adder {
    visibility: visible;
}

.media-it-bot-line {
    font-size: smaller;
    text-align: center;
}

img.media-it-thumb:hover {
    filter: brightness(75%);
}

img.media-it-thumb {
    object-fit: scale-down;
    width: 150px;
    height: 150px;
}

.paginated-medias > .media-it-holder {
    margin: 5px;
}

.paginated-medias {
    display: flex;
    flex-wrap: wrap;
    /*
    justify-content: space-around;
    align-items: center;*/
}

.media-it-tags {
    display: none;
}

span.media-it-title {
    width: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    line-height: 110%;
    padding: 0 6px 2px 6px;
    display: inline-block;
}

.medias-page-right-items > .media-it-holder {
    max-width: 45%;
}

.medias-page-right-items * .media-it-thumb {
    max-height: 100px;
    max-width: 100%;
}

.medias a img.portrait {
    width: 100%;
    height: auto;
}

form > label {
    padding: 0;
    margin: 0;
}

#main-body {
    background-color: var(--base-color-1);
}

#main-container, #main-header {
    background-color: var(--base-color-0);
}

#thread-header, .message-meta, #op-info, .message-header, .attachment-container, #media-basic-info {
    background-color: var(--base-color-2);
}

.user-basic-info, #user-channels, table, #media-page-container > div > .media-page-content, #user-content, #channel-meta, #channel-content,
.op-message, #channel-meta, #user-data-container, #media-content, #media-right-items, #media-box {
    background-color: var(--base-color-4);
}

.feeds-container, .status-update, #media-right-items > div, .table-container, #site-info-wrappeer, .message-attachment {
    background-color: var(--base-color-5);
}

.message-user-info-container, .message-user-info {
    display: flex;
    flex-direction: column;
}

/*
span.tag-container:not(:hover) > .remove-tag {
    visibility: hidden;
}*/

div#tag-list:not(:hover) {
    filter: blur(4px);
}


h3.tag {
    font-size: 14px;
    margin: 0;
    opacity: 0.8;
}

#messages-body-container {
    clear: both;
}

#user-description {
    background-color: var(--base-color-6);
}

.chat-container {
    word-break: break-word;
}

.chat-ban {
    cursor: pointer;
}

.chat-user-link {
    display: block;
    line-height: 110%;
}

#main-navi > * .action {
    color: whitesmoke;
}

#thread_replies {
    padding: auto;
    margin: auto;
}

#thread-header {
    height: 2.3em;
}

.button.action {
    padding: 0;
    text-decoration: initial;

}

.status-message > * > .youtube {
    max-width: 370px !important;
    max-height: 200px !important;
}

.message-video {
    max-width: 300px;
    max-height: 400px
}

.status-message > video {
    max-height: 200px;
}

.message-info-dates {
    font-size: smaller;
}

.feed-hide {
    cursor: pointer;
}

#broadcast-type-1 {
    text-align: center;
}

#broadcast-type-1 > #broadcast-target {
    display: block;
}

/* channel */
#broadcast-type-8 > #broadcast-target {
    display: block;
    text-align: center;
}

.feeds-items-container {
    display: block;
    padding-left: 3px;
    margin-left: 3px;
}

.feeds-items-title {
    font-weight: bold;
}



.feeds-log {
    font-size: 15px;
    /* line-height: 105%; */
    margin-bottom: 4px;
}

.feeds-log > .action {
    padding: 0;
    word-wrap: break-word;
}

.huutoboxi-usr-link {
    display: inline-block;
}

.huutoboxi-usr-link:before {
    content: '<';
}

.huutoboxi-usr-link:after {
    content: '>';
}

.huutoboxi-msg {
    margin-left: 2px;
    overflow-wrap: break-word;
}

#main-header {
    font-size: 16px;
    width: 90%;
    margin: 0 auto 5px;
    padding: 7px;
    display: block;
    vertical-align: middle;
}

#main-header > .btn {
    max-width: 150px;
}

.user-group {
    float: right;
}

#main-container {
    margin: 0 auto;
    border-left: 1px solid black;
    width: 90%;
    margin-bottom: 30px;
}

#main-body {
    border-radius: 0 !important;
    padding: 10px;
    margin-top: 10px;
    margin-left: 15px;;
    margin-right: 15px;
    min-height: 100%;
}

.message-content {
    width: 100%;
    overflow-wrap: break-word;
    border-top: 1px solid black;
}

.attachment {
    align-items: stretch;
    padding: 5px;
}

.attachment-limited-size {
    max-height: 175px !important;
    max-width: 175px !important;
}

.thread {
    margin-top: 10px;
}

.message-article {
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
    margin-bottom: 0;
    width: 100%;
    flex: 1;
    display: flex;
    align-self: baseline;
    align-items: stretch;;
}

.message-container {
    flex: 1;
    padding: 0;
    font-size: 21px;
    overflow-x: auto;
    width: 100%;
}

.message-meta {
    font-size: 13px;
    border-right: 1px solid black;
}

.message-meta-pic {
    max-width: 40px;
    max-height: 40px;
    object-fit: scale-down;
}

blockquote {
    margin: 0 0 5px;
    padding: 2px;
    border-left: 1px solid black;
}

.status-message > .quote {
    margin-left: 3px;
}

.quote {
    color: black;
    margin: 0 0 0;
    padding-left: 1px;
    border-left: 1px solid black;
    display: inline-block;
    font-style: italic;
    margin-top: 2px;
}

.antiquote {
    color: black;
    margin: 0 0 0;
    padding: 2px;
    border-right: 1px solid black;
    display: inline-block;
}

.unrounded {
    border-radius: 0 !important;
}

.bordered {
    border: 1px solid black;
    padding: 2px;
}

.bordered-left {
    border-left: 1px solid black;
    padding: 2px;
}

.bordered-right {
    border-right: 1px solid black;
    padding: 2px;
}

.bordered-top {
    border-left: 1px solid black;
    padding: 2px;
}

.bordered-bot {
    border-bottom: 1px solid black;
    padding: 2px;
}

a#show-replies {
    text-decoration: underline;
}

.reply-read {
    text-decoration: overline;
}

.reply-unread {
    font-weight: bold;
}

.dismiss-reply {
    cursor: pointer;
}

#message-input {
    margin-top: 2px;
}

.message-header {
    font-size: 14px;
    display: block;
    color: black;
}

.message-header > * {
    color: black;
    /* line-height: 14px; */
    margin-right: 1px;
    margin-left: 2px;
    padding: 0;
}

.report-message, .remove-message {
    float: right;
    margin-right: 5px;;
}

.was-previewed {
    text-decoration: line-through !important;
}

.on-preview {
    -webkit-box-shadow: 0 0 5px black;
    -moz-box-shadow: 0 0 5px black;
    box-shadow: 0 0 5px black;

    filter: brightness(105%);
}

.dropdown-holder {
    position: relative;
    float: right;
}

.dropdown-caret {
    font-size: 20px !important;
    height: 20px;
}

.dropdown-expand {
    float: right;
}



.dropdown-container {
    overflow: auto;
    max-height: 80vh;
    top: 0;
    right: 0;
    position: absolute;
}


.dropdown-holder:not(:hover) > .dropdown-container {
    display: none !important;
}

/*
.dropdown-container {
    display: inline-block;
    max-height: 30px;
    overflow: hidden;
    padding: 0 5px 0 5px;
    position: absolute;
    right: 0;
}

.dropdown-container:hover {
    max-height: 1000px;
    overflow: auto;
    position: absolute;
    z-index: 50000;
}
*/
.dropdown-items {
    margin-top: 5px;
    background: var(--base-color-0);
    display: block;
    z-index: 500000;
}

.dropdown-item {
    display: block;
    padding: 8px !important;
    margin-top: 5px !important;
}

.center-item {
    display: block;
    margin: 0 auto;
}

.message-hidden {
    display: none !important;
}

#message-submit {
    text-decoration: underline;
}

.status-update {
    padding: 7px;
    margin-bottom: 8px;
    width: 100%;
}

.status-user .user-thumbnail {
    max-width: 35px;
    max-height: 35px;
}

.status-user {
    display: block;
    padding: 5px;
    font-size: 16px;
}

.status-message-container {
    display: inline-block;
    max-height: 275px;
    overflow: auto;
    direction: rtl;
    max-width: 100%;
    padding-left: 3px;
}

#message-submit, #status-update-input {
    border-bottom: 2px solid black;
    -webkit-box-shadow: 0 0 5px black;
    -moz-box-shadow: 0 0 5px black;
    box-shadow: 0 0 5px black;

    background-color: whitesmoke;
}

.privmsg {
}

.privmsg-info {
    color: darkorange;
}

div#user-list-main {
    /*
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    */
    display: table;
    text-align: center;
}
.user-item-container {
    min-width: 20%;
    display: inline-block;
}

.user-item-container > a.user-link {
    float: left;
}

#preview {
    overflow: auto;
    max-width: 1000px;
    max-height: 1000px;
}

#mahti-modal-cover {
    position: fixed;
    display: none;
    width: 100vw;
    height: 100vh;
    justify-content: center;
    align-items: center;
    z-index: 550;
    left: 0;
    top: 0;
    padding: 5px;
    background: #00000012;
}

#mahti-modal-cover.shown {
    display: flex;
}


#preview, #mahti-modal-container {
    background-color: var(--base-color-6);
    display: block;
    z-index: 2000;
    padding: 5px;
    overflow: auto;
}

#mahti-modal {
    padding: 5px;
}

#mahti-modal-container * tbody {
    max-width: 90vw;
    max-height: 75vh;
    overflow: auto;
    display: block;
    padding: 1vw;
}

#mahti-modal-container * > td {
    max-width: 25vw;
    overflow: hidden;
    text-overflow: ellipsis;
}

#mahti-modal-container * > .action {
    padding: 0;
}


.center-preview {
    position: fixed !important;
    top: 25% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    background-color: white;
    border: 1px solid black;
    width: auto;
    margin-top: 11%;
}

a, #mahti-modal-close, #mahti-media-modal-close {
    cursor: pointer;
}

div#media-content {
    height: 100%;
    width: 100%;
}

div.media-page-content {
    width: 100%;
}

#mahti-modal-close {
    margin-right: 5px;
}

#media-rate {
    text-decoration: none;
}

#media-rate.do-rate {
    color: #2f712b;
    cursor: pointer;
    font-size: 20px;
}
#media-rate.cancel-rate {
    color: #e16060 !important;
}


#media-modal-container {
    top: 0;
    left: 50%;
    position: fixed;
    transform: translate(-50%);
    background: var(--base-color-0);
    z-index: 500;

    height: 100vh;
    width: 100vw;

    text-align: center;
    background-color: #000000b5;

    display: flex;
    align-items: center;
    justify-content: center;
}

#media-modal {
    /*
    max-height: 100vh;
    /*
    max-height: 97%;
    margin-top: 1%;
    */
    text-align: center;
    /*width: 100%;*/
    display: flex;
    max-height: 100vh;
    overflow-y: auto;
    /*overflow-x: hidden */
    scrollbar-width: thin;
    scrollbar-color: #ac9595 transparent;
    background: transparent !important;;

}

/*
#media-modal::-webkit-scrollbar {
    display: none;
}*/


#media-modal > img, #media-modal > video {
    cursor: pointer;
    margin: auto;
    vertical-align: middle;
    /* height: 100%; */
}

.message-under-edition.message-container {
    filter: brightness(85%);
}

.message-under-edition p {
    margin-top: 15px;
    border: 1px solid black;
    padding: 2px;
}


.media-header-link {
    display: none;
}

.message-under-edition p {
    word-break: break-all;
    white-space: pre-wrap;
}

.message-text {
    font-size: 14px;
    max-height: 750px;
    overflow-y: auto;
    word-break: break-word;
}

.forum-thread-message {
    overflow-x: auto;
    width: 100%;
    height: 100%;
}

.forum-thread {
    width: 45%;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
}

.new-user > .action {
    padding: 0;
    margin-bottom: 2px;
}

@media only screen and (max-width: 1500px) {
    .forum-thread {
        width: 100%;
    }
}

.thread-unseen {
    font-weight: bold;
}

.stickied {
    font-weight: bold;
}

#user-data-container {
    margin-top: 3px;
    padding: 3px;
}


.user-info {
    width: 40%;
}

.user-introduction {
    width: 60%;
}

.greentext {
    color: #3f8308;
}

.bluetext {
    color: #3762a2;
}

.bolted {
    font-weight: bold;
}

.dashtext {
    padding-left: 5px;
    #color: #b27cb2;
}

.pretext {
    white-space: pre-wrap;
    max-width: 100% !important;
    word-wrap: break-word
}

.status-message .shaketext, .status-message .flashtext *,
    /*.status-message .syckstext .status-message .syckstext *,*/
.status-message .flashtext, .status-message .flashtext * {
    animation: none;
}

.shaketext, .status-message .shaketext:hover, .status-message .shaketext *:hover {
    animation: shake 0.1s;
    /* When the animation is finished, start again */
    animation-iteration-count: infinite;
    display: inline-block;
    word-wrap: break-word;
    white-space: pre-wrap;
    max-width: 100%;
}

.syckstext, .status-message .syckstext:hover, .status-message .syckstext *:hover {
    animation: shakesyck 0.651s;
    /* When the animation is finished, start again */
    animation-iteration-count: infinite;
    display: inline-block;
    word-wrap: break-word;
    white-space: pre-wrap;
    max-width: 100%;
}

@keyframes shake {
    0% {
        transform: translate(1px, -1px) rotate(0deg);
    }
    100% {
        transform: translate(-1px, 1px) rotate(0deg);
    }
}

@keyframes shakesyck {
    0% {
        transform: translate(1px, -1px) rotate(0deg);
    }
    10% {
        transform: translate(-1px, 1px) rotate(0deg);
    }
}

.flashtext, .status-message .flashtext:hover, .status-message .flashtext *:hover {
    display: inline-block;
    animation: blinker 0.4s linear infinite;
    word-wrap: break-word;
    white-space: pre-wrap;
    max-width: 100%;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

#loginUser, #logout, #left-navi {
    border: 1px solid black;
    border-radius: 0 !important;
}

#left-navi {
    border: 1px solid black;
    border-radius: 1px;
}

.left-item {
    margin-bottom: 10px;

}

#left-navi {
}

.body-container {
}

.content {
    margin-bottom: 65px;
}


/*
body {
    font-family: "Tahoma, sans-serif";
    font-family: Arial, sans-serif;
    font-family: Verdana, sans-serif;
}*/

.status-message {
    font-family: Verdana, sans-serif;
}



div.message-reply * p.message-text {
    max-height: 20vh !important;
}

#media-basic-info, .menu-group, #user-description, #thread-container, #status-update, textarea, h1, #about-page,
#feeds-items-container
{
    font-family: monospace;
}

#about-page a {
    text-decoration: underline;
}

.message-text, .status-message, #user-description, #thread-container, #status-update, textarea {
    font-size: 15px;
}

.media-jump:hover {
    filter: brightness(125%);
}

.main-group {
    padding-top: 3px;
}

.thread-pages > .menu-group {
    font-size: 0.9em;
}



.do-rate {
    color: black;
    margin: 0 1px 0 1px;
    text-decoration: underline;
    font-size: 1.4em;
}


#registeringStuff {
    display: none;
}

.content-container {
    margin: 5px 10px 10px 10px;
    width: 100%;
}

#profile-limited-medias {
}

#profile-limited-medias > div .medias {
    display: flex;
    /* justify-content: space-evenly; */
    text-wrap: normal;
    flex-wrap: wrap;
}


@media (min-width: 858px) {
    html {
        font-size: 14px;
    }
}
 
@media (min-width: 780px) {
    html {
        font-size: 13px;
    }
}
 
@media (min-width: 702px) {
    html {
        font-size: 11px;
    }
}
 
@media (min-width: 624px) {
    html {
        font-size: 10px;
    }
}
 
@media (max-width: 623px) {
    html {
        font-size: 10px;
    }
}

.media-jump {
    font-size: 20px;
    padding: 20px;
}

.media-jump.no-media {
    font-weight: lighter;
    opacity: 0.4;
}


#profile-misc {
    display: flex;
    align-items: center;
    margin-top: 5px;
}

#profile-feeds {
    width: 25%;
    display: inline-block;
    max-height: 290px;
    overflow: auto;
    border-left: solid 1px black;
    padding-left: 3px;
}

#media-right-items-container {
    width: 350px;
    padding: 5px;
    align-self: baseline;
}

/*
img {
    object-fit: scale-down !important;
}*/

div#commentbox {
    padding: 4px;;
}

.media-file {
    /* width: 95%; */
    margin: auto;
}

.media-file > img {
    cursor: pointer;
}

.media-navi {
    background-color: whitesmoke;
}

#media-actions {
    display: inline-block;
    font-weight: bold;
    margin-top: 3px;
    margin-left: 2px;
    margin-right: 2px;
}

#media-actions:empty {
    display: none !important;
}

.media-spoilered:hover {
    background-image: none;
}

.media-comment-container {
    width: 100%;
    text-align: left ;
}

.media-file > .embedded-media {
    min-width: 600px;
    min-height: 400px;
}

.media-file {
    color: black;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.spoiler-container {
    background-image: url("/yleinen/img/spoiler.png") !important;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 200px;
    min-width: 200px;
    background-position: center;
}

.spoiler-container:hover {
    background-image: none;
}

.file-spoilered {
    cursor: pointer;
    max-height: 800px;
    max-width: 800px;
    opacity: 0;
}

.file-spoilered:hover {
    opacity: 1;
    background-image: none;
    max-height: initial;
    min-width: initial;
}

.spoiler {
    background-color: black;
    color: black;
}

.spoiler:hover {
    color: white;
}

.flash {
    display: none;
}

.info-item {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    padding-bottom: 0;
    margin-bottom: 0;

    padding-top: 0;
    margin-top: 0;
}

.info-item::after {
    content: "\a";
    white-space: pre;
}

.info-item-what {
    font-weight: bold;
}

.info-item-value {
    padding-left: 6px;
}

.attachment {
    cursor: pointer;
}

.attachment-link {
    white-space: nowrap;
    max-width: 25ch;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
}

.code {
    display: inline-block;
    white-space: pre-wrap;
    max-width: 100% !important;
    word-wrap: break-word;
    line-height: 1.42857143;
    font-size: 13px;
    background-color: #f5f5f5 !important;
    padding: 0 15px 5px 15px;
}

.current, .active {
    font-weight: bold
}

table {
    margin-bottom: 0 !important;
}

.tr-item:nth-child(odd) {
}

.tr-item:nth-child(even) {
}

.menu-item {
    padding: 4px;
}

.errorMessage {
    border: 1px solid black;
    background: whitesmoke;
    display: inline-block;
    padding: 1px;
    margin: 2px;
}

button {
    color: black;
}

.button {
    -webkit-appearance: button !important;
    -moz-appearance: button !important;
    appearance: button !important;
}

.unapproved {
    cursor: pointer;
    text-decoration: underline;
}

.info-title {
    text-decoration: underline;
    font-size: 1.2em;
    margin-top: 15px;
    margin-bottom: 0;
}

.thread-link {
    max-width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0;
}


div#replies-page {
    padding: 15px 0 15px 5px;
}


div#message-replies {
    max-height: 65vh;
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
    padding: 15px;
}

div#message-replies * .message-text {
    max-width: 50vw !important;
}

.reply-checked {
    filter: opacity(60%);
}

div.reply-header > a {
    margin-left: 15px;
}

h1#media-title {
	overflow: hidden;
	text-overflow: ellipsis;
}
