body {
  background-color: #91ced4;
}
body * {
  box-sizing: border-box;
}

a {
  /**
  outline: none;
  text-decoration: none;
   **/
  padding: 2px 1px 0;
}

a:link {
   /**
    color: #265301;
    **/
    color: #FFA500;
}



.box{
    display: none;
    width:100%;
}

a:hover + .box,.box:hover{
    color: #FFA500;
    display: block;
    position: relative;
    z-index: 100;
      border-bottom: 1px solid;   
  background: #daeff1;
   
}

.header {
  background-color: #327a81;
  color: white;
  font-size: .8em;
  padding: 1.2rem;
  text-align: center;
  text-transform: uppercase;
}

.header1 {
  background-color: white;
  color: white;
  font-size: .9em;
  text-align: left;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight:bold;
}

.img1
{
  border-radius: 50%;
  height: 30px;
  width: 30px;
}

.img2
{
  height: 40px;
  width: 40px;
}


.img4
{
  height: 24px;
  width: 24px;
}


/**
img {
  border-radius: 50%;
  height: 30px;
  width: 30px;
}
* ------------------------------------------------------- *
 */
 
 
.table-users {
  border: 1px solid #327a81;
  border-radius: 2px;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
  margin: 1em auto;
 max-width: calc(100% - 1em);

  opacity: 0.80;
  background: transparent;

}

.table-usersmain {
  opacity: 0.85;
  background: transparent;
  border: 1px solid #327a81;
  border-radius: 2px;
  margin: 1em auto;
  max-width: calc(100% - 1em);
}


table td, table th {
  color: #2b686e;
  padding: 5px;
  }

td1 {
  color: #2b686e;
  padding: 0px;
}

table td {
  font-size: .8em;
  text-align: left;
  vertical-align: middle;
}
table td:last-child {
 
  line-height: 1.4;
  text-align: left;
}
table th {
  background-color: #daeff1;
  font-weight: 200;
}
table tr:nth-child(2n) {
  background-color: white;
}
table tr:nth-child(2n+1) {
  background-color: #edf7f8;
}

@media screen and (max-width: 700px) {
  table, tr, td {
    display: block;
  }

  td:first-child {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100px;
  }
  td:not(:first-child) {
    clear: both;
    margin-left: 100px;
    padding: 4px 20px 4px 90px;
    position: relative;
    text-align: left;
  }
  td:not(:first-child):before {
    color: #91ced4;
    content: '';
    display: block;
    left: 0;
    position: absolute;
  }
  td:nth-child(2):before {
    content: 'Name:';
  }
  td:nth-child(3):before {
    content: 'Email:';
  }
  td:nth-child(4):before {
    content: 'Phone:';
  }
  td:nth-child(5):before {
    content: 'Comments:';
  }

  tr {
    padding: 5px 0;
    position: relative;
  }
  tr:first-child {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .header {
    background-color: transparent;
    color: white;
    font-size: 1.5em;
    font-weight: 500;
    padding: 0;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
  }

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

  td:first-child {
    background-color: #c8e7ea;
    border-bottom: 1px solid #91ced4;
    border-radius: 10px 10px 0 0;
    position: relative;
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    width: 100%;
  }
  td:not(:first-child) {
    margin: 0;
    padding: 5px 1em;
    width: 100%;
  }
  td:not(:first-child):before {
    font-size: .7em;
    padding-top: 0.3em;
    position: relative;
  }
  td:last-child {
    padding-bottom: 1rem !important;
  }

  tr {
    background-color: white !important;
    border: 1px solid #6cbec6;
    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;
  }
}
