.grow { transition: all .3s ease-in-out; }
.grow:hover { transform: scale(1.2); }

.shrink { transition: all .1s ease-in-out; }
.shrink:hover { transform: scale(0.9); }

.rotate { transition: all .3s ease-in-out; }
.rotate:hover { transform: rotate(90deg); }

.bd-bulletlist li:before, .bd-icon-1:before, .bd-tagstyles:not(.bd-custom-bulletlist):not(.shape-only) ul:not([class*=menu]) li:before{display: none !important;}

.csColumn{text-align: left !important;}