Refresh Add new Delete Select currency: ShippingLabel Tracking API Choose your product from the list: .loader { display: inline-block; border: 16px solid #f3f3f3; border-radius: 50%; border-top: 16px solid #3498db; width: 120px; height: 120px; -webkit-animation: spin 2s linear infinite; animation: spin 2s linear infinite; } @-webkit-keyframes spin { 0% { -webkit-transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); } } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .coverAll{ z-index: 1000; background-color: #fff; position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; } .packing-table { font-family: arial; border-collapse: collapse; } .packing-table, .packing-table th, .packing-table td { text-align: center; padding: 7px; vertical-align: top; border: 1px solid black; }