
/* Responsive overrides */
html { box-sizing: border-box; } *,*::before,*::after { box-sizing: inherit; }
img,video,canvas,svg { max-width: 100%; height: auto; }
iframe { max-width: 100%; display: block; }
.table-responsive { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }
