.media-item-table {
    /*font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
    padding: 10px 2px 2px 15px !important;
    text-align: left;
}

    .media-item-table .heading {
        padding: 10px;
        font-weight: bold;
        font-size: 18px;
    }

.media-item-table .heading td { padding: 10px; }

    .media-item-table .subheading {
        padding: 10px;
        font-size: 14px;
    }

.media-item-table .subheading td { padding: 10px; }

.media-item-row td { padding: 5px 10px; }

.media-item-date {
    color: #bababa;
    padding: 5px 3px;
}


.media-table-heading {
    padding: 10px;
    font-weight: bold;
    font-size: 14px;
}

.actions { float: right; }

.actions span {
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
}

.actions span > * { padding: 5px; }

.actions span > a, a:hover, a:active, a:visited, a:focus { text-decoration: none; }

.btnDisabled {
    background-color: lightgrey !important;
    pointer-events: none;
}

.displayActions {
    text-align: center;
    padding: 10px;
}
