@media screen and (max-width: 600px) {
  .published_span {
    display: inline-block;
    margin-right: 10px;
    width: 100%;
  }
}

@media only screen and (max-width: 799px) {
  #threat_info_panel1 {
    width: 100%
  }

  #threat_info_panels {
    display: grid;
    grid-auto-flow: row;
    width: 100%;
  }

  #threat_info_panel2 {
    width: 100%
  }

  #threat_info_panel3 {
    width: 100%
  }
}

@media only screen and (min-width: 800px) {
  a.tag_link {
    color: white;
    text-decoration: none;
  }

  a.tag_link:visited {
    color: white;
    text-decoration: none;
  }

  #threats_footer {
    height: 50px;
  }

  #threat_info_panel1 {

  }

  #threat_info_panels {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 60% 40%;
    width: 100%;
  }

  #threat_info_panel2 {
    margin-left: 8px;
  }

  #threat_info_panel3 {
    width: 100%
  }
}

@media (max-width: 900px) {
  .news_item_tags {
    font-size: 0.9rem;
    margin-bottom: 22px;
    margin-top: 2px;
    width: 100%;
  }
}

a {
  color: #2f4858;
}

a:visited {
  color: #2f4858;
}

a.tag_link {
  color: white;
  text-decoration: none;
  white-space: nowrap;
}

a.tag_link:visited {
  color: white;
  text-decoration: none;
}

body {
  color: #fff;
  font-family: "Verdana";
  font-size: 20px;
  margin: 0px;
  width: 100%;
}

footer {
  background-color: whitesmoke;
  bottom: 0;
  color: #2f4858;
  left: 0;
  position: fixed;
  text-align: right;
  width: 100%;
}

#header_main {
  font-weight: 600;
  font-size: 2.0rem;
}

.incident_date {
    font-family: Anonymous Pro;
    margin-right: 10px;
    width: 75px;
}

#info_panels {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 60% 40%;
  width: 100%;
}

#inner_main {
  box-sizing: border-box;
  color: #424141;
  height: 100%;
  margin-bottom: 100px;
  margin-top: 50px;
  padding-top: 20px;
  padding-left: 18px;
  width: 100%;
}

#main {
  display: block;
  overflow-x: clip;
  height: 100%;
  width: 100%;
}

.matrix_cell {
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  height: 20px;
  width: 20px;
}

.matrix_cell_label {
  font-size: 14px;
  font-weight: normal;
}

.matrix_cell_label_y {
  font-size: 16px;
  font-weight: normal;
  margin-right: 6px;
}

#news {
  display: grid;
}

#news_container {
  margin-top: 18px;
  width: 95%;
}

.news_date {
  display: inline-block;
  order: 2;
  text-align: right;
  width: 142px;
}

#news_header {
  font-weight: 600;
  margin-bottom: 4px;
}

.news_item {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.news_item_tags {
  font-size: 0.9rem;
  margin-bottom: 5px;
  margin-top: 2px;
  width: 100%
}

.news_tag {
  background-color: #2f4858;
  border-radius: 4px;
  color: white;
  display: inline-block;
  padding-bottom: 1px;
  padding-left: 4px;
  padding-right: 4px;
  margin-right: 4px;
}

.news_title {
  display: inline-block;
  height: 1.2em;
  order: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.noselect {
  user-select: none;
}

.pointer_link {
  cursor: pointer;
}

#privacy_policy {
  padding-bottom: 4px;
  padding-right: 8px;
}

.published_span {
  margin-right: 10px;
}

#search_result_description {
  height: auto;
  overflow: visible;
}

.show_all {
  color: #2f4858;
  cursor: pointer;
}

#social {
  padding-bottom: 4px;
  padding-right: 8px;
}

.threat_field_label {
  font-weight: bold;
  width: 230px;
}

.threat_field_row {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 230px;
  font-size: 16px;
}

.threat_field_text {
  height: 1.4em;
  overflow: hidden;
  padding-bottom: 1px;
  text-overflow: ellipsis;
}

#threat_hourly_activity {

}

#threat_hourly_activity_div_canvas {
  max-width: 800px;
}

#threat_hourly_activity_canvas {
  width: 400px;
  height: 300px;
  max-height: 300px;
}

#threat_hourly_activity_table {
  border-spacing: 0px;
}

#threat_hourly_activity_timezone {
  margin-left: 24px;
  text-align: center;
  width: 670px;
}

#threat_info_panel4 {
  margin-bottom: 22px;
  margin-right: 12px;
}

.title_case {
  text-transform: capitalize;
}

#topbar {
  background-color: #2f4858;
  display: flex;
  flex-direction: row;
  height: 50px;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

#topbar_logo_text {
  color: white;
  display: inline-block;
  float: left;
  font-size: 22px;
  margin-left: 12px;
  margin-right: 22px;
  margin-top: 10px;
  order: 2;
}

#topbar_logo_text a:link,
#topbar_logo_text a:visited,
#topbar_logo_text a:hover {
   color: white;
   text-decoration: none;
}

#topbar_search {
  background: transparent;
  border: 0px;
  border-color: transparent;
  color: #757575;
  float: left;
  height: 100%;
  font-family: monospace;
  font-size: 18px;
  margin-left: 2px;
  width: 100%;
}

#topbar_search_container {
  background-color: white;
  display: inline-block;
  flex: 100 0 auto;
  margin-bottom: 8px;
  margin-top: 8px;
  order: 3;
}

#topbar_user_buttons {
  display: inline-block;
  float: right;
  margin-left: 12px;
  margin-right: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  order: 4;
}

.top_space {
  margin-top: 22px;
}

.ttp_header {
  background-color: #2f4858;
  color: white;
  padding-left: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.ttp_header_label {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
  margin-top: 22px;
}

.ttp_id_div {
  grid-column: 1;
}

.ttp_name_div {
  grid-column: 2;
}

.ttp_none {
  margin-top: 4px;
  padding-left: 8px;
}

.ttp_comment_div {
  grid-column: 3;
}

.ttp_first_seen_div {
  grid-column: 4;
}

.ttp_last_seen_div {
  grid-column: 5;
}

.ttp_row_div {
  display: grid;
  column-gap: 10px;
  grid-template-columns: 127px 3fr 3fr 1fr 1fr;
  padding-left: 8px;
}

.ttp_row_div_stripped {
  background: #F5F7FF;
}

.ttp_table_header {
  font-weight: bold;
  margin-top: 3px;
  margin-bottom: 3px;
}

.ttp_tactic {
  font-size: 1rem;
  margin-bottom: 12px;
}

.ui-tooltip {
  white-space: pre-line !important;
}
