<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * Responsive Tables plugin 1.0
 * Ryan Wells 
 * Copyright 2015, Ryan Wells (http://ryanwells.com)
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
*/table.respond{width:100%;margin:1em 0 2em;border-collapse:collapse}table.respond caption{margin:1em 0 .7em 0;text-align:left;font-weight:bold;font-size:120%;letter-spacing:.5px;color:#444}table.respond th{text-align:left;padding:.5em .5em;font-weight:bold;border-top:solid 3px #ccc;border-bottom:solid 1px #ccc}table.respond td{padding:.5em .5em;border-bottom:solid 1px #ccc}@media only screen and (max-width: 800px){table.respond table,table.respond thead,table.respond tbody,table.respond th,table.respond td,table.respond tr{display:block !important;text-align:left !important}table.respond thead tr{position:absolute;top:-9999px;left:-9999px}table.respond tr{border:1px solid #ccc}table.respond td{border:none;border-bottom:1px solid #eee;position:relative;padding-left:50% !important;font-weight:normal}table.respond td:before{position:absolute;top:8px;left:6px;width:45%;text-align:left !important;padding-right:0;font-weight:bold}}.table-striped &gt; tbody &gt; tr:nth-of-type(odd){background-color:#f9f9f9}.table-striped&gt;tbody&gt;tr:nth-child(odd)&gt;td,.table-striped&gt;tbody&gt;tr:nth-child(odd)&gt;th{background-color:#f9f9f9}.table-hover &gt; tbody &gt; tr:hover{background-color:#f5f5f5}.table-hover&gt;tbody&gt;tr:hover&gt;td,.table-hover&gt;tbody&gt;tr:hover&gt;th{background-color:#f5f5f5}

</pre></body></html>