.content-section
{
    overflow: hidden;
}

.content-section .right-group
{
    float: right;
    width: 256px;
}

.content-section .right-group .geolocation-group .position-widget
{
    height: 120px;
    box-shadow: 0 0 3px #bbb;
    margin-right: 3px;
}

.content-section .left-group
{
    margin-right: 266px;
}

.content-section .files-list-wrapper
{
    margin-top: 5px;
}

.content-section .files-list-wrapper > ul
{
    list-style: none;
    padding: 0;
}

.content-section .files-list-wrapper > ul > li, .content-section .late-delete-attachments-widget li
{
    border-bottom: 1px solid #bbb;
    border-top: 1px solid #bbb;
    display: table;
    margin-top: -1px;
    padding: 2px;
    width: 100%;
    position: relative;
}

.content-section .late-delete-attachments-widget li.deleted
{
    text-decoration: line-through;
    opacity: 0.7;
}

.content-section .files-list-wrapper > ul > li > .col, .content-section .late-delete-attachments-widget li > div
{
    display: table-cell;
}

.content-section .files-list-wrapper > ul > li .file-name, .content-section .late-delete-attachments-widget li > .filename
{
    font-size: 11px;
}

.content-section .files-list-wrapper > ul > li .size-col, .content-section .late-delete-attachments-widget li > .size
{
    font-size: 11px;
    width: 65px;
    text-align: right;
}

.content-section .files-list-wrapper > ul > li .delete-action-col, .content-section .late-delete-attachments-widget li > .action
{
    width: 0;
    display: none;
}

.content-section .files-list-wrapper > ul > li:hover .delete-action-col, .content-section .late-delete-attachments-widget li:hover > .action
{
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 60px;
    text-align: center;
}

.content-section .files-list-wrapper > ul > li:hover .delete-action-col .delete-action, .content-section .late-delete-attachments-widget li:hover > .action .delete-action
{
    position: relative;
    margin-top: 2px;
}

.content-section .files-list-wrapper > ul > li:hover .delete-action-col:before, .content-section .late-delete-attachments-widget li:hover > .action:before
{
    content: ' ';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: black;
    opacity: 0.5;
}

.content-section .files-list-wrapper > ul > li .progress-bar-container
{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 5px;
    opacity: 0.3;
}

.content-section .files-list-wrapper > ul > li .progress
{
    height: 5px;
}

.content-section .files-list-wrapper > ul > li .progress-bar
{
    line-height: 5px !important;
    font-size: 5px !important;
}