div.posts {
    background: #999;
    background-color: var(--dialog_bg);
    margin-left: 2%;
    width: 66%;
    margin-top: 1%;
    height: 98%;
    overflow: auto;
}

div.title {

    font-family: "Trebuchet MS", Arial;
    font-size: 18px;
    color: white;
    text-align: left;
    padding: 4px;
    font-style: italic;
}

p.msg {

    margin-top: 1vh;
    margin-bottom: 4vh;
    margin-left: 2%;
    width: 96%;
    line-height: 1.6;
    font-size: 1.3vw;
    color: whitesmoke;

}

tbody {
    margin-bottom: 1vh;

}

div.title {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: var(--header_bg);
    height: 4vh;
}

p.title {
    margin: 0;
    color: white;
    font-size: 1.4vw;
    font-style: italic;
   }
