/*the container must be positioned relative:*/
/* line 2, ycg-with-autocomplete.scss */
.autocompleteBS {
  position: relative;
}

/* line 6, ycg-with-autocomplete.scss */
.autocompleteBS-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /* position the autocomplete items to be the same width as the container: */
  top: 100%;
  left: 0;
  right: 0;
}

/* line 18, ycg-with-autocomplete.scss */
.autocompleteBS-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}

/*when hovering an item:*/
/* line 26, ycg-with-autocomplete.scss */
.autocompleteBS-items div:hover {
  background-color: #e9e9e9;
}

/*when navigating through the items using the arrow keys:*/
/* line 31, ycg-with-autocomplete.scss */
.autocompleteBS-active {
  background-color: #d4d4d4 !important;
  color: #ffffff;
}

/* line 36, ycg-with-autocomplete.scss */
body,
.card {
  background-color: #fafafa;
}

/* line 41, ycg-with-autocomplete.scss */
a:link,
a:visited {
  color: #23527c;
  font-weight: 600;
  text-decoration: none;
}

/* line 48, ycg-with-autocomplete.scss */
a:hover,
a:focus {
  color: #337ab7;
  text-decoration: underline;
}

/* line 54, ycg-with-autocomplete.scss */
.btn:hover {
  text-decoration: none;
}

/* line 58, ycg-with-autocomplete.scss */
.btn-outline-primary {
  background-color: #fff;
  border-color: #23527c;
}

/* line 63, ycg-with-autocomplete.scss */
#site-header {
  background-color: #3265BC;
}

/* line 67, ycg-with-autocomplete.scss */
#site-header img {
  height: 50px;
}

@media only screen and (min-width: 800px) {
  /* line 72, ycg-with-autocomplete.scss */
  #site-header img {
    height: 100px;
  }
}
/* line 77, ycg-with-autocomplete.scss */
h1.title {
  color: #a50404;
  font-size: 1.5rem;
  font-weight: 700;
}

/* line 83, ycg-with-autocomplete.scss */
h2.subtitle {
  color: #000000;
  font-size: 1.1rem;
  font-weight: 700;
}

/* line 89, ycg-with-autocomplete.scss */
h2.card-header {
  border-bottom: 1px solid #a50404;
  border-top: 1px solid #a50404;
  color: #a50404;
  font-size: 1.2rem;
  font-weight: 700;
}

/* line 97, ycg-with-autocomplete.scss */
.now,
a.now {
  font-size: 0.8rem;
  font-weight: 600;
  color: #a50404;
}

/* line 104, ycg-with-autocomplete.scss */
a.amazon {
  position: relative;
  padding: 0px;
  display: inline-block;
  background: url("https://ycg.chakra42.net/images/Amazon.png");
  width: 55px;
  height: 18px;
}

/* line 113, ycg-with-autocomplete.scss */
a.tcgplayer {
  position: relative;
  padding: 0px;
  display: inline-block;
  background: url("https://ycg.chakra42.net/images/TCG-Logo.png");
  background-repeat: no-repeat;
  background-size: 58.4px 20px;
  width: 60px;
  height: 20px;
  margin-bottom: 5px;
}

/* line 125, ycg-with-autocomplete.scss */
a.ebay {
  position: relative;
  padding: 0px;
  display: block;
  background: url("https://ycg.chakra42.net/images/ebay-b.png");
  background-repeat: no-repeat;
  background-size: 59px 26px;
  width: 59px;
  height: 26px;
  margin-bottom: 3px;
}

@media (max-width: 576px) {
  /* line 138, ycg-with-autocomplete.scss */
  .flush {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
/* line 144, ycg-with-autocomplete.scss */
ol.twoCol,
ul.twoCol {
  height: auto;
  width: 100%;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

/* line 153, ycg-with-autocomplete.scss */
ul.fourCol {
  height: auto;
  width: 100%;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
}

/* line 161, ycg-with-autocomplete.scss */
ul.fiveCol {
  height: auto;
  width: 100%;
  -webkit-column-count: 5;
  -moz-column-count: 5;
  column-count: 5;
}

/* line 169, ycg-with-autocomplete.scss */
li.minTap a {
  display: inline-block;
  height: 30px;
  text-align: center;
  justify-content: center;
  width: 30px;
}

/* line 177, ycg-with-autocomplete.scss */
ul.multiCol {
  height: auto;
  width: 100%;
}
/* line 181, ycg-with-autocomplete.scss */
ul.multiCol li {
  padding-right: 10px;
}

/* line 185, ycg-with-autocomplete.scss */
ul.deckList {
  padding-left: 30px;
}

@media (min-width: 480px) {
  /* line 190, ycg-with-autocomplete.scss */
  ul.multiCol {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
@media (min-width: 576px) {
  /* line 198, ycg-with-autocomplete.scss */
  ul.multiCol {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (min-width: 768px) {
  /* line 206, ycg-with-autocomplete.scss */
  ul.multiCol {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
@media (min-width: 992px) {
  /* line 214, ycg-with-autocomplete.scss */
  ul.multiCol {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
}
/* line 223, ycg-with-autocomplete.scss */
.top:link, .top:visited {
  display: inline-block;
  color: #000;
  background-color: #fff;
  border-color: #007bff;
  float: right;
  font-size: 0.85rem;
  margin-right: 0;
  padding: 0.25rem 0.5rem;
  border-radius: 0.2rem;
  text-decoration: none;
}

/* Sticky Rail */
/* line 238, ycg-with-autocomplete.scss */
#RailSticky {
  height: auto !important;
  position: relative;
}

/* line 243, ycg-with-autocomplete.scss */
.stickyAd {
  position: fixed;
  top: 70px;
}

/* line 248, ycg-with-autocomplete.scss */
.stickyBottom {
  bottom: 20px;
  position: absolute;
}

/* line 253, ycg-with-autocomplete.scss */
a.external::after {
  content: "";
  width: 12px;
  height: 12px;
  margin-left: 6px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8.636 3.5a.5.5 0 0 0-.5-.5H1.5A1.5 1.5 0 0 0 0 4.5v10A1.5 1.5 0 0 0 1.5 16h10a1.5 1.5 0 0 0 1.5-1.5V7.864a.5.5 0 0 0-1 0V14.5a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h6.636a.5.5 0 0 0 .5-.5z'/%3E%3Cpath fill-rule='evenodd' d='M16 .5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h3.793L6.146 9.146a.5.5 0 1 0 .708.708L15 1.707V5.5a.5.5 0 0 0 1 0v-5z'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

/*# sourceMappingURL=ycg-with-autocomplete.css.map */
