@charset "UTF-8";
/* CSS Document */


.table-users {
  border: 1px solid #5a380e;
  /*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: 800px;
}

.table-header {
 /* background-color: #EB9532;*/
  color: white;
  font-size: 1.5em;
  padding: 1rem;
  text-align: center;
  text-transform: uppercase;
  background-image:url(../img/small-wood-background_black.jpg);
	background-repeat: repeat;
	
}

table {
  width: 100%;
	border: 1px solid #5a380e;
}
table td, table th {
  color: #5c5e62;
  padding: 10px;
	font-size: 18px;
	border: 1px solid #5a380e;
}
table td {
  text-align: center;
  vertical-align: middle;
	border: 1px solid #5a380e;
}
table td:last-child {
  font-size: 18px;
  /*line-height: 1.4;*/
  text-align: center;
	border: 1px solid #5a380e;
}
table th {
  /*background-color: #5a380e;*/
	background: url(../img/small-wood-background.jpg) repeat;
  font-weight: 500;
	text-align: center;
	color: #fff;
	border: 1px solid #5a380e;
}
table tr:nth-child(2n) {
  background-color: white;
	border: 1px solid #5a380e;
}
table tr:nth-child(2n+1) {
  background-color: #fff;
	border: 1px solid #5a380e;
}


@media only screen and (min-width: 319px) and (max-width: 415px)  {
	.table-header {font-size: 1em;}


table th {
	font-size: 1em;
}

table tr, table td, table td:last-child{
	font-size: 0.9em;
}

}
