.st{
    max-width:80px;
    margin:auto
}
.fa-plus{
    color: #9c2e38;
}
.bow{
    color: #9c2e38; 
}
/*--------------------------*/
.fa-check{
    background-color:black !important;
    color:white;
}
/*-----------------------*/
ul li a.active {
	background-color: #9c2e38;
	color: white !important;
  }
  .list-group-item {
	padding: 10px;
	background-color: #fcfcfc;
  }
  * {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
  }
  p {
	color: #88818b;
  }
  h2 {
	font-weight: bold;
  }
  h3{
	text-transform:none !important;
  }