
/*	
	======================================================================

	stylesheets/public/text.css

	======================================================================
	Linda Werner & Associates PHP Library Component
	Copyright 2017 Linda Werner & Associates
	======================================================================
*/

	.body_text:not(:last-child) {
	
		margin-bottom: 20px;
	}
	
	.title {

		font-size: 150%;
		font-weight: bold;
		text-align: right;	
	}
	
	.text {
	
		margin-top: 40px;
		padding: 20px 40px 20px 10%;
		margin-left: 5%;

		color: white;
		background-color: #00A2A1;
	}
	
	.text_right {  
	
		margin-left: auto;
		margin-right: 5%;
		padding: 20px 10% 20px 40px;
	}
	
	.text_red {  
	
		margin-left: 0;
		background-color: #F7001A;  
	}
	
	.text_width_10 {  width: 10%;  }
	.text_width_20 {  width: 20%;  }
	.text_width_30 {  width: 30%;  }
	.text_width_40 {  width: 40%;  }
	.text_width_50 {  width: 50%;  }
	.text_width_60 {  width: 60%;  }
	.text_width_70 {  width: 70%;  }
	.text_width_80 {  width: 80%;  }
	.text_width_90 {  width: 90%;  }
