<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.Ar table,
.En table,
.Ar td,
.Ar th {
  border: 1px solid gray;
  /* background-color: aquamarine; */
  border-collapse: collapse;
}
.Ar table {
  width: 280px;
  /* width: max-content; */
  overflow: scroll;
}
.Ar th,
.En th {
  background-color: var(--global-palette8);
  color: #153b86;
  padding: 0 1rem;
}
.Ar td,
.Ar th {
  text-align: center;
}
/* .Ar tbody&gt;tr:nth-child(even) {
    background-color: #dddddd;
  } */

.Ar td:hover,
.En td:hover {
  background-color: #153b86;
  color: #fff;
}
.rate-container {
  display: flex;
  flex-direction: column;
  flex-flow: column;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: center;
  align-items: stretch;
  margin: 1rem auto;
}
.rate-container div {
  margin: 5px 2px;
  padding: 0 5px;
}

.acc-type {
	border: 1px solid gray;
	border-radius: 6px;
	padding: 0 1rem;
	margin: 0 3px;
	display: flex;
	flex-direction: row;
	width: auto;
	justify-content: space-around;
	flex-wrap: wrap;
	align-items: center;
	align-content: space-around;
}
.acc-type div{
  width: 100%;
}

.error {
  border: 1px solid red;
}
.Ar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.Ar &gt; div {
  margin: 10px;
}
.break {
    flex-basis: 100%;
    height: 2px;
    background: var(--global-palette1);
}
</pre></body></html>