/*
* This file provides some basic styles for the user account screen notes view
*
* You can overload this file by moving it as a copy to your theme directory or
* simply add your styles to your themes stylesheets
*
* @package BuddyNotes
* @version buddynotes 1.0
*/


/*__ form elements __*/
#buddynotes-profile form textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	overflow: auto;	
	resize: vertical;/* or horizontal, both, none */	
	width: 100%;
	}
#buddynotes-profile form #member-notes-submit {
	margin-top: 5px;
	}
#buddynotes-profile  span.ajax-loader {
	padding-left: 10px;
	}
span.ajax-loader img {
	-moz-box-shadow: none;
 -webkit-box-shadow: none;
	box-shadow: none;
	}
/*__ Member-stats __*/

#buddynotes-member-stats {
	margin-top: 1em;
	}
#buddynotes-member-stats li {
	margin-left: 0;
	list-style-position: inside;
	}