table.responsive-table{width:100%}table.responsive-table td,table.responsive-table th{padding:15px;text-align:left}table.responsive-table thead th{color:#fff}table.responsive-table th.challenge-header{background-color:#e3573a}table.responsive-table th.solutions-header{background-color:#000}table.responsive-table td.left-column{background-color:#fff}table.responsive-table td.right-column{background-color:#eeeae6}@media (max-width:600px){table.responsive-table thead{display:none}table.responsive-table,table.responsive-table tbody,table.responsive-table td,table.responsive-table tr{display:block;width:100%}table.responsive-table tr{margin-bottom:15px}table.responsive-table td{padding-left:50%;position:relative;text-align:left}table.responsive-table td:before{content:attr(data-label);font-weight:700;left:0;padding-left:15px;position:absolute;text-align:left;width:50%}}