#m-c-r-1-topic {
    font-size: 31px;
}
#m-c-r-2-leftcolumn {
    transform: translate(-10%);
}
/*MCR2 STYLE*/
    /*IMG - CONCRETE STYLE*/
    #mat-cal-concrete-works {
        width: 60%;
        border-color: 1px solid teal;
        padding-top: 5px;
    }
    /*TOPIC INDEX BULLET STYLE*/
    #topic-index-list {
        list-style-type: square;
        color: rgb(46, 49, 48);
    }
    /*TOPIC INDEX LINK*/
    #topic-index-list-sub li a { 
        text-decoration: none;
        color: rgb(81, 104, 97);
        font-style: italic;
    }
    /*SUGGESTED ARTICLES HEADER - H6 STYLE*/
    #toc-header {
        color: rgb(28, 35, 39);
    }
    /*SUGGESTED ARTICLES BULLETS COLOR*/
    #toc-contents {
        color: rgb(54, 73, 88);
    }
    /*SUGGESTED ARTICLES LINKS*/
    #toc-contents a {
        text-decoration: none;
        color: rgb(87, 124, 156);
        font-style: italic;
    }
/*IMAGE STYLE*/
    /*IMG - MASONRY STYLE*/
    #mat-cal-masonry-works {
        width: 60%;
        border-color: 1px solid teal;
        padding-top: 10px;
    }
/*MAT CAL CALCULATE BUTTON STYLE*/
#calculate {
    border-color: transparent;
    border-radius: 5px;
    padding: 10px 20px;
    background-color: rgb(27, 100, 163);
    color: white;
}

/*MEGA-MENU @ SMALLER SCREENS*/
@media(max-width:768px) {
    #m-c-r-2-leftcolumn {
        transform: translate(0%);
    }
    #span-q {
        text-align: justify;
    }
    #span-q img {
        width: 90%;
    }
}