#catalog select {
font-size: 1.2em;
margin-right: 10px;
}
@media only screen and (max-width: 910px) {
#responsive-table table, 
#responsive-table thead, 
#responsive-table tbody, 
#responsive-table th, 
#responsive-table td, 
#responsive-table tr { 
display: block; 
}
#responsive-table thead tr { 
position: absolute;
top: -9999px;
left: -9999px;
}
#responsive-table tr { border: 1px solid #ccc; }
#responsive-table td { 
border: none;
border-bottom: 1px solid #eee; 
position: relative;
white-space: normal;
text-align: center;
}
#responsive-table td:before { 
top: 6px;
left: 6px;
width: 45%; 
padding-right: 10px; 
text-align:left;
font-weight: bold;
}
#responsive-table td:before { content: attr(data-title); }
}