@media only screen and (max-width:600px){table.sortable th{height:auto;line-height:initial;width:auto;padding:5px;display:inline-block;margin:5px;border-radius:4px;border:1px solid #e0e0e0}table.sortable th:first-child{margin-left:0}table.sortable td{display:inline-block;border:0}table.sortable tr{display:block;border-top:1px solid #f0f0f0;padding-top:5px;padding-bottom:5px}table.sortable td:nth-child(1){width:100%;display:block}table.sortable td:nth-child(2){width:100%;display:block}table.sortable td:nth-child(3){width:60px}table.sortable td:nth-child(4){width:60px}table.sortable td:nth-child(5){width:60px}table.sortable td:nth-child(6){width:100%;display:block}table.sortable td:nth-child(7){width:100%;display:block}table.sortable td:nth-child(2):before{content:"Style: "}table.sortable td:nth-child(3):before{content:"ABV:";display:block;padding-bottom:2px}table.sortable td:nth-child(4):before{content:"Ratings:";display:block;padding-bottom:2px}table.sortable td:nth-child(5):before{content:"Avg:";display:block;padding-bottom:2px}table.sortable td:nth-child(6):before{content:"Last Active: "}table.sortable td:nth-child(7):before{content:"Your Rating: ";color:#000}}