@keyframes l1 {
    0% {background-position: right}
}

@media screen and (max-width: 600px) {
  #ads {
    width: 100%
  }

  #main_container {
    width: 100%;
  }

  .published_span {
    display: inline-block;
    margin-right: 10px;
    width: 100%;
  }
}

@media only screen and (max-width: 799px) {
  #ads {
    width: 100%
  }

  #info_panels {
    width: 100%;
  }

  #inner_main {
    box-sizing: border-box;
    color: #424141;
    height: 100%;
    margin-bottom: 100px;
    margin-top: 50px;
    padding-top: 20px;
    padding-left: 6px;
    width: 100%;
  }

  #main_container {
    width: 100%;
  }

  .matrix_cell {
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    height: 20px;
    width: 10px;
  }

  .matrix_cell_label {
    font-size: 10px;
    font-weight: normal;
  }

  .matrix_cell_label_y {
    font-size: 16px;
    font-weight: normal;
    margin-right: 1px;
    width: 0.7em;
    overflow: hidden;
    font-family: monospace;
  }

  .news_item_tags {
    font-size: 0.9rem;
    margin-bottom: 12px;
    margin-top: 2px;
    width: 100%;
    overflow: hidden;
  }

  .threat_field_label {
    font-weight: bold;
    margin-bottom: 8px;
  }

  .threat_field_row {
    font-size: 16px;
  }

  .threat_field_text {
    padding-bottom: 1px;
    text-overflow: ellipsis;
  }

  #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%
  }

  #topbar_logo_text {
    color: white;
    display: inline-block;
    float: left;
    font-size: 16px;
    margin-left: 6px;
    margin-right: 6px;
    margin-top: 6px;
    order: 2;
  }

  .threat_news_div {
    margin-bottom: 8px;
  }

  .ttp_comment_div {
    grid-column: 3;
    overflow: hidden;
  }

  .ttp_row_div {
    display: grid;
    font-size: 14px;
    column-gap: 10px;
    grid-template-columns: 90px 3fr 0px 1fr 1fr;
    padding-left: 8px;
  }

  .ttp_table_header {
    font-weight: bold;
    margin-top: 3px;
    margin-bottom: 3px;
  }
}

@media only screen and (min-width: 800px) {
  a.tag_link {
    color: white;
    text-decoration: none;
  }

  a.tag_link:visited {
    color: white;
    text-decoration: none;
  }

  #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_container {
    display: flex;
    max-width: 98%;
  }

  .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_item_tags {
    font-size: 0.9rem;
    margin-bottom: 5px;
    margin-top: 2px;
    width: 100%;
    height: 1.9em;
    overflow: hidden;
  }

  .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_info_panel1 {

  }

  #threat_info_panel2 {
    margin-left: 8px;
  }

  #threat_info_panels {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 60% 40%;
    width: 100%;
  }

  #threats_footer {
    height: 50px;
  }

  #threat_info_panel3 {
    width: 100%
  }

  #topbar_logo_text {
    color: white;
    display: inline-block;
    float: left;
    font-size: 22px;
    margin-left: 12px;
    margin-right: 22px;
    margin-top: 10px;
    order: 2;
  }

  .ttp_comment_div {
    grid-column: 3;
  }

  .ttp_row_div {
    display: grid;
    column-gap: 6px;
    grid-template-columns: 127px 3fr 3fr 1fr 1fr;
    padding-left: 8px;
  }

  .ttp_table_header {
    font-weight: bold;
    margin-top: 3px;
    margin-bottom: 3px;
  }
}

@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.ad_card {
  text-decoration: none;
}

a.ad_text {
  text-decoration: none;
}

a.card-link {
    text-decoration: none;
}

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%;
}

#ads {
  flex: 0 0 230px;
  padding 8px;
}

#ad_card {
  border: 1px solid #333333;
  font-size: 15px;
  padding: 12px;
  text-decoration: none;
}

#ad_card_id {
  background: #2f4858;
  color: white;
  font-size: 15px;
  height: 18px;
  padding-top: 4px;
  padding-right: 4px;
  padding-bottom: 4px;
  padding-left: 8px;
}

.ad_card_title {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
}

.ad_text, .ad_text:hover {
  color: #424141;
  text-decoration: none;
}

#header_main {
  font-weight: 600;
  font-size: 2.0rem;
}

.incident_date {
    font-family: Anonymous Pro;
    margin-right: 10px;
    width: 75px;
}

.info_news_title {
  overflow: hidden;
  text-overflow: ellipsis;
  height: 1.3em;
}

.info_news_second_row {
  height: 20px;
  margin-bottom: 2px;
  margin-top: 3px;
  overflow: hidden;
}

.loading {
  animation: l1 1s infinite linear;
  background: linear-gradient(90deg,#0001 33%,#ffffff54 50%,#0001 66%) #f9f9f9;
  background-size: 300% 100%;
  border: none !important;
}

#main {
  display: block;
  overflow-x: clip;
  height: 100%;
  width: 100%;
}

#news {
  display: grid;
  height: 100%;
  padding-right: 8px;
}

#news_container {
  margin-top: 18px;
  flex: 1;
}

.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_tag {
  background-color: #2f4858;
  border-radius: 4px;
  color: white;
  display: inline-block;
  padding-bottom: 1px;
  padding-left: 4px;
  padding-right: 4px;
  margin-right: 4px;
  margin-top: 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_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 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_first_seen_div {
  grid-column: 4;
}

.ttp_last_seen_div {
  grid-column: 5;
}

.ttp_row_div_stripped {
  background: #F5F7FF;
}

.ttp_tactic {
  font-size: 1rem;
  margin-bottom: 12px;
}

.ui-tooltip {
  white-space: pre-line !important;
}
