﻿.ns-box {
    display: flex !important;
    flex-direction: row !important
}

.ns-box-icon {
    font-size: 16px;
    padding-right: .5rem !important;
}

.ns-box-content {
}

.ns-box-expand {
    text-align: right !important;
}

.ns-box-content {
    display: block;
}

.ns-box-content.ns-box-content-expandable {
    overflow-y: hidden;
    display: block;
    max-height: 8.9rem;
}

.ns-box-content-expandable.ns-box-content-expanded {
    max-height: none;
}

.ns-box-expander {
    text-align: right !important;
    align-self: flex-end !important;
}
