
.divNav {
    width:100%; 
    height:100%; 
    background-color:transparent;    
    border: 0px none transparent;
    position:relative; 
    left:0; 
    top:0;
    text-align:center; 
    vertical-align:middle;
}

.cell_unq_6 {
    text-align:left;width:calc(100% / 6);float:left;
}
.cell_unq_5 {
    text-align:left;width:calc(100% / 5);float:left;
}
.cell_unq_4 {
    text-align:left;width:calc(100% / 4);float:left;
}
.cell_unq_3 {
    text-align:left;width:calc(100% / 3);float:left;
}
.cell_unq_2 {
    text-align:left;width:calc(100% / 2);float:left;
}
.cell_unq_1 {
    text-align:left;width:calc(100% / 1);float:left;
}

.cell_unq_10p {
    text-align: left;
    width: 10%;
    float: left;
}
.cell_unq_20p {
    text-align: left;
    width: 20%;
    float: left;
}
.cell_unq_30p {
    text-align: left;
    width: 30%;
    float: left;
}
.cell_unq_40p {
    text-align: left;
    width: 40%;
    float: left;
}
.cell_unq_50p {
    text-align: left;
    width: 50%;
    float: left;
}
.cell_unq_60p {
    text-align: left;
    width: 60%;
    float: left;
}
.cell_unq_70p {
    text-align: left;
    width: 70%;
    float: left;
}
.cell_unq_80p {
    text-align: left;
    width: 80%;
    float: left;
}
.cell_unq_90p {
    text-align: left;
    width: 90%;
    float: left;
}
.cell_unq_3_2 {
    text-align: left;
    width: 66%;
    float: left;
}
.cell_unq_3_1 {
    text-align: left;
    width: 34%;
    float: left;
}
.first_Left_then_Center {
    text-align:left !important;
}
.first_Right_then_Center {
    text-align:right !important;
}
.first_Left_then_Right {
    text-align:left !important;
}
.first_Right_then_Left {
    text-align:right !important;
}
.first_Center_then_Right {
    text-align:center !important;
}
.first_Center_then_Left {
    text-align:center !important;
}

@media (max-width: 769px) {

    .cell_unq_1, .cell_unq_2, .cell_unq_3, .cell_unq_4, .cell_unq_5, .cell_unq_6, .cell_unq_3_1, .cell_unq_3_2, .cell_unq_10p, .cell_unq_20p, .cell_unq_30p, .cell_unq_40p, .cell_unq_50p, .cell_unq_60p, .cell_unq_70p, .cell_unq_80p, .cell_unq_90p {
        text-align: left;
        width: 100%;
        float: left;
    }
    
    .first_Left_then_Center {
        text-align:center !important;
    }
    .first_Right_then_Center {
        text-align:center !important;
    }
    .first_Left_then_Right {
        text-align:right !important;
    }
    .first_Right_then_Left {
        text-align:left !important;
    }
    .first_Center_then_Right {
        text-align:right !important;
    }
    .first_Center_then_Left {
        text-align:left !important;
    }
}