/*

	Theme Name: Koala
	Theme URI: http://ecko.me/themes/wordpress/koala/
	Description: Koala Theme for WordPress developed by EckoThemes.
	Author: EckoThemes
	Author URI: http://ecko.me/
	Version: 2.2.1
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Tags: white
	Text Domain: koala

*/

@import 'assets/css/theme.min.css';

.post-contents p, .post-contents ul, .post-contents ol {
    font-size: 16px;
    line-height: 24px;
    margin: 33px 0;
    color: rgb(46, 49, 55);
}

a {
   color: #009FFF;
}
.post-contents a {
      color: #009FFF;
}  
.post-author-profile .inner{
    max-width: 100%;
    text-align: justify;
}
.page-content {
    padding: 25px 0;
}