.delivery-status {
  padding: 0px 30px 0 20px;
  
}

.delivery-loading {
  text-align: center;
  margin: 20px 0 0 0;
}
.delivery-loading img {
  border: 0 !important;
  box-shadow: none !important;
}
.delivery-loading span {
  display: block;
  font-size: 16px;
}

.delivery-status .status-msg {
  font-weight: bold;
  color: #029AC3;
}

.entry-content table.delivery-tracking-table {
  margin-top: 20px;
}

.entry-content table.delivery-tracking-table .cell-0 {
  width: 150px;
}

.entry-content table.delivery-tracking-table .cell-1 {
  width: 180px;
}

input[type="button"].btn {
  -moz-user-select: none;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: #029ac3;
  background-image: none !important;
  background-origin: padding-box;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto auto;
  border: 1px solid #029ac3;
  border-radius: 3px;
  box-shadow: 0 1px 0 #029ac3 inset, 1px 2px 3px rgba(0, 0, 0, 0.2);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  padding: 9px 10px 10px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.35);
}

.delivery-status .btn{ width:auto}

input[type="button"].btn:hover {
  color: #fff;
  text-decoration: underline;
  background: #fd8a02;
}
/* #### Mobile Phones Portrait #### */
@media screen and (max-device-width: 480px) and (orientation: portrait){
 .entry-content table.delivery-tracking-table .cell-0 {
  width: 15%!important;
}
.entry-content table.delivery-tracking-table .cell-1 {
    width: 15%!important;
}
}