.fusion-tabs .nav-tabs li .tab-link {
min-height: 60px;
}
.fusion-tabs .nav-tabs > li .fusion-tab-heading {
line-height: 20px !important;
}
.single .post ul {
list-style-position: outside;
margin: 0px;
padding: 0px 0px 0px 20px;
text-align: justify;
line-height: 22px;
}
.single .post li {
margin-bottom: 14px;
}
.single .post {
float: right;
width: 54%;
}
.single .post h2 {
font-size: 30px !important;
line-height: 36px !important;
margin-bottom: 16px;
}
#main .post h2 {
line-height: 18px !important;
margin-bottom: 20px; 
}
@media only screen and (max-width: 800px) {
.single .post {
width: 100%;
}
.single .post ul {
margin: 0px 0px 0px 20px;
}
}