@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap');
body {
  font-family: 'Source Sans Pro',sans-serif;
  font-size: 16px;
}
#tag-cloud {
  width: 100%;
  height: 550px;
  border: 1px solid #ccc;
  background-color:#fff;
  border-radius: 0.25rem;
}
.bg-dark {
  background-color: #0F264F!important;
}
.main-container {
  margin-top: 44px;
}
.btn-primary {
  color: #fff;
  background-color: #b0896a;
  border-color: #b0896a;
  border-radius: 0.25rem;
}
.btn-primary:hover {
  background-color: #178581;
  border-color: #178581;
}
.data-box {
  padding: 15px 10px;
  margin-bottom: 20px;
  background-color: #eee;
  border-radius: 0.25rem;
}
.cust-btn {
  padding: 10px;
  background-color: #b0896a;
  border-color: #b0896a;
  text-align: center;
  border-radius: 0.25rem;
}
.cust-btn:hover {
  background-color: #178581;
  border-color: #178581;
}
.cust-btn a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
.section {
  display: none;
}
.section ul {
  padding: 0;
}
.section li {
  padding: 5px;
  background-color: #888;
  margin: 10px 0;
  list-style: none;
}
.section li a {
  color: #fff;
  text-decoration: none;
}
.footer {
  background-color: #736e6a;
  min-height: 80px;
  margin-top: 10px;
  color: #fff;
  /* position: absolute;
  bottom: 0; */
}

.ribbon {
  background-color: #fff;
  padding: 2px;
  width: 60px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  top: 7px;
  right: -11px;
  font-size: 14px;
  text-align: center;
  float: right;
  color: #aaa;
  border-bottom: 1px solid #aaa;
}

.ribbon1 {
  float: right;
}
.ribbon1 img {
  width: 36px;
}

#data h6 {
  margin-bottom: 20px;
}
.data-box h5 {
  color: #0F264F;
  font-weight: bold;
  width: 75%;
}

#filters {
  list-style: none;
  padding: 0;
  /* border: 2px solid #0F264F;
  padding: 10px; */
}
#filters a {
  color: #fff;
  text-decoration: none;
  background: #178581;
  padding: 5px;
}
#filters a:hover {
  background-color: #fff;
  color: #178581;
}
#filters li {
    margin-right: 10px;
    margin-bottom: 15px;
    float: left;
}

#selected-filters {
  margin: 20px 0;
}
#selected-filters span {
  background-color: #178581;
  padding: 5px;
  color: #fff;
}
#selected-filters span.remove a{
  color: #fff;
  text-decoration: none;
}

#esummary {
  padding: 10px;
}

span.remove {
    margin-right: 10px;
}

.definition {
  border: 3px solid #178581;
  padding: 5px;
}

a.got-link {
  color: #178581;
  text-decoration: none;
}

ul#got-top {
  width: 100%;
  padding: 0;
  text-align: center;
  display: table;
}

ul#got-top li {
  list-style: none;
  display: table-cell;
  width: auto;
  max-width: 100px;
  min-width: 11px;
}

ul#got-top li a {
  color: #178581;
  text-decoration: none;
  font-weight: bold;
}

.got-card {
  padding: 0;
  margin: 0 5px 10px 0;
}


@media only screen and (min-width: 768px) {
  .main-container {
    min-height: 600px;
  }
}
