#main { margin-top: 80px; }
h4 .label { margin-bottom: 14px; display:inline-block; margin-left:10px;}

.stack-def { padding: 12px; width:300px; display:inline-block; margin-bottom: 22px; margin-left:12px; text-align:left;}
.stack-defs a {    }
.notify-me { margin-top: -8px;}



.typeahead,
.tt-query,
.tt-hint {



  outline: none;
}

.twitter-typeahead { width:100%;}

.typeahead {
  background-color: #fff;
}

.typeahead:focus {
  border: 2px solid #0097cf;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999
}

.tt-menu {
  width: 422px;
  margin: 12px 0;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.category-panels {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.category-panels .panel {
  min-height: 230px;
  
  width: 30%;
}

.tt-menu h3 { margin-left: 8px; margin-top:0px; border-bottom:1px solid #f1f1f1; padding: 8px; color:#ccc;}

img.logos { margin: 20px; }

.tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0097cf;

}

.tt-suggestion p {
  margin: 0;
}

#main h5 { font-weight: 100; word-break:break-word; }
#main h4 { word-break: break-word; }



#addToStackBtn { margin-top:-5px; }

@media (max-width: 640px) {
  .pimgs img {
    margin-right: 15px;
  }
  .pimgs { 
    float: none !important;
    margin: 15px 0px;
    text-align: right;
  }
}

.score_bg_critical, .score_bg_high, .score_bg_low, .score_bg_medium {
  padding: 8px;
  color:white;
  
  width: 80px;
}
.score_bg_low {
  background-color:black;
}
.score_bg_medium {
  background-color:DarkOrange;
}
.score_bg_high, .score_bg_critical {
  background-color:red;
}

td.vuln-prod {
  vertical-align: middle !important;
}
img.prod {
  max-width: 48px;
  max-height: 48px;
  filter: grayscale(1);
}

.p-4 {
  padding: 1rem !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-4 {
  padding: 0.75rem !important;
}

footer { margin-top: 40px; border-top: 1px solid #f1f1f1; padding-top: 20px;}

.panel-watch .panel-body {
  min-height: 180px;
}
.panel-watch .panel-body img { margin-bottom: 12px; }

#disclaimer { font-size: 10px; display:block; margin-top: 20px;}

#nav_upgrade .btn-default { border-color: #4582ec;}
.button_appear {
  animation: fadeIn 5s;
}
@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}