﻿/* 2020.03.03 */

/* Disable show window unlicense ext.net */
#unlicensed {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    z-index: -1 !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    opacity: 0 !important;
}


.text-bold {
    font-weight: bold !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}
