/* Correct large footer padding */ #jsn-footer { padding: 0 0 10px 0; }
/* Add white background and rounded corners to the header and footer */ #jsn-header, #jsn-footer { border-radius: 5px; -webkit-border-radius:5px; box-shadow: 0 0 3px rgba(0, 0, 0, 0.20); background: white; margin-top: 10px; margin-bottom: 10px; } #jsn-footer { margin-top: 0; }
/* this pushes the phone number and social down */ #jsn-headerright { padding: 30px 0 0 0; }
/* Move Telephone number up - compensate for the jsn-headerright padding and leave social icons alon */ .reverse-header-padding { margin-top: -15px !important; }
/* nice info box with shadow */ .info-block { border-radius: 5px; -webkit-border-radius:5px; box-shadow: 0 0 20px rgba(0, 0, 0, 0.20); padding: 10px; margin: 10px; }