.d-inline { display: inline-block; }
.d-block { display: block; }
.sys-center { margin:  0 auto; }
.width990 { width: 993px; }
.width100per { width: 100% !important;}
/*.left50 { left: 50%; position: absolute;}*/
.left50 {
    /*position:absolute;*/
    /*left:0;*/
    /*right:0;*/
    /*margin-left:auto;*/
    /*margin-right:auto;*/
    position: absolute;
    left: 0;
    right: 0;

}
.text-justify { text-align: justify;}
.margin-top20 { margin-top: 20px;}
.margin-top24 {margin-top: 24px; }
.margin-top30 { margin-top: 30px;}
.margin-top-0 {margin-top: 0 !important; }
.p-left { float: left; }
.t-left { text-align: left; }
.t-right { text-align: right;}
.t-center { text-align: center;}
.uppercase { text-transform: uppercase;}
.lowercase { text-transform: lowercase; }
.selected {    color: #26b89f;}
.c-green { color:#26b9a1 !important; }
.c-black {color: #000000 !important; }
.c-brown { color: #876145 !important;}
.c-grey {color: #787878 !important;}
.p-enter {
    display: block;
    margin-top: 0.1em;
    margin-bottom: 0.1em;
}