/* General message preview */
div.message {
    background-color: var(--page-background);
    position: relative;
    top: 5px;
    margin-bottom: -5px;
    width: calc(100% - 10px);
    height: 150px;
    border-width:5px;
    border-style:dotted solid;
    border-color: var(--accent-colour-dark);
}

div.message_title {
    border-width:5px;
    border-style:double;
    border-color: var(--wrapper-background);
    width: calc(100% - 130px);
    margin-left: 120px;
    height: 25px;
    text-align:left;
    text-indent: 5px;
    font-weight: bold;
    font-family:Arial, Helvetica, sans-serif;
    font-size:18px;
    line-height:25px;
    color:#000000;
}

div.avatar {
    float:left;
    margin-right: 10px;
    height: 100%;
    max-width: 120px;
    background-color: var(--page-background-light);
}

div.avatar img {
    border:none;
    height: 100%;
    width: 100%;
    object-fit: contain;
}

div.username {
    position: absolute;
    left: 135px;
    top: 40px;
    font-weight:bold;
    font-size:16px;
    color:#009;
    margin-bottom: 10px;
    border-bottom: 1px solid #000000;
}

div.last_edited {
    position: absolute;
    right: 10px;
    top: 35px;
    font-weight:bold;
    color:#009;
    margin-bottom: 5px;
}

div.last_reaction {
    position: absolute;
    right: 10px;
    bottom: 0px;
    font-weight:bold;
    color:#009;
}

div.content {
    position: absolute;
    left: 100px;
    top: 70px;
    width: 60%;
    height: 70px;
    margin-left: 60px;
    font-style:italic;
    color:#;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: pre;
}

/* userpage onderwerp-kop */
div.kop {
    border-width:5px;
    border-style:double;
    border-color: var(--accent-colour-light-gray);
    width: calc(100% - 130px);
    margin-left: 80px;
    margin-top: 15px;
    height: 25px;
    text-align:left;
    text-indent: 5px;
    font-weight: bold;
    font-family:Arial, Helvetica, sans-serif;
    font-size:25px;
    line-height:25px;
    color:#000000;
}
