.media-item {
    width: 810px;
    margin: 0 auto;
    font: 400 16px/22px arial;
}

.media-item:hover .w3-dropdown-hover{
    color: #0a69b7;
}
.media-item:hover .media-content{
    border-color: #0a69b7;
}

.media-content {
    width: 722px;
    padding: 5px 20px 0;
    display: table-cell;
    border-width: 0 2px;
    border-style: solid;
    border-color: white;
    background: white;
}
.media-content.tinymce{
    padding: 0;
}
.media-item:first-child .media-content{
    border-top-width: 2px !important;
    padding-top: 10px;
}
.media-item:last-child .media-content{
    border-bottom-width: 2px !important;
    padding-bottom: 10px;
}
.media-item .no-publish{
    /*background: #eee;*/
    /*border-color: #eee;*/
}
.media-image{
    width: 100%;
}

.media-action {
    display: table-cell;
    vertical-align: top;
    padding-left: 10px;
}

.media-action .w3-dropdown-content{
    right: 30px;
    top: 0;
}
.media-item:last-child .w3-dropdown-content{
    bottom: 0;
    top: inherit;
}
.media-item:first-child .w3-dropdown-content{
    bottom: inherit; !important;
    top: 0 !important;
}
.media-action .w3-dropdown-hover{
    background: none !important;
}
.media-action .w3-dropdown-content .fa{
    color: seagreen;
    display: inline-block;
    width: 20px;
}
.media-action .media-icon{
    display: inline-block;
    width: 35px;
    color: #0a69b7;
}
.media-action .media-icon .group{
    display: inline-block;
    position: relative;
}
.media-action .media-icon .group .fa:last-child{
    position: absolute;
    top: 8px;
    left: 8px;
    color: #d0001a;
    text-shadow: 0 0 1px white;
}
.media-action .media-icon.no-publish{
    color: #ccc;
}
.media-action .media-icon.no-publish .group .fa:last-child{
    color: #fff;
}
.media-action .w3-dropdown-content a:hover{
    color: #000!important;
    background-color: #ccc!important;
}
.media-action .w3-dropdown-content a{
    width: 100%;
    text-align: left;
    padding: 8px 16px;
    border: none;
    display: block;
    outline: 0;
    overflow: hidden;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}
#tinymce {
    margin: 0 auto;
    font: 400 16px/22px arial !important;
    /*width: 678px;*/
}
.media-object{
    height: 50px;
    box-shadow: inset 0 0 20px;
    padding: 13px;
    text-align: center;
}
.media-caption.text{
    font-weight: 700;
}
.media-caption.image{
    font: 400 13px/16px arial, sans-serif;
    color: #333;
    background: #f5f5f5;
    padding: 10px;
}
.media-item .separator{
    margin: 5px 0;
    width: 100%;
    height: 1px;
    background: #ccc;
}
.media-item .media-text{
    min-height: 40px;
}
.media-serial{
    background: gray;
    color:white;
    border-radius: 5px;
    padding: 0 10px;
    display: inline-block;
    margin-top: 3px;
    cursor: pointer;
}
.media-thumb{
    width: 140px;
    float: left;
    margin-right: 8px;
}
.media-link-item{
    margin: 8px 0;
    padding-bottom: 8px;
    border-bottom: 1px solid #f5f5f5;
}
.media-link-item:after{
    content: "";
    display: table;
    clear: both;
}
.media-link-item .folder{
    color: #2d61a7;
}