.thumbnail {
  display: block;
  padding: 4px;
  line-height: 24px;
  border: 1px solid #ddd;
    border-top-color: rgb(221, 221, 221);
    border-right-color: rgb(221, 221, 221);
    border-bottom-color: rgb(221, 221, 221);
    border-left-color: rgb(221, 221, 221);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
  box-shadow: 0 1px 3px rgba(0,0,0,0.055);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sst-title.active {
  background-color: #063c63;
  border-bottom-color: white;
}
.sst-title {
  background-color: inherit;
  float: left;
  border: 1px solid #ddd;
  border-bottom-color: rgb(221, 221, 221);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin-right: 2px;
  cursor: pointer;
  padding: 9px 16px;
  transition: 0.3s;
}
.sst-content {
  display: none;
  padding: 6px 12px;
  background-color: white;
  color:#000;
  border: 1px solid #ccc;
  margin-top: -1px;
  margin-bottom: 1em;
}
.uk-scope .uk-h4, .uk-scope h4{
  font-size: 20px;
  line-height: 1.4;
  color: #fff;
}
.uk-scope a {
  color: #032e4d;
}