
		  .fas{ padding:0px 10px;}
		  
		  .tallTextarea{
			  min-height:140px;
		  }
		  .row{
			  margin-top:20px;
		  }
		  .text-999{
			  color:#999;
		  }
		  
		  span.mainBall{
			  font-weight:bold;
			  font-size:1em;
			  min-width:30px !important;
			  min-height:30px !important;
			  width:30px !important;
			  height:30px !important;
			  text-align:center;
			  border:1px solid #000;
			  line-height:28px;
			  margin:5px;
			  display:inline-block;
			  float:left;
			  -webkit-border-radius: 15px;
				-moz-border-radius: 15px;
				border-radius: 15px;
			  box-sizing: border-box;
		  }
		  
		  span.powerBall{
			background:#e30934;
			  color:#fff;
			  font-weight:bold;
			  font-size:1em;
			  
			  min-width:30px !important;
			  min-height:30px !important;
			  width:30px !important;
			  height:30px !important;
			  
			  text-align:center;
			  border:1px solid #000;
			  line-height:28px;
			  margin:5px;
			  	display:inline-block;
float:left;
			  -webkit-border-radius: 15px;
				-moz-border-radius: 15px;
				border-radius: 15px;
			  box-sizing: border-box;
}