
.buttText {
	letter-spacing: 3px;
}
/* Rounds a 200px square image and puts an 8px white porder around it */	
.roundaBox200 {
border-radius: 50%;
width: 200px;
height: 200px;
border-style:solid;
border-width:8px;
border-color: #ffffff;
overflow: hidden;
}

.label {  
 	font-size: 12px;
	font-style: italic;
}
/* reduces bottom margin of progress Bars */
.progress {  
	margin-bottom: 0.5rem!important;
	}