<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  background: #e4e4e4
    url("//wirelessestimator.com/wp-content/uploads/2015/05/light_grey_bg.png")
    repeat scroll center top;
}

#we_app_header {
  background: #026c89 none repeat scroll 0 0;
  height: 60px;
}

#we_home {
  display: inline-block;
  margin-top: -6px;
}
#header_inner {
  height: 60px;
  margin: auto;
  /* max-width: 1200px;*/
  padding: 4px 20px;
  position: relative;
}
#bs-title {
  display: inline-block;
  margin: 0 0 0 100px;
  color: whitesmoke;
  font-size: 26px;

  /* padding-top: 6px;*/
}
#we-logo {
  height: 49px;
}

#bs-title img {
  margin-right: 20px;
}
.main-view {
  margin-bottom: 100px;
}

.main-view img {
  border-radius: 5px;
}
.st-sort-ascent:after {
  content: "\25B2";
}

.st-sort-descent:after {
  content: "\25BC";
}

.modal-backdrop.in {
  bottom: 0;
}
thead,
th {
  background: #026c89 !important;
  cursor: pointer;
}

.image-wrap {
  text-align: center;
  background: #ffffff;
  box-shadow: 0 0 20px #cccccc;
  margin-bottom: 15px;
}

.image-wrap img {
  max-width: 100%;
}
.table-wrap {
  border: 1px solid #cccccc;

  background: #ffffff;
  box-shadow: 0 0 20px #cccccc;
  border-radius: 4px;
  margin-bottom: 15px;
}
.list-group,
.thumbnail {
  box-shadow: 0 0 20px #cccccc;
}
.main-view {
  margin-top: 1.5em;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  background-color: #026c89;
  border-color: #026c89;
  color: #ffffff;
  z-index: 2;
}
</pre></body></html>