/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/

#myBar {
	width: 0%;
	height: 20px;
	background-color: #22b355;
	text-align: center; /* To center it horizontally (if you want) */
	line-height: 30px; /* To center it vertically */
	color: white; 
	margin-bottom: 30px;
  }
  .myProgress{
	
  }


