.starter-template {
  padding: 3rem 1.5rem;
  text-align: center;
}
.card-header {
	font-weight:bold;
}
.indicators {
  /*position: absolute;
  right: 0;
  bottom: 0;
  left: 0;*/
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 160px;
  height: 12px;
  margin-right: 14px;
  margin-left: 3px;
  text-indent: -999px;
  /*cursor: pointer;*/
  background-color: #007bff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .indicators li {
    transition: none;
  }
}

.indicators .active {
  opacity: 1;
}
.footer {
	background-color:#031337;
	color:#fff;
	font-size:0.825rem;
}
.table {
    color: #333;
}
.table-bordered {
    border: 1px solid #ddd !important;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
table {
    background-color: transparent;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.table > thead > tr > th {
    background-color: #333;
    color: #fff;
}
.table > tbody > tr {
    background-color: #fff;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}