﻿.commlog_Comments {
    width: 90% !important;
    margin-left: auto;
    margin-right: auto;
    font-size:11pt !important;
}

.commlog_Comments *
{
    font-size: inherit !important;
}

.commlog_Comments div:not(#commlog_CommList) {
    margin-left: auto;
    margin-right: auto;
}

.commlog_Title {
    font-size: 12pt !important;
    line-height: 12pt !important;
    font-weight: bold;
    text-align: left !important;
    padding-left: 10px !important;
    padding: 0px;
    vertical-align: baseline;
    height: 20px !important;
}

.commlog_Grid01 {
    width: 100%;
    table-layout: fixed;
}

.commlog_Grid01 tr:first-child {
    vertical-align: top;
}

.commlog_Grid01 tr:first-child td:first-child {
    width: 90%;
}

    .commlog_Grid01 tr:first-child td:first-child textarea {
        width: 100%;
    }

.commlog_AddBtn {
    width: 40px;
    height: 30px;
    font-size: 18pt;
    font-weight: bold;
}

.commlog_CommList {
    background-color: #F2F2F2;
    height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 5px;
}

    .commlog_CommList table {
        table-layout: fixed;
    }

    .commlog_CommList tr:first-child td:first-child {
        width: 70px;
    }

    .commlog_CommList td {
        padding-bottom: 10px;
    }

.commlog_CommList tr:hover,
.commlog_CommList tr:hover span
{
    background-color: #EEF2FB;
    color: #0000FF;
}

.commlog_CommLine {
    margin-bottom: 10px;
    width: 100% !important;
}

.commlog_timespan {
    display: inline-block;
    width: 170px;
}

.commlog_Name
{
    color:#333333;
    font-size:7pt !important;
    margin-left:5px;
}



