.font-weight-bold {
    font-weight: bold !important;
}

.list-style-type-none {
    list-style-type: none !important;
}

.list-style-type-circle {
    list-style-type: circle !important;
}

.bolder-underline {
    font-weight: bolder !important;
    -webkit-text-decoration: underline !important;
    text-decoration: underline !important;
}

.text-align-center {
    text-align: center !important;
}

.width-100px {
    width: 100px !important;
}

.width-300px {
    width: 300px !important;
}

.width-45px-top {
    width: 45px !important;
    vertical-align: top !important;
}
