h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}

h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

h5, h6 {
    font-weight: bold;
}

.page-content p {
    margin-bottom: 15px!important;
    text-align: justify;
}

.page-content p.main-authorinfo {
    text-align: right;
}

p strong {
    font-weight: bold;
}

p em {
    font-style: italic;
}

.trainer_info {
    border-left: solid 4px #FF6400;
    padding: 0px;
    padding-left: 30px;
    margin-bottom: 40px;
}

.trainer_info a.thumb {
    display: block;
    background-position: center center;
    background-size: cover;
    border-radius: 50%;
    float: right;
    height: 100px;
    width: 100px;
}

.trainer_info .info {
    float:left;
    margin-right: 30px;
    width: 400px;
}
.trainer_info .name {
    color: #FF6400;
    font-size: 20px;
    margin-bottom: 10px;
}
.trainer_info p{
    margin: 0!important;
    text-align: left!important;
    display: block;
    font-size: 13px;
    margin-bottom: 10px;
}

.trainer_info .name a {
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}

.trainer_info p.link {
    text-align: left!important;
    font-size: 13px;
    color: #ff8600;
}

.trainer_info p.link a {
    text-decoration: none;
}
.trainer_info p.link a:hover {
    text-decoration: underline;
}