.title_skeditor {
  font-size: 26px;
  white-space: normal;
  line-height: 32px;
  font-weight: bold;
}

.subtitle_skeditor {
  overflow: hidden;
  color: #000;
  font: 15px/19px PT_Sans;
  font-weight: bold;
  display: block;
}

.bold {
  font-weight: 600;
}

.italic {
  font-style: italic;
}

.uppercase {
  text-transform: uppercase;
}

.silver_text {
  color: #7d7d7d;
}

.blue_text {
  color: #00ADEF;
}

.red_text {
  color: #c10101;
}

.blue_button {
  display: table;
  border-radius: 4px;
  color: #fff;
  background: #00adef;
  outline: none;
  box-shadow: none;
  padding: 5px 12px;
}

.link_default {
  color: #00ADEF;
  text-decoration: none;
}

.link_default:hover {
  color: #73d8ff;
  text-decoration: underline;
}

div.blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 15px 15px 15px 25px;
  padding: 10px;
  font-style: italic;
  quotes: "\201C""\201D""\2018""\2019";
}

div.blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 60px;
  line-height: 0px;
  margin-right: 15px;
  margin-left: -10px;
  vertical-align: -27px;
}

div.blockquote p {
  display: inline;
}