div.wrapper div.content div.left {
    display: none !important;
}
div.wrapper div.content div.middle {
    padding-left: 0 !important;
}
div.wrapper div.content div.right {
    display: none !important;
}
#fr_wrapper {
    position: relative;
    width: 990px;
    margin: 0 auto;
    box-sizing: border-box;
}
#fr_wrapper * {
    box-sizing: border-box;
}
/* NON ACTIVE LINKS */
.not-active {
    pointer-events: none;
    cursor: default;
    color: #ababab !important;
}
/* GRID SYSTEM */
.clearfix   {
    clear: both !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}
.container {
    width: 990px;
    margin: 0 auto;
}
.grid {
    position: relative;
    display: block;
    margin-left: -15px;
    margin-right: -15px;
}
.grid:after {
    content: "";
    display: block;
    clear: both;
}
.grid.vcenter {
    display: flex;
    justify-content: center;
}
.grid [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
}
.grid.vcenter [class*="col-"] {
    float: none;
    align-self: center;
}
[class*="col-"] {
    position: relative;
    float: left;
}
.col-10 {
    width: 10%;
}
.col-20   {
    width: 20%;
}
.col-30 {
    width: 30%;
}
.col-40 {
    width: 40%;
}
.col-50 {
    width: 50%;
}
.col-60 {
    width: 60%;
}
.col-70 {
    width: 70%;
}
.col-80 {
    width: 80%;
}
.col-90 {
    width: 90%;
}
.col-100 {
    width: 100%;
}
.col-1-3 {
    width: 33.333333333333%;
}
.col-2-3 {
    width: 66.666666666666%;
}
.col-1-4 {
    width: 25%;
}
.col-3-4 {
    width: 75%;
}
/* TABLE SORT */
.tablesort  {
    position: relative;
    display: table;
    width: 100%;
}
.tablesort > div  {
    position: relative;
    display: table-cell;
}
.tablesort.pads > div {
    padding-left: 7px;
    padding-right: 7px;
}
.tablesort > div[class*="col-"] {
    float: none;
}
/* TEXT ALIGNMENTS */
.text-top {
    vertical-align: top;
}
.text-mid   {
    vertical-align: middle !important;
}
.text-bottom   {
    vertical-align: bottom !important;
}
.text-left {
    text-align: left !important;
}
.text-center {
    text-align: center !important;
}
.text-right {
    text-align: right !important;
}
/* TEXT STYLES */
.text-thin {
    font-weight: 300;
}
.text-normal {
    font-weight: 400;
}
.text-mild {
    font-weight: 600;
}
.text-bold  {
    font-weight: 700;
}
.text-ultrabold {
    font-weight: 800;
}
.text-uppercase {
    text-transform: uppercase;
}
.text-lowercase {
    text-transform: lowercase;
}
.text-capital {
    text-transform: capitalize;
}
