.blog-details-article {
  max-width: 900px;
}

.content {
  padding: 20px;
}

.caption {
  text-align: center;
  color: #b3b3b3;
}

.note {
  color: #666;
  font-size: 12px;
  margin: 0 0 15px 0;
  padding: 5px 10px;
  border-radius: 3px;
}

ol {
  color: #900;
  font-size: 14px;
  font-weight: normal;
  padding: 0 0 9px 25px;
}

.ui-btn {
  padding: 5px 10px;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  color: #111 !important;
  text-decoration: none !important;
  text-transform: uppercase;
  font-size: 12px;
  border: none;
  color: #fff !important;
  background-color: #900;
  display: inline-block;
  zoom: 1;
  background-color: #900;
  background-repeat: repeat-x;
  background-image: linear-gradient(#cc0000, #660000);
  border-radius: 2px;
  box-shadow: rgba(0, 0, 0, 0.8) 0 1px 2px, rgba(255, 255, 255, 0.5) 0 1px 1px inset;
  text-shadow: rgba(255, 255, 255, 0.3) 1px 1px 0;
  font-weight: 400;
  font-style: normal;
}

.ui-btn.dark {
  color: #b3b3b3 !important;
  background-color: #333;
  background-color: #333;
  background-repeat: repeat-x;
  background-image: linear-gradient(#4d4d4d, #1a1a1a);
  box-shadow: rgba(0, 0, 0, 0.8) 0 1px 2px, rgba(255, 255, 255, 0.2) 0 1px 1px inset;
  text-shadow: rgba(0, 0, 0, 0.8) -1px -1px 0;
}

.center {
  text-align: center;
}

.box {
  overflow: auto;
  padding: 10px;
  margin-bottom: 15px;
}

.box.dark {
  /* border-top: 1px solid #4d4d4d; */
  background-color: #333;
  /* background-image: linear-gradient(bottom, #1a1a1a 0%, #2b2b2b 100%); */
  /* box-shadow: rgba(0, 0, 0, 0.8) 0 1px 2px; */
}
