﻿.single_title {
  font-size: 30px;
  color: #333;
  text-align: center;
  margin-bottom: 20px;
}
.single_sub_text {
  margin-bottom: 30px;
  color: #999;
  text-align: right;
}
.single_sub_text span {
  margin-right: 20px;
}
.single_sub_text img {
  margin-right: 10px;
}
.single-content {
  margin-bottom: 60px;
}
.single-content p {
  line-height: 2;
  margin-bottom: 30px;
  text-align: justify;
}
.single-content .aligncenter {
  margin: 0 auto;
  display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
  display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
  display: block;
}
.single_prev {
  color: #333;
  font-size: 18px;
  margin-bottom: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.single-content p>a{
  width: 140px;
  color: #fff;
  line-height: 2.8;
  text-align: center;
  background: #062986;
  display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
  display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
  display: inline-block;
  margin-bottom: 10px;
}
.single-content p {
  line-height: 2;
  margin-bottom: 30px;
  text-align: justify;
}
.single-content .aligncenter {
  margin: 0 auto;
  display: -webkit-box /* OLD - iOS 6-, Safari 3.1-6 */;
  display: -moz-box /* OLD - Firefox 19- (buggy but mostly works) */;
  display: block;
}
.single-content h1 {
  font-size: 2em;
  margin-bottom: 20px;
}
.single-content h2 {
  font-size: 1.5em;
  margin: 15px 0px;
}
.single-content h3 {
  font-size: 1.17em;
  margin-bottom: 20px;
}
.single-content h4 {
  font-size: 18px;
  margin-bottom: 20px;
}
.single-content h5 {
  font-size: 16px;
  margin-bottom: 20px;
}
.single-content h6 {
  font-size: 14px;
  margin-bottom: 20px;
}
.single-content strong {
  font-weight: bold;
}