@charset "utf-8";
/* CSS Document */

#contentWrapper #content {
  margin: 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 20px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
