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

/* Table Base */

table {
  font-family: arial;
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

.table { 
  width: 100%;
  margin-bottom: 20px;
}

.table th,
.table td {
  font-weight: normal;
  font-size: 12px;
  padding: 8px 15px;
  line-height: 20px;
  text-align: left;
  vertical-align: middle;
}
.table thead th {
  background: #eeeeee;
  vertical-align: bottom;
}   
.table tbody > tr:nth-child(odd) > td,
.table tbody > tr:nth-child(odd) > th {
  background-color: #fafafa;
}    
.table .t-small {
  width: 5%;
}
.table .t-medium {
  width: 15%;
}
.table .t-large {
  width: 20%;
}

/* Small Sizes */
@media (max-width: 768px) { 
	.Lvazia { display: none !important; }
	.table-action thead {
		display: none;
	}
	.table-action tr {
		border-bottom: 5px solid #dddddd;
	}
	.table-action td {
		border: 0;
	}
/*  .table-action td:not(:first-child) { */  
	.table-action td {
		display: block;
	}
	.table-action td:first-child {
		font-size: 16px;
		font-weight: bold;
	}
}