/* Legacy Material (Begin) */

.legacy-material {
    color: #757575;
    font-size: 12px;

    margin: 0 25px 0 0;
    padding: 0 25px 0 47px;

    position: relative;
    z-index: 1;
    display: inline-block;
    vertical-align: top;
    float: left;

    height: 40px;

    line-height: 40px;

    border-radius: 20px;

    background: #f5f3ed url('../images/icons-legacy-material.png') 24px 12px no-repeat;
}

.node-submitted {
    line-height: 40px !important;
}

.legacy-material.frozen_content {
    background: #f8eded url('../images/icons-legacy-material_frozen.png') 20px 12px no-repeat;
}

.legacy-material.old_content_last {
    background: #e8f0e7 url('../images/icons-legacy-material_version.png') 20px 14px no-repeat;
}

/*.legacy-material:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;

    height: 20px;
    width: 20px;

}*/

/*.legacy-material:after {
    background: #f5f3ed;
    content: "";
    display: block;
    position: absolute;
    top: -8px;
    right: -15px;
    bottom: -8px;
    left: -15px;
    z-index: -1;
    border-radius: 17px
}*/


.legacy-material a {
    color: #a5915f;
}


/* Legacy Material (End) */