﻿.commentwrap {
    /*border-radius:5px;
            padding:6px;
            border:1px solid black;
            background-color:antiquewhite;*/
    margin-bottom: 8px;
}

    .commentwrap.mycom {
        /*background-color:ghostwhite;*/
    }

.comcreated {
    display: inline-block;
    padding: 4px 8px 4px 8px;
    font-size: 80%;
    background-color: white;
    position: relative;
    left: 5px;
    top: 3px;
    border: 1px solid silver;
    border-bottom: none;
}

.comtime {
    margin-left: 8px;
    color: dimgray;
    font-style: italic;
    display: inline-block;
    font-size: 90%;
}

.comkill {
    display: inline-block;
    font-size: 90%;
    cursor: pointer;
}

.comment {
    border: 1px solid silver;
    xborder-radius: 5px;
    padding: 12px;
    background-color: white;
}

#discTitle {
    font-size: 125%;
    font-weight: bold;
    margin-bottom: 18px;
}
