/* Table */
table {
border-spacing: 2px;
border:1px outset #808080;
margin:10px 0;
}

td    {
padding: 6px 9px;
border:1px inset #808080
}

/* Mobile Image */
img {
    max-width: 100%;
    height: auto;
}