source/frontend/src/css/App.css [123:246]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  border: 0;
  background: none;
  width: fit-content;
  word-break: break-all;
}

.resourceLink:hover,
.showAllResourceLink:hover {
  text-decoration: underline;
}

.resourceLink:focus,
.showAllResourceLink:focus {
  outline: 0;
}

.navigator {
  width: 400px;
  height: 500px;
  background-color: red;
}

.cy-subnet {
  color: #fff;
  font-size: 0.5em;
  margin-bottom: 0;
  border-top: 1px solid #147eba;
  border-left: 1px solid #147eba;
  border-right: 1px solid #147eba;
  padding-top: 1px;
  padding-right: 1px;
  padding-left: 1px;
  padding-bottom: 2px;
  background-color: #147eba;
}

.cy-vpc {
  color: #fff;
  font-size: 0.5em;
  margin-bottom: 0;
  border-top: 1px solid #683dc2;
  border-left: 1px solid #683dc2;
  border-right: 1px solid #683dc2;
  padding-top: 1px;
  padding-right: 1px;
  padding-left: 1px;
  padding-bottom: 2px;
  background-color: #683dc2;
}

.cy-title {
  text-align: center;
  font-size: 0.5rem;
  /* padding:0.5vh; */
  height: 10px;
  top: 20px;
  box-sizing: content-box;
  padding-bottom: 1px;
}

.boundingLabel {
  display: inline-flex;
}

.iconLabel {
  width: 13px;
}

.datepicker {
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
}

li.list-group-item {
  border: none;
  display: inline-flex;
}

li.active.list-group-item {
  background-color: #fff;
  border: none;
  color: #000;
}

li.active.list-group-item:hover {
  background-color: #fafafa;
  border: none;
  color: #000;
}

.logo {
  display: flex;
}

.resultTable {
  overflow: scroll;
  /* height: 200px; */
  margin-bottom: 5%;
}

.largeResourceTable {
  /* overflow: scroll; */
  /* height: 500px; */
  border: 1px solid #fafafa;
}

@keyframes hoverOver {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.hoverOverPanel {
  color: #545b64;
  padding: 1.5rem;
  font-size: 1.2rem;
  line-height: 1.7rem;
  font-weight: 400;
  font-family: Amazon Ember, Helvetica Neue, Roboto, Arial, sans-serif;
  max-height: 100vh;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



source/frontend/src/index.css [121:244]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  border: 0;
  background: none;
  width: fit-content;
  word-break: break-all;
}

.resourceLink:hover,
.showAllResourceLink:hover {
  text-decoration: underline;
}

.resourceLink:focus,
.showAllResourceLink:focus {
  outline: 0;
}

.navigator {
  width: 400px;
  height: 500px;
  background-color: red;
}

.cy-subnet {
  color: #fff;
  font-size: 0.5em;
  margin-bottom: 0;
  border-top: 1px solid #147eba;
  border-left: 1px solid #147eba;
  border-right: 1px solid #147eba;
  padding-top: 1px;
  padding-right: 1px;
  padding-left: 1px;
  padding-bottom: 2px;
  background-color: #147eba;
}

.cy-vpc {
  color: #fff;
  font-size: 0.5em;
  margin-bottom: 0;
  border-top: 1px solid #683dc2;
  border-left: 1px solid #683dc2;
  border-right: 1px solid #683dc2;
  padding-top: 1px;
  padding-right: 1px;
  padding-left: 1px;
  padding-bottom: 2px;
  background-color: #683dc2;
}

.cy-title {
  text-align: center;
  font-size: 0.5rem;
  /* padding:0.5vh; */
  height: 10px;
  top: 20px;
  box-sizing: content-box;
  padding-bottom: 1px;
}

.boundingLabel {
  display: inline-flex;
}

.iconLabel {
  width: 13px;
}

.datepicker {
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
}

li.list-group-item {
  border: none;
  display: inline-flex;
}

li.active.list-group-item {
  background-color: #fff;
  border: none;
  color: #000;
}

li.active.list-group-item:hover {
  background-color: #fafafa;
  border: none;
  color: #000;
}

.logo {
  display: flex;
}

.resultTable {
  overflow: scroll;
  /* height: 200px; */
  margin-bottom: 5%;
}

.largeResourceTable {
  /* overflow: scroll; */
  /* height: 500px; */
  border: 1px solid #fafafa;
}

@keyframes hoverOver {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.hoverOverPanel {
  color: #545b64;
  padding: 1.5rem;
  font-size: 1.2rem;
  line-height: 1.7rem;
  font-weight: 400;
  font-family: Amazon Ember, Helvetica Neue, Roboto, Arial, sans-serif;
  max-height: 100vh;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



