﻿.NoBottomMargin {
    margin-bottom: 0 !important;
}

.SmallBottomPadding {
    padding-bottom: 5px !important;
}

.SmallTopMargin {
    margin-top: 5px !important;
}

.hr-less-margin {
    margin: 8px !important;
}

.smaller-wrapper-content {
    padding: 10px 10px 5px !important;
}

.tooltip-inner {
    white-space:pre-wrap;
}

.action-Label {
    display: inline;
    margin-left: 5px;
}

@media only screen and (max-width: 1000px) {
    .action-Label {
        display: none;
    }
}
