.list_item {
    height: 58px;
    border-bottom: rgba(255, 255, 255, 0.15) 1px solid;
    display: table;
    width: 100%;
    overflow: hidden;


    & > * {
        display: table-cell;
        padding-left: 10px;
        vertical-align: middle;
        border-box: border-box;

        &:last-child {
            padding-right: 10px;
        }
    }
    

    .detail {
        padding-right: 15px;
        .retina('img/toDetail.png', 8px, auto, left, center);
        // background: url('img/toDetail.png?v=2') left center no-repeat;
        // background-origin: content-box;
        // background-size: 8px auto;
    }

    .info {

        & > * {
            width: 100%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: pre;
        }

        .name {
            margin: 0.2em 0;
            color: #fff;
            // font-size: 1.05em;
        }

        .summary {
            color: #999;
            font-size: 0.85em;
        }
    }
}


@media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) {
    .list_item {
        border:0;
        -webkit-box-shadow: inset 0 -1px 1px -1px #808080;
    }

}


.resource_list_item {

    .info > * {
        width: 199px;
    }

    .actions {
        width: 101px;
        padding-right: 0;

        a {
            display: block;
            float: left;
            width: 30px;
            height: 35px;
            padding: 0 10px;

            &.play {
                background: url('img/play.png') center center no-repeat;
                background-size: 24px auto;
                border-right: #cccccc 1px solid;
            }

            @media only screen and (-webkit-min-device-pixel-ratio : 1.5) {
                &.play {
                    border:0;
                    -webkit-box-shadow: inset -1px 0 1px -1px #666666;
                }
            }

            &.download {
                background: url('img/download.png') center center no-repeat;
                background-size: 24px auto;
            }
        }
    }
}
