.table-larla{
	text-align: center;
	margin: 0;
	background-color: #fff;
	padding: 1.5rem;
}
.table-larla tr th {
    background: #fff;
    color: rgb(30 43 51);
    border-bottom-style: none;
}
.table-larla thead th {
    vertical-align: middle;
    border-bottom: 2px solid #1e2b33;
}
.table-larla tr td,
.table-larla tr th {
  padding: 1.5rem 1.2rem;
  text-align: center; /* LTR */
  border: 1px solid #1e2b33;
}
.table-larla tr td{
}
.table-larla thead th{
	background: #B19B83;
	color: #fff;
	font-weight: bold;
}
.table-larla tr {
    border-bottom: 1px solid #1e2b33;
    padding: 0.1em 0.6em;
    background: #fff;
}