<style type="text/css">
  .layered-paper-big-tmp { /* modified from: http://css-tricks.com/snippets/css/layered-paper/ */
    box-shadow:
            0px 0px 1px 1px rgba(0,0,0,0.35), /* The top layer shadow */
            5px 5px 0 0px #fff, /* The second layer */
            5px 5px 1px 1px rgba(0,0,0,0.35), /* The second layer shadow */
            10px 10px 0 0px #fff, /* The third layer */
            10px 10px 1px 1px rgba(0,0,0,0.35), /* The third layer shadow */
            15px 15px 0 0px #fff, /* The fourth layer */
            15px 15px 1px 1px rgba(0,0,0,0.35), /* The fourth layer shadow */
            20px 20px 0 0px #fff, /* The fifth layer */
            20px 20px 1px 1px rgba(0,0,0,0.35), /* The fifth layer shadow */
            25px 25px 0 0px #fff, /* The fifth layer */
            25px 25px 1px 1px rgba(0,0,0,0.35); /* The fifth layer shadow */
    margin-left: 10px;
    margin-right: 45px;
    position: relative;
    z-index: 10;
  }

  .layered-paper-big {
    /* modified from: http://css-tricks.com/snippets/css/layered-paper/ */
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.35),
      /* The top layer shadow */ 5px 5px 0 0px #fff,
      /* The second layer */ 5px 5px 1px 1px rgba(0, 0, 0, 0.35),
      /* The second layer shadow */ 10px 10px 0 0px #fff,
      /* The third layer */ 10px 10px 1px 1px rgba(0, 0, 0, 0.35),
      /* The third layer shadow */ 15px 15px 0 0px #fff,
      /* The fourth layer */ 15px 15px 1px 1px rgba(0, 0, 0, 0.35),
      /* The fourth layer shadow */ 20px 20px 0 0px #fff,
      /* The fifth layer */ 20px 20px 1px 1px rgba(0, 0, 0, 0.35),
      /* The fifth layer shadow */ 25px 25px 0 0px #fff,
      /* The fifth layer */ 25px 25px 1px 1px rgba(0, 0, 0, 0.35); /* The fifth layer shadow */
    margin-left: 10px;
    margin-right: 45px;
    position: relative;
    z-index: 10;
  }

  .layered-paper {
    /* modified from: http://css-tricks.com/snippets/css/layered-paper/ */
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.35),
      /* The top layer shadow */ 5px 5px 0 0px #fff,
      /* The second layer */ 5px 5px 1px 1px rgba(0, 0, 0, 0.35),
      /* The second layer shadow */ 10px 10px 0 0px #fff,
      /* The third layer */ 10px 10px 1px 1px rgba(0, 0, 0, 0.35); /* The third layer shadow */
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 30px;
    margin-bottom: 5px;
  }
</style>

