.fancy-table {
  width: 100%;
  padding: 1em;
  margin: auto;
  font-size: 1.5em;
  display: table;
  border-collapse: collapse;
}

.fancy-table .entry {
  font-size: 14px;
  line-height: 20px;
  height: 20px;
  display: table-row;
  position: relative;
  padding: 0.4em 0;
  text-decoration: none;
  color: black;
}

.fancy-table .entry:nth-child(even) {
  background-color: #eeeeee;
}

.fancy-table .entry:hover, .fancy-table .entry:hover:nth-child(even) {
  background-color: #ffd589;
}

.fancy-table * {
  padding: 0;
  margin: 0;
}

.fancy-table .label {
  background-color: rgb(231, 161, 38);
  color: white;
  font-size: 14px;
  line-height: 20px;
  height: 20px;
  position: relative;
  display: table-row;
  padding: 0.4em 0;
}

.fancy-table-header {
  background-color: rgb(231, 161, 38);
  color: white;
  width: 100%;
  font-size: 20px;
  line-height: 20px;
  height: 30px;
  position: relative;
  display: table;
  text-align: center;
  padding: 0.4em 0;
}

.fancy-table .val {
  text-overflow: ellipsis;
  display: table-cell;
  overflow-y: none;
  vertical-align: middle;
}

.fancy-table .val img {
  vertical-align: middle;
}

.fancy-table .center {
  text-align: center;
}

.fancy-table .v10 {
  width: 10%;
}

.fancy-table .v15 {
  width: 15%;
}

.fancy-table .v20 {
  width: 20%;
}

.fancy-table .v25 {
  width: 25%;
}

.fancy-table .v30 {
  width: 30%;
}

.fancy-table .v35 {
  width: 35%;
}

.fancy-table .v40 {
  width: 40%;
}

.fancy-table .v45 {
  width: 45%;
}

.fancy-table .v50 {
  width: 50%;
}

.fancy-table .v60 {
  width: 60%;
}

.fancy-table .v65 {
  width: 65%;
}

.fancy-table .v70 {
  width: 70%;
}

.fancy-table .v80 {
  width: 80%;
}

table.fancy {
  width: 100%;
  padding: 1em;
  margin: auto;
  font-size: 1.5em;
  border-collapse: collapse;
}

table.fancy th {
  background-color: rgb(231, 161, 38);
  color: white;
  font-size: 14px;
  line-height: 20px;
  height: 20px;
  position: relative;
  text-transform: uppercase;
}

table.fancy tr, table.fancy th, table.fancy td {
  padding: 0.2em 0.4em;
}

table.fancy tr {
  font-size: 14px;
  line-height: 20px;
  height: 20px;
  position: relative;
  text-decoration: none;
  color: black;
}

table.fancy tr:nth-child(even) {
  background-color: #eeeeee;
}

table.fancy tr:hover, table.fancy tr:hover:nth-child(even) {
  background-color: #ffd589;
}

table.fancy td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow-y: none;
  vertical-align: middle;
}
