    .flip-scroll table {
        max-width: 100%;
        width:100%;
        border-collapse: collapse;
        border-spacing: 0;
    }
    .flip-scroll thead {
        display: table-header-group;
        vertical-align: middle;
        border-color: inherit;
    }
    .flip-scroll tr {
        display: table-row;
        vertical-align: inherit;
        border-color: inherit;
    }
    .flip-scroll td {
        text-align: center;
    }
      
    .flip-scroll .table-striped tbody tr:nth-child(odd) td,
    .flip-scroll .table-striped tbody tr:nth-child(odd) th {background-color: ##f3f3f3;}

    .flip-scroll tbody td, .flip-scroll th {
        text-align: center;
        white-space: nowrap;
    }

    /* overwrites for existing styles */
    [data-layout="home-size_guide"] .size-guide-navigation {padding: 0;}
    [data-layout="home-size_guide"] .container,
    .flip-scroll .chart--size th {width: auto;max-width: 990px;}

    .flip-scroll .chart tbody tr {border:none;}
    .flip-scroll .chart tbody tr {border-top:none;}
    .flip-scroll .chart caption .toggle-switch {font-size: 12px;}
      
    @media only screen and (max-width: 600px) {
    	
    	.flip-scroll .cf:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
    	.flip-scroll * html .cf { zoom: 1; }
    	.flip-scroll *:first-child+html .cf { zoom: 1; }
    	
    	.flip-scroll table { width: 100%; border-collapse: collapse; border-spacing: 0; }
     
    	.flip-scroll th,
    	.flip-scroll td { margin: 0; vertical-align: top;}
    	.flip-scroll th { text-align: center; }
    	
    	.flip-scroll table {position: relative; width: 100%; }
    	.flip-scroll thead { display: block; float: left; }
    	.flip-scroll tbody { display: block; width: auto; position: relative; overflow-x: auto; white-space: nowrap; }
    	.flip-scroll thead tr { display: block; }
    	.flip-scroll th { display: block; text-align: right;text-transform: uppercase;min-height: 1.5em;font-size: 12px;}
    	.flip-scroll tbody tr { display: inline-block; vertical-align: top; }
    	.flip-scroll td { display: block; min-height: 1.5em; min-width:5em;font-size: 12px;}
     
    	/* sort out borders */
     
    	.flip-scroll th { border-bottom: 0; border-left: 0;}
    	.flip-scroll td { border-left: 0; border-right: 0; border-bottom: 0; }
    }

    .container.guides .chart.chart-footwear caption {
        text-transform: uppercase;
    }