body { font-family: sans-serif;}

.register-pumpdown {
  text-decoration: none;
  font-size: 21px;
  font-family: sans-serif;
  color: #151515;
}

.register-pumpdown:hover {
  text-decoration: underline;
  color: #1687c3;
}

.header {
  background-color: #0041aa;
  color: white;
  font-size: 1.5em;
  padding: 1rem;
  text-align: center;
  font-family: sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
}

img {
   border-radius: 50%;
   height: 60px;
   width: 60px;
}

.table-users {
   border: 1px solid #0386c5, 5%);
   border-radius: 5px;
   box-shadow: 0px 0px 20px rgb(0 0 0 / 55%);
   margin: 2em auto;
   overflow: hidden;
   width: 1000px;
}

table { width: 100%; }

table th {
    background: rgba(8, 104, 255, .05);
    font-weight: 300;
}

table td, th {
  color: #565656;
  padding: 10px;
}

table td {
  text-align: center;
  vertical-align: middle;
  font-weight: 300;
}

table tr:nth-child(2n) { background-color: white; }
table tr:nth-child(2n+1) { background-color: #e8e6e6; }

table td:last-child {
  font-size: 0.95em;
  line-height: 1.4;
  text-align: left;
}



@media screen and (max-width: 700px) {

  tbody { display: block; }

  .table-users { width: 100%; }

   table, tr, td { display: block; }

   tr {
      padding: 10px 0;
      position: relative;
   }

   tr:first-child { display: none; }

   table td:last-child { text-align: center; }

} /* max-width: 700px */



@media screen and (max-width: 500px) {

   img {
      border: 3px solid;
      border-color: #e5f6ff;
      height: 100px;
      margin: 0.5rem 0;
      width: 100px;
   }

   td:last-child  { padding-bottom: 1rem !important; }

   td:first-child {
      background-color: #c6c6c6;
      border-bottom: 1px solid #e5f6ff);
      border-radius: 10px 10px 0 0;
      position: relative;
      top: 0;
      transform: translateY(0);
    }

    td:not(:first-child) {
      margin: 0;
      padding: 5px 0;
      width: 100%;
    }

   tr {
      background-color: white !important;
      border: 1px solid #e5e5e5;
      border-radius: 10px;
      box-shadow: 2px 2px 0 rgba(0,0,0,0.1);
      margin: 0.5rem 0;
      padding: 0;
   }

   .table-users {
      border: none;
      box-shadow: none;
      overflow: visible;
   }
}/* max-width: 500px */
