body {
    background: none;
}

th, td {
    font-family: "Arial Narrow", Arial, sans-serif;
    color: #000;
    vertical-align: top;
    text-align: left;
    padding: 0;
}

/* .extraInfo {display: none;} */
.manageBtn, .btn {
    float: left;
    margin-right: 1px;
    cursor: pointer;
}

@media print {
    .noPrint {
        display: none;
    }

    .comments th, #expenses th {
        border-bottom: 1px solid #000;
    }

    .comments td, #expenses td {
        border-bottom: 1px solid #ccc;
    }

    td {
        font-size: 10px;
    }

    th {
        font-size: 11px;
    }

    h4 {
        font-size: 14px;
        margin: -15px 0px 0px 0px;
        font-family: malgun Gothic;
    }

}

@media screen {
    body {
        padding: 20px;
    }

    #topPanel {
        position: fixed;
        top: 0px;
        width: 100%;
        background: #fff;
    }

    #load {
        margin-top: 40px;
    }

    .comments, #expenses, .fileupload {
        margin: 20px 0;
        border: none;
    }

    .comments {
        margin-right: 30px;
    }

    .expensesDivider {
        border-top: 1px solid #c0c0c0;
    }
}

#View_area {
    position: relative;
    width: 100px;
    height: 100px;
    color: black;
    border: 0px solid black;
    dispaly: inline;
}

.hide {
    display: none;
}
