.mf_stockChart .buttons {
	height: 26px !important;
}

.mf_stockChart .rangeSelector {
	height: 26px !important;
}

.fa.fa-calendar-alt {
	width: 23px !important;
}

.mf-table {
	border-collapse: collapse;
	border: none;
	width: 100%;
}

.mf-table td {
	border: none;
	background-color: unset !important;
}

.mf-table th {
	border: none !important;
	background-color: rgb(184, 230, 193);
}

.mf-table th:first-child {
	border-radius: 10px 0 0 10px;
}

.mf-table th:last-child {
	border-radius: 0 10px 10px 0;
}

.mf-widget,
.mf-owner-list {
	width: 100% !important;
}

.top-ticker * {
	margin: 0px 10px;
	display: flex;
}

.top-ticker .ticker-color-negative {
	color: #F76848;
}

.top-ticker .ticker-triangle-positive {
	width: 0;
	height: 16px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 8px solid black;
	margin-left: 20px;
}

.top-ticker .ticker-triangle-negative {
	width: 0;
	margin-top: 10px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 8px solid #F76848;
	margin-left: 30px;
}

.top-ticker .ticker-divider {
	height: 4px;
	width: 4px;
	background-color: #26B275;
	border-radius: 50%;
	display: inline-block;
	align-self: center;
	margin: 0 30px;
}

.top-ticker {
	width: 100%;
	position: absolute;
	padding: 10px;
	left: 0;
	background-color: #B8E6C1;
	overflow: hidden;
}

.top-ticker-section1,
.top-ticker-section2 {
	display: flex;
	justify-content: center;
	background-color: #B8E6C1;
}


.top-ticker-section2 {
	position: absolute;
	top: 10px;
	left: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	display: none;
	background-color: #B8E6C1;
}


@media only screen and (max-width: 1100px) {
	.top-ticker-section1 {
		width: 1100px;
		-webkit-animation-iteration-count: infinite;
		animation-iteration-count: infinite;
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
		-webkit-animation-name: ticker;
		animation-name: ticker;
		-webkit-animation-duration: 10s;
		animation-duration: 10s;
	}

	.top-ticker-section2 {
		display: flex;
		width: 1100px;
		-webkit-animation-iteration-count: infinite;
		animation-iteration-count: infinite;
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
		-webkit-animation-name: ticker2;
		animation-name: ticker2;
		-webkit-animation-duration: 10s;
		animation-duration: 10s;
	}

	@-webkit-keyframes ticker {
		0% {
			-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
			visibility: visible;
		}

		100% {
			-webkit-transform: translate3d(-100%, 0, 0);
			transform: translate3d(-100%, 0, 0);
		}
	}

	@-webkit-keyframes ticker2 {
		0% {
			//-webkit-transform: translate3d(-100%, 0, 0);
			//transform: translate3d(-100%, 0, 0);
			//visibility: visible;
			//left: 100%;
			-webkit-transform: translate3d(100%, 0, 0);
			transform: translate3d(100%, 0, 0);
		}

		100% {
			//-webkit-transform: translate3d(0, 0, 0);
			//transform: translate3d(-100%, 0, 0);
			//left: 0;
			-webkit-transform: translate3d(0, 0, 0);
			transform: translate3d(0, 0, 0);
		}
	}

}

#mfn-owner-list-container .mf-owner-list {
	overflow: scroll;
}

#mfn-insider-positions-container .mf-insider-positions {
	overflow: scroll;
}