Stores

PRESENT,
140 Shoreditch High St,
London, E1 6JE,
United Kingdom
Slam City Skates,
16 Neals Yard,
Covent Garden,
London,
WC2H 9DP
Slam City Skates East,
136 Bethnal Green Rd,
London,
E2 6DG

table {
color: #666;
text-shadow: 1px 1px 0px #fff;
background: #eaebec;
border: #ccc 1px solid;
margin-bottom: 20px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
width:100%;
}
table tr {
padding-left: 12px;
}
table tr td {
padding: 12px;
border-bottom: 1px solid #e0e0e0;
border-left: 1px solid #e0e0e0;
background: #fafafa;
background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
background: -moz-linear-gradient(top, #fbfbfb, #fafafa);
}
table tr td:first-child {
text-align: left;
padding-left: 12px;
border-left: 0;
}