/* mobile: let wide comparison tables scroll inside their own box instead of stretching the page */
@media (max-width:768px){.comparison-table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}}
