ul{padding:0;margin:0}
.tinymce-attach-style {
    display: table;
    width: 100%;
    border-collapse:collapse;border-spacing: 0px;
    table-layout: fixed;
}
.tinymce-attach-style li {
    display: table-cell;
    border:solid 1px #ccc;border-top-width:0;
    height:24px;vertical-align:middle;
    font-size:11px
}
.tinymce-attach-style li:first-child {border-left-width:0}
.tinymce-attach-style li:last-child {border-right-width:0}
.tinymce-attach-style a {
    display: block;
    margin: 0 5px;
    font-size:11px;
}
.attachTable {width:100%;border:solid 1px #ccc;margin:5px 0}
.attachTable.header{font-weight:bold;text-align:center;border-bottom:solid 1px #ccc}
.attachTable.on{background:#f5f5f5}

.icon-remove {margin:2px 1px;display:inline-block;width:16px;height:16px;cursor:pointer;background:url(img/delete.png) no-repeat;text-indent:-100px;overflow:Hidden}
.icon-put {margin:2px 1px;display:inline-block;width:16px;height:16px;cursor:pointer;background:url(img/put.png) no-repeat;text-indent:-100px;overflow:Hidden}

@media screen and (max-width:760px) {
  .tinymce-attach-style li.pc{visibility:hidden !important; width:0px !important;border-width:0 !important;border-color:#fff !important;height:1px !important;padding:0 !important; margin:0 !important;overflow:hidden !important}
}