<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.hero.is-light .tabs.is-boxed li.is-active a {
  color: #363636;
  background-color: white;
  border-color: #dbdbdb;
  border-bottom-color: transparent !important;
}

.hero.is-light .tabs.is-boxed li.is-active a:hover {
  color: #363636;
  background-color: white;
  border-color: #dbdbdb;
  border-bottom-color: transparent !important;
}

.tabs:not(:last-child) {
    margin-bottom: .5rem;
}

.columns:not(:last-child) {
    margin-bottom: 0;
}

.hero .tabs ul {
  border-bottom-color: #dbdbdb;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.hero.is-light .tabs.is-boxed a {
    color: white;
    background: #363636;
}

.hero.is-light .tabs.is-boxed a:hover {
    color: white;
    background: #363636;
}

.round {
  border-radius: 100%;
}

#loginImage {
  background: center / cover no-repeat url("https://firebasestorage.googleapis.com/v0/b/capco-project.appspot.com/o/newspaper.jpg?alt=media&amp;token=874aeb80-3f97-4743-b9b3-31f33a918115");
  font-family: 'Anton', sans-serif;
  color: white;
  text-shadow: 1px 2px black;
}

#searchStocks {
  /* position: absolute;
  top: 23vh;
  width: 100vw; */
  width: 75vw;
  margin: auto;
  flex-direction: column;
}

#searchStocksForm {
  margin: auto;
  display: flex;
}

#stockMatches {
  margin: auto;
  position: absolute;
  z-index: 10;
  box-shadow: 0px 5px 5px grey;
}

#stockInput {
  width: 67vw;
}

#userPanel {
  /* display: flex; */
}

th {
  width: 25vw;
}
td {
  width: 50vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}

.content h3{
  margin-bottom: 0;
}

div.card-content div.tabs ul li {
    color: white;
}

#favorites {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 10px 10px;
}

#favoriteIcon {
  position: absolute;
  top: 15px;
  right: 15px;
}

#footerSection {
  position: absolute;
  z-index: 20;
  top: 0;
}

#dwaneSection {
  width:100vw;
}

#dwaneTab {
  border-top-color : transparent;
}

#dwaneTab &gt; a {
  border-bottom-color: #dbdbdb;
  border-top-color: transparent;
}

#moreInfo {
  height:50vh;
  /* display: none; */
  background-color: white;
  box-shadow: 0px 1px 1px 1px lightgray;
  white-space: normal;
  overflow-y: auto;
}

#madeThis {
  padding: 1vw 2vw;
}

#dwaneInfo {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 10px 10px;
}

#dwaneInfo a {
  background-color: white;
  color: #3273dc !important;
}

#dwaneTabUL {
  border-bottom-color: transparent;
  border-bottom-style: solid;
  border-bottom-width: 0;
  border-top-color: #dbdbdb;
  border-top-style: solid;
  border-top-width: 0;
}

@keyframes wave {
	0% {transform:rotate(25deg);}
	50% {transform:rotate(-25deg);}
	100% {transform:rotate(25deg);}
}

#hand {
  display: inline-block;
	animation: wave 1.5s infinite;
}
</pre></body></html>