.overlay.overlay--colored {
	background-color: rgba(0, 0, 0, 0.2);
}

.messages--status {
    background: #e66300;
}

div.col-md-4:nth-child(n) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > span:nth-child(1) {
  background-color: rgba(0, 0, 0, 0.6);
}


