body {
	
/*   background-color: #91ced4;
 */  
}
body * {
	
/*   box-sizing: border-box;
 */  
}
.pyellow{
	font-size: 1.5em;
	color: #ff0;
	/*background: #69f;*/
	font-weight: bold;
	text-align:center;
}



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



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

.table-users {
	
  border: 1px solid #327a81;
  
  border-radius: 10px;
  
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
  
  max-width: calc(100% - 2em);
  margin: 1em auto;
  overflow: hidden;
  width: 100%;
}

table {
  width: 100%;
}
table td, table th {
  color: #fff;
  padding: 5px;
    border: 1px solid;
  
}
table td {
  text-align: center;
  vertical-align: middle;

  
}





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


table th {
  background-color: #daeff1;
  font-weight: 300;
}
table tr:nth-child(2n) {
  background-color: #5f9ea0;
}
table tr:nth-child(2n+1) {
  background-color: #6495ed9;
}







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

  td:first-child {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 35%;
  }
  td:not(:first-child) {
    clear: both;
    margin-left: 40%;
    padding: 1px 2.8em 1px 8em;
    position: relative;
    text-align: center;
  }
  td:not(:first-child):before {
    color: #91ced4;
    content: ' ';
    display: block;
    left: 0;
    position: absolute;
  }
  td:nth-child(2):before {
    content: 'Inicial  Boeza:';
  }
  td:nth-child(3):before {
    content: 'Máximo Boeza :';
  }
  td:nth-child(4):before {
    content: 'Inicial Tremor:';
  }
  td:nth-child(5):before {
    content: 'Míximo Tremor : ';
  }

  tr {
    padding: 5px 0;
    position: relative;
  }
  tr:first-child {
    display: none;
  }
  
  tr:nth-child(2) {  /* no ver cuenca*/
    display: none;
		
  }
  
  tr:nth-child(3) { /* no ver inicial m�x*/
    display: none;
		
  }
  
}









@media screen and (max-width: 400px) {
  .header {
    background-color: transparent;
    color: white;
    font-size: 1.2em;
    font-weight: 400;
    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: #556b2f;
    border-bottom: 1px solid #91ced4;
    border-radius: 10px 10px 0 0;
    position: relative;
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    width: 94%;
  }
  td:not(:first-child) {
    margin: 0;
    padding: 2px 0px 0.2em;
    width: 100%;
  }
  td:not(:first-child):before {
    font-size: .8em;
    padding-top: 0.2em;
    position: relative;
  }
  td:last-child {
    padding-bottom: 1rem !important;
  }

  tr {
    background-color: #5f9ea0 !important; /*verde claro*/
    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;
  }
}


