/*Theme Name: Integrated Legal































Author: Biman Naskar.































Author URI: http://www.consultpuma.com































Version: 1.0































License: GNU General Public License v2 or later































License URI: http://www.gnu.org/licenses/gpl-2.0.html*/



    * {

        margin: 0;

        padding: 0;

    }

    

    .floatleft {

        float: left

    }

    

    .floatright {

        float: right

    }

    

    .alignleft {

        float: left;

        margin-right: 15px;

    }

    

    .alignright {

        float: right;

        margin-left: 15px;

    }

    

    .aligncenter {

        display: block;

        margin: 0 auto 15px;

    }

body {

    font-family: 'Encode Sans', sans-serif;

}

    /* Place your custom css code here */

textarea.form-control {
    height: 90px;
}