p.orderalert{
    width: fit-content;
    background: red;
    color: white;
    padding: .3em .5em;
    margin-top: 1em;
}

@media screen and (max-width:480px){
  .sk_box th, .sk_box td {
    border-bottom: 0;
  }
    table tr{
      display: flex;
      flex-wrap: wrap;
      border-bottom: solid 1px #ccc;
  }
  
  .sk_box th {
  	width: 100%;
  }
}
