/* Start custom CSS */.post-data p 
{
    text-align: justify;
}
@media (min-width: 600px)
{
    .tab-inner-wrapper
{
    background: #E54945;
}
.tab-inner-wrapper .tab-anchor-wrapper h2 a{
    color: white !important;
}
.tab-inner-wrapper .tab-anchor-wrapper h2 a:hover
{
    color: #8ed1fc !important;
    border: 0;
    font-weight: normal;
}
}

.content p
{
    text-align: justify !important;
}
.entry-header
{
    padding-left: 1em !important;
    padding-right: 1em !important;
}/* End custom CSS */