.my-order-log, .my-order-contacts, .my-order-products { margin: 10px 0 20px 0;}

.my-intro, .my-reg {
    display: inline-block;
    vertical-align: top;
    width: 280px;
    min-height: 275px;
    padding: 20px;
    margin: 0 20px 20px 0;
    border: 1px solid #e8e8e8;
}

.form-name {
    padding: 5px 0;
    text-align: center;
    font-size: 20px;
    color: #84b81a;
    text-transform: uppercase;
    background-color: #f8f8f8;
}


.myprofile table {border: 1px solid #ccc;border-collapse: collapse;margin: 0;padding: 0;width: 100%;table-layout: fixed;}
.myprofile table tr {background-color: #f8f8f8;border: 1px solid #ddd;padding: .35em;}
.myprofile table td {padding: .625em; text-align: left;}
.myprofile table td:first-child {vertical-align: middle ; width: 30%;}
.myprofile table caption {caption-side: top; text-align: left; padding: 10px 0; text-transform: uppercase;}
.myprofile table tr:hover td {background: #f4f4f4;}

@media screen and (max-width: 500px) {
  .myprofile  table {border: 0;}
  .myprofile table tr {display: block;border-bottom: 0px}
  .myprofile table td {display: block;text-align: left;}
  .myprofile table td:first-child {width: 100%;} 
  .myprofile table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    float: left;
    text-transform: uppercase;
  }
 .myprofile   table td:last-child {border-bottom: 0;}
}

table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: auto;
  
}
table caption {caption-side: top; text-align: left; padding: 10px 0; text-transform: uppercase;}

table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

table th,
table td {
  padding: .625em;
  text-align: center;
}

table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}
@media screen and (max-width: 500px) {
  .my-order table {
    border: 0;
  }
  table caption {caption-side: top; text-align: left; padding: 10px 0; text-transform: uppercase;}
  .my-order table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .my-order table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  .my-order table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  .my-order table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  .my-order table td:last-child {
    border-bottom: 0;
  }
}
@media screen and (max-width: 6000px) {
  .my-order-contacts table {
    border: 0;
  }

  
  .my-order-contacts  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  .my-order-contacts  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    text-align: right;
  }
  
  .my-order-contacts  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
  }
  
  .my-order-contacts  table td:last-child {
    border-bottom: 0;
  }
}