.wmtp-table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background-color: #fff;
}
table.wmtp-table td, table.wmtp-table th {
    padding: 15px;
    border: 1px solid #fff;
}
table.wmtp-table tbody tr:hover>td, table tbody tr:hover>th {
    background-color: #ffffff;
}
.wmtp-detail p {
  font-weight: 600;
  float: left;
  width: 170px;
  margin-bottom: 0;
}
.wmtp-results p {
    margin-bottom: 0;
}

.wmtp-col {
  width: 100%;
}
.tracking-page .wmtp-results {
    width: 65%;
    float: left;
}
.tracking-page .wmtp-tracking-show {
    width: 35%;
    float: left;
}

.wmtp-container hr, .wmtp-container br {
    display: none;
}
.wmtp-detail div {
  margin-bottom: 10px;
  display: flex;
}

ul.wmtp-checklist-tracking {
    display: inline-flex;
    list-style: none;
    position: relative;
}
ul.wmtp-checklist-tracking li {
    text-align: center;
    padding: 20px 10px;
    width: 152px !important;
}
.wmtp-liner-check::before {
    top: 66px;
    bottom: 0;
    position: absolute;
    content: " ";
    height: 1px;
    background-color: #00BFFF;
    width: 140px;
    margin-left: 5px;
}
ul.wmtp-checklist-tracking li p {
    line-height: 18px;
    padding: 0px;
    margin: 8px;
}
li.wmtp-liner-check img, li.wmtp-liner-checker-last img {
    display: inline-flex !important;
}
ul.wmtp-checklist-tracking a {
    display: contents;
}
.wmtp-title,.wmtp-row h2 {
  font-weight: 600;font-size:25px;font-family:dinhit;padding-top:10px;margin-bottom:10px;color:#bc3d20;text-shadow:0 0 3px #fff, 0 0 0 #ff9900, 0 0 2px #ff3a3a;
}
.wmtp-tracking-show input#tracking-id {
    width: 70%;
}

.wmtp-tracking-show input[type="submit"] {
    width: 28%;margin-right:0;border-radius:3px;background:#0978b0;
}


@media (min-width: 1025px) {
/*************** ADD DESKTOP AND LAPTOP ONLY CSS HERE  ***************/

}
@media (min-width: 768px) and (max-width: 1024px) {
/*************** ADD TABLET ONLY CSS HERE  ***************/

}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
/*************** ADD TABLET ONLY CSS HERE  ***************/

}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
  .wmtp-col {
      width: 100%;
  }
  .wmtp-tracking-show input#tracking-id {
      width: 100%;
  }
  .wmtp-tracking-show input[type="submit"] {
      width: 100%;
      margin-top: 10px;
  }
  ul.wmtp-checklist-tracking {
      margin-left: 0;
      margin-bottom: 0;
      padding-left: 0;
  }
  .wmtp-status {
      text-align: center;
  }
}