body {
    margin: 0;
    padding: 0;
    background: #ffffff;
}

#files {
    width: 100%;
    border-top: thin solid #e4e4e4;
}

.file {
    height: 60px;
    margin-left: 8px;
    border-bottom: thin solid #e4e4e4;
    background: url("right.png") no-repeat right 15px center;
    background-size: 12px 15px;
}

.file .icon {
    float: left;
    width: 50px;
    height: 50px;
    margin-top: 5px;
    margin-right: 14px;
    background-size: 50px 50px;
}

.file .icon_dir {
    background: url("/platform/mobile/icons/files/dir.png");
    background-size: 50px 50px;
}

.file .content {
    padding-top: 14px;
    margin-left: 50px;
    margin-right: 30px;
}

.file .name {
    font-size: 17px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;

}

.file .size {
    width: 100%;
    font-size: 13px;
    line-height: 18px;
    color: #888888;
}