/* USDA Supplement Styles */
/* From USDA.gov 3/28/2019 */

.views-align-left {
    text-align: left;
}

.views-align-right {
    text-align: right;
}

.views-align-center {
    text-align: center;
}

.views-view-grid .views-col {
    float: left;
}

.views-view-grid .views-row {
    clear: both;
    float: left;
    width: 100%;
}

/*span.ext {
    background: url(/modules/contrib/extlink/extlink_s.png) 2px center no-repeat;
    width: 10px;
    height: 10px;
    padding-right: 12px;
    text-decoration: none;
}

span.mailto {
    background: url(/modules/contrib/extlink/extlink_s.png) -20px center no-repeat;
    width: 10px;
    height: 10px;
    padding-right: 12px;
    text-decoration: none;
}*/

@media print {
    span.ext,span.mailto {
        display: none;
        padding: 0;
    }
}

.paragraph--unpublished {
    background-color: #fff4f4;
}
