/*!
 * Custom styles to overwrite bootstraps default css
 */
/* Carousel base class */
.carousel {
  margin-bottom: 10px;

  /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
  /* margin-top: -90px;*/
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 200px;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 200px;
}
.nav-tabs > li, .nav-pills > li {
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
     zoom:1; /* hasLayout ie7 trigger */
}

.nav-tabs, .nav-pills {
    text-align:center;
}
.tabwidth {
  width: 52px;
}
.tabwidth_lg {
  width: 100px;
}
.nobullets {
  list-style: none;
  padding:0; 
  margin:0;
}
.table-bordered td {
  text-align: center;
}
.costtd {
  min-width: 50px;
  background-color: #eeeeee;
}
.fulltd {
  background-color: #ff0000;
}
.availabletd {
  background-color: #00b200;
}
.unavailabletd {
  color: #bbbbbb;
}
.limitedtd {
  background-color: #33ddff;
}
.strike {
  text-decoration: line-through;
}
.inverse {
  background-color: #222222;
  border-color: #080808;
  color: #eeeeee;
}