
/* Custom styles for Confluence (included for all themes by default) */

div.content div.columnLayout.twoColumns div.cell.aside {
    float: left;
}

/* PZH-551 */
table.tableview.attachments .filename-column {
    width: 200px;
}
table.tableview.attachments .filesize-column {
    width: 50px;
}
table.tableview.attachments .filecreator-column {
    width: 150px;
}
table.tableview.attachments .filedate-column {
    width: 100px;
}
table.tableview.attachments .labels {
    width: 75px;
}
table.tableview.attachments .comment {
    width: 50px;
}

table.attachments thead tr { 
    background: #f0f0f0;
    border-top: 1px solid #ccc;
/*    border-left: 1px solid #ccc; */
/*    border-right: 1px solid #ccc; */
}

table.confluenceTable th.confluenceTh {
    padding: 7px;
}

table.confluenceTable td.confluenceTd > p:first-child {
   margin-top: 0;
}
table.confluenceTable td.confluenceTd > p:last-child {
   margin-bottom: 0;
}

/* End custom styles for Confluence */


