/* line 7, /myapp/app/assets/stylesheets/live_updates.scss */
.red {
  color: deeppink !important;
}

/* line 11, /myapp/app/assets/stylesheets/live_updates.scss */
html {
  background: #eee;
}

/* line 16, /myapp/app/assets/stylesheets/live_updates.scss */
body {
  margin: 0;
  padding: 0;
  height: 100%;
  background: #eee;
}

/* line 23, /myapp/app/assets/stylesheets/live_updates.scss */
.container.title {
  margin: 150px;
  background: #eee;
  display: flex;
  justify-content: space-around;
  flex-direction: row;
}
/* line 30, /myapp/app/assets/stylesheets/live_updates.scss */
.container.title .col {
  margin: 0 20px;
}

/* line 35, /myapp/app/assets/stylesheets/live_updates.scss */
#header {
  position: fixed;
  top: 0;
  width: 100%;
  text-align: center;
  z-index: 999;
  background: #000;
  color: #fff;
  height: 50px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 50, /myapp/app/assets/stylesheets/live_updates.scss */
#header .first-letter {
  font-size: 35px;
  line-height: 70px;
}
/* line 55, /myapp/app/assets/stylesheets/live_updates.scss */
#header .csv-download-link {
  position: absolute;
  right: 10px;
  color: white;
  text-align: center;
  padding: 5px;
  border-radius: 3px;
  text-decoration: none;
  outline: none;
}
/* line 66, /myapp/app/assets/stylesheets/live_updates.scss */
#header .input-group {
  max-width: 19%;
  position: absolute;
  margin: 5px 0 !important;
  left: 6px;
  height: 95%;
  padding: 5px;
}
/* line 74, /myapp/app/assets/stylesheets/live_updates.scss */
#header .input-group #search-input {
  background-image: url(/assets/searchicon-b1a6b5d559825167b7a072b20e754c9ec432096a498545a7c2d9744aa093d08b.png);
  background-position: 10px 8px;
  background-repeat: no-repeat;
  font-size: 16px;
  padding: 6px 6px 6px 40px;
  border-radius: 15px;
}

/* line 84, /myapp/app/assets/stylesheets/live_updates.scss */
#left {
  background: #ccc;
  width: 20%;
  height: 100%;
  position: fixed;
  top: 50px;
  z-index: 999;
}

/* line 92, /myapp/app/assets/stylesheets/live_updates.scss */
#left {
  left: 0;
}

/* line 95, /myapp/app/assets/stylesheets/live_updates.scss */
#center {
  top: 50px;
  position: relative;
  left: 20%;
  width: 80%;
  background: #eee;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
/* line 105, /myapp/app/assets/stylesheets/live_updates.scss */
#center table th {
  width: auto !important;
}
/* line 109, /myapp/app/assets/stylesheets/live_updates.scss */
#center table {
  table-layout: fixed !important;
}
/* line 112, /myapp/app/assets/stylesheets/live_updates.scss */
#center table th {
  position: sticky;
  top: 50px;
  background: #eee;
}
/* line 118, /myapp/app/assets/stylesheets/live_updates.scss */
#center table .name-col {
  max-width: 35vw !important;
  overflow-wrap: break-word;
}
/* line 122, /myapp/app/assets/stylesheets/live_updates.scss */
#center table .name-col .description {
  color: #999999;
  font-size: 13px;
}
