body {
  font-family: arial;
}
.conteiner {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: stretch;
  font-family: sans-serif;
}

.table {
  max-width: 400px;
  border-spacing: 0 15px;
}

h2 {
  text-align: center;
}

th {
  font-size: 14px;
}
td {
  padding: 4px;
  font-size: 14px;
  text-align: center;
}

tr {
  cursor: pointer;
}

#table-body tr:hover .stock-name a {
  /* background-color: #ffebcd80 ; */
  /* background-color: #00367C1A ; */
  color: #006bb7;
}

tbody > tr > td:not(:first-child) {
  direction: ltr;
}

.green {
  color: seagreen;
}
.red {
  color: tomato;
}

.stars {
  direction: ltr;
  color: #ef9b4b;
}

/* .stock-name{
  text-decoration: underline;
} */

/* .stock-name:hover{
  color: #0000EE;
} */

.nav-list {
  padding: 0;
  column-count: 2;
  column-gap: 0px;
  width: 100%;
  margin: 0;
  margin-bottom: 5px;
  margin-top: 2px;
}

.nav-item {
  border: 1px solid black;
  padding: 7px 10px;
  margin-right: 0px;
  list-style: none;
}

.nav-item:hover {
  cursor: pointer;
}

.nav-item.active {
  box-shadow: 0 0 3px black;
}

.rcm-table {
  border-collapse: collapse;
}
