/* 

CUSTOM STYLESHEET
---------------------

Instructions:

.content{
text-align: justify;}

<section class="aside">
        <h2><?php _e('The Issue', 'tfuse'); ?>:</h2>
        <p><?php echo tfuse_page_options('issue', null, $post->ID ); ?></p>

        <h2><?php _e('The Result','tfuse'); ?>:</h2>
        <p><?php echo tfuse_page_options('result', null, $post->ID ); ?></p>
    </section>

*/

