.date {
    margin-left: 15px;
    color: red;
    font-weight: bold;
    margin-right: 10px;
}
.ticker-container {
	/*height: 60px;*/
	width: 100%;
	/*text-align: center;*/
	position: relative;
	overflow: hidden;
	/*background-color: rgba(0,0,0,1);*/
	color: white;
	/*background-color: white;
	color: black;*/
	font-size: 1.1em;
	margin-bottom: 15px;
}
.ticker-container .ticker-caption {
	height: 50%;
	width: 100%;
	background-color: #EC0B43;
	display: table;
	position: absolute;
	color: white;
	font-size: 0.8em;
	z-index: 1;
	    background: #080d37;
    width: 20%;
    float: left;
    padding: 10px 0;
        padding-right: 0px;
    text-align: right;
}
}
.ticker-container .ticker-caption p {
	height: inherit;
	width: inherit;
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
}
.ticker-container ul {
	list-style: none;
	padding: 0;
	height: auto;
}
.ticker-container ul div {
	overflow: hidden;
	position: absolute;
	z-index: 0;
	display: inline;
	min-width: 100%;
	left: 0;
	height: 50%;
	transition: 0.25s ease-in-out;
}
.ticker-container ul div.ticker-active {
	top: 30px;
}
.ticker-container ul div.not-active {
	top: 70px;
}
.ticker-container ul div.remove {
	top: 0;
}
.ticker-container ul div li {
	padding: 10px 0 15px;
}

.ticker-container ul div li a {
    color: #333;
}
.ticker-container ul div li a:hover {
	color: #EC0B43;
}
@media (min-width: 500px) {
	.ticker-container {
		/*height: 30px;*/
		/*text-align: left;*/
	}
	.ticker-container .ticker-caption {
		height: 100%;
		/*width: 150px;*/
		/*background: url('./ticker-caption-bg.png');*/
	}
	.ticker-container .ticker-caption p {
		text-align: left;
		padding-left: 7px;
	}
	.ticker-container ul {
    margin-left: 20%;
    height: 100%;
    width: 80%;
}
	.ticker-container ul div {
		height: 100%;
		left: 20%;
	}
	.ticker-container ul div.ticker-active {
		top: 0;
	}
	.ticker-container ul div.not-active {
		top: 69px;
	}
	.ticker-container ul div.remove {
		top: -30px;
	}
}

@media (min-width: 768px) {
  .ticker-container {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .ticker-container {
    margin-bottom: 0;
  }
}