﻿.w-100 {
    width: 100% !important;
}

.mw-100 {
    min-width: 100%;
}

.bootstrap-col-hack {
    /***** NOTE: 1% causes auto size to fill columns equal to fit table width *****/
    width: 1% !important;
}

.adv-btn {
    margin-top: 7px;
    max-width: 200px;
}

.tr-w-100 {
    width: 100% !important;
}

.nopadding {
    padding-right: 0px !important;
}
.center {
    text-align: center;
}

.pointer-cursor {
    cursor: pointer;
}
.margin-right-2em{
    margin-right: .2em;
}

.margin-bottom-10px {
    margin-bottom: 10px !important;
}
.clearboth {
    clear: both;
}