/* SVG text */svg text {  text-rendering: geometricPrecision;  -webkit-font-smoothing: antialiased;}/* SVG vectors / paths */svg path, svg rect, svg circle, svg ellipse, svg line, svg polyline, svg polygon {  shape-rendering: geometricPrecision;}/* Images inside SVG or standalone */img, svg image {  image-rendering: -webkit-optimize-contrast;  image-rendering: crisp-edges;}/* The main container - force integer scaling context */#in5_container, #container, .page {  -webkit-transform: translateZ(0);  transform: translateZ(0);}