      .thumbnail { height: 280px !important; }
      .btn-droppable { width: 220px; height: 30px; padding-left: 4px; }
      .btn-draggable { width: 160px; }
      .emage { height: 215px; }
      .info { font: italic bold 12px/1.5 Arial}
      h1 { padding: .2em; margin: 0; }
      h3 { padding: 1em; background: #fd5300; color: white }
      #products { float:left; width: 500px; margin-right: 2em; }
      #cart { width: 400px; float: left; height:300px; margin-right: 2em }
      #cart ol { margin: 0; padding: 1em 0 1em 3em; background: #f1f1f1; cursor: url(../icons/delete.png),auto; }
      #email { width: 400px; float:left }
      #packageSelection { padding: 1em }
      
      li:hover { color: #bdbdbd}
      
      @keyframes bounce {
        0%, 20%, 50%, 80%, 100% {
          -moz-transform: translateX(0);
          -ms-transform: translateX(0);
          -webkit-transform: translateX(0);
          transform: translateX(0);
        }
        40% {
          -moz-transform: translateX(-30px);
          -ms-transform: translateX(-30px);
          -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
        }
        60% {
          -moz-transform: translateX(-15px);
          -ms-transform: translateX(-15px);
          -webkit-transform: translateX(-15px);
          transform: translateX(-15px);
        }
      }
      .arrow {
      width: 30px;
      height: 30px;
      background-size: contain;
      margin: 0 auto;
      float:left;
      margin: 1em;
      padding-top: 100px;
      }
      .bounce {
      -moz-animation: bounce 2s infinite;
      -webkit-animation: bounce 2s infinite;
      animation: bounce 2s infinite;
      }
      
      