.node-status {
    cursor: pointer;
    position: relative;
}

.node-status .status-message,
.node-status .collection-name {
    float: left;
    font-size: 1em;
}

.node-status .status-message {
    font-size: 14px;
    font-weight: bold;
    position: relative;
    float: right;
    margin-right: 5px;
    padding: 10px 5px 0px 0px;
    opacity: 0.7;
    text-align: center;
}

#manage-collections-inclusion a {
    padding-right: 130px;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration: none;
}

#manage-collections-inclusion .assoc-status {
    display: inline-block;
}

#views-exposed-form-associate-content-to-taxonomy-terms-page .views-submit-button {
    width: 100%;
    padding: 0;
}

#views-exposed-form-associate-content-to-taxonomy-terms-page .views-widget-filter-title {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

#views-exposed-form-associate-content-to-taxonomy-terms-page .button.fullw-mobile {
    max-width: none;
    width: 100%;
    margin: 15px 0px 0px 0px;
}