#search-container {
  padding-top: 8px;
  padding-bottom: 6px;
  margin-left: 10px;
  position: relative;
}

#search-container input {
  width: 350px;
}


#search-container #results-container {
  position: absolute;
  width: 350px;
  background-color: white;
  border: 1px solid #eee;
  padding: 10px;
  list-style: none;
}

#search-container #results-container:empty {
  background-color: transparent;
  border-color: transparent;
}

#search-container #results-container li {
  padding: 4px;
}

#quay-logo {
  width: 110px;
  -webkit-filter: none;
  background-image: url(https://quay.io/static/img/quay-logo.png);
  background-size: cover;
  margin-top: 12px; 
  margin-right: 10px;   
}

h3 {
  margin-top: 50px !important;
}

.article-image {
  text-align: center;
  margin-top: 30px;
}

p.note {
  margin: 10px;
  padding: 6px;
  background: #FFF7BD;
}

pre.dockerfile-example {
  margin-bottom: 20px;
  position: relative;
}


pre.command-example {
  margin-top: 20px;
  position: relative;
  min-height: 50px;
  padding: 4px;
  padding-left: 10px;
}

pre.command-example:after {
  content: "Example";
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 6px;
  background: #f2f8fc;
}

pre.command-example:before {
  content: "\f120";
  font-family: "FontAwesome";
  font-size: 16px;
  margin-right: 6px;
  color: #999;
}

.page-title {
  margin-bottom: 30px;
  font-weight: bold;
}

.index .page-title:before {
  width: 0px;
}

table {
  width: 100%;
  border: 1px solid #ebebeb;
}

th {
  font-weight: 500;
  padding: 4px;
}

td {
  border: 1px solid #ebebeb;
  font-weight: 300;
  padding: 4px;
  text-align: center;
}

.event-icon, .method-icon {
  margin-right: 10px;
}

.event-description, .method-description {
  margin-top: 6px;
  margin-bottom: 20px;
}

pre.event-data {
  margin-top: 20px;
  position: relative;
  padding-top: 40px;
}

pre.event-data:after {
  content: "Webhook Data";
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 6px;
  background: #ccc;
}

.entity-icon {
  margin: 4px;
}

pre.event-data .event-specific-data {
  color: green;
}

pre.event-data .event-really-specific-data {
  color: #3a87ad;
}

i.flowdock-icon {
  background-image: url(https://quay.io/static/img/flowdock.ico);
  background-size: 16px;
  width: 16px;
  height: 16px;
}

i.hipchat-icon {
  background-image: url(https://quay.io/static/img/hipchat.png);
  background-size: 16px;
  width: 16px;
  height: 16px;
}

i.slack-icon {
  background-image: url(https://quay.io/static/img/slack.ico);
  background-size: 16px;
  width: 16px;
  height: 16px;
}

.screenshot {
  margin: 10px;
  margin-top: 30px;
  padding: 10px;
  border: 1px solid #eee;
  max-width: 100%;
}

i.tab-icon {
  margin-right: 6px;
}

.tab-reference {
  white-space: nowrap;
  padding: 2px;
  border: 1px solid #DDE7ED;
  background-color: #e8f1f6;
  padding-left: 6px;
  padding-right: 6px;
}
