.micro-community-stream-form input[type="file"],
.micro-community-stream-form input[data-drupal-selector="edit-post-files-remove-button"],
.micro-community-stream-form button[data-drupal-selector="edit-post-files-remove-button"],
.micro-community-stream-form input[data-drupal-selector="edit-post-patient-case-file-remove-button"],
.micro-community-stream-form button[data-drupal-selector="edit-post-patient-case-file-remove-button"],
.micro-community-stream-form .form-group input[type="checkbox"],
.micro-community-stream-form .js-form-item-post-anonymous {
    display: none !important;
}

.micro-community-stream-form .file {
    background-image: none !important;
    position: relative;
    display: inline;
}

.micro-community-stream-form .file span {
    width: 100% !important;
    position: relative;
    display: inline;
}

.micro-community-stream-form .post-file-container {
    float: left;
    width: 90%;
}

.micro-community-stream-form .post-remove-item {
    float: right;
    width: 32px;
}

.micro-community-stream-form .post-remove-item:hover {
    cursor: pointer;
}

.micro-community-stream-form .form-textarea-wrapper::after {
    content: '';
    clear: both;
    display: table;
}

.micro-community-stream-form .form-group .js-form-type-checkbox {
    border-top: 1px solid #cccccc;
    padding: .5em;
    /*overflow: hidden;*/
    margin: 0 0 0px 0;
    text-align: center !important;
    min-height: 1px;
}

.micro-community-stream-form .form-group .js-form-type-checkbox:last-of-type {
    border-bottom: 1px solid #cccccc;
}

#micro-community-stream-form .js-form-item {
    width: 100%;
}

.stream__wrapper.skipta-post-update .instream__post .post__date {
    border-bottom: none !important;
}

.stream__wrapper.skipta-post-update .skipta-comments .skipta__comment__panel {
    display: block !important;
}