.list-group-item {
		position: relative;
		display: block;
		padding: .75rem 1.25rem;
		background-color: transparent;
		border: 1px solid #9c9898;
	}

	a.list-group-item {
		color: #fff;
	}

	.list-group{
		background: rgba(0,0,0,0.3);
	}

	.side_bar article{
		border-bottom: solid 1px #f8f9fa87;
	}
	
	.side_bar a {
		color: #fff;
	}

  .blue-background{
    background-color: rgba(1, 4, 136, 0.9);
  }