@import url("global.css");
.blog-meta {
  color: #AAA;
  text-transform: uppercase;
  font-size: 0.85em;
  margin: 20px 0;
  height: 40px;
  line-height: 40px;
}
.blog-meta a {
  margin-left: 10px;
}
.blog-meta .photo {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-size: cover;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
}
.blog-meta .author {
  display: inline-block;
  font-weight: bold;
  margin-right: 10px;
}
.news-nbr {
  position: absolute;
  top: 0px;
  font-size: 30px;
  color: #000;
  padding: 10px;
  border-bottom: 2px solid #E0061B;
}
table {
  width: 100%;
  border: 15px solid #ddd;
}
table td,
table th {
  padding: 3px 10px;
}
table td {
  border-top: thin solid #ddd;
}
table th {
  border-bottom: thin solid #ddd;
}
@media (max-width: 767px) {
  .carousel-inner .active.left {
    left: -100%;
  }
  .carousel-inner .next {
    left: 100%;
  }
  .carousel-inner .prev {
    left: -100%;
  }
  .active > div {
    display: none;
  }
  .active > div:first-child {
    display: block;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .carousel-inner .active.left {
    left: -50%;
  }
  .carousel-inner .next {
    left: 50%;
  }
  .carousel-inner .prev {
    left: -50%;
  }
  .active > div {
    display: none;
  }
  .active > div:first-child {
    display: block;
  }
  .active > div:first-child + div {
    display: block;
  }
}
@media (min-width: 992px) {
  .carousel-inner .active.left {
    left: -16.6%;
  }
  .carousel-inner .next {
    left: 16.6%;
  }
  .carousel-inner .prev {
    left: -16.6%;
  }
}
