/* .label-primary {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  color: #fff;
  border-radius: .25em;
  background: #36bc9b;    
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  font-style: italic;
  font-family: "Lato", Helvetica, Arial, sans-serif;
}

.label-danger {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  color: #fff;
  border-radius: .25em;
  background: #E74C3C;    
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  font-style: italic;
  font-family: "Lato", Helvetica, Arial, sans-serif;
} */

.article em {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  color: #fff;
  border-radius: .25em;
  background: #34495E;    
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  font-style: italic;
}

.article strong {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  color: #fff;
  border-radius: .25em;
  background: #36bc9b;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  font-style: italic;
}

/* .article code {
  background-color: #777;
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
} */

.article img {
  border: 1px solid #ddd;
  border-bottom: 3px solid #999999;
  border-radius: 5px;
}
.article table {
  font-size: 14px;
}