body {
    background-color: white !important;
}

#head-systip {
	width: 200px;
	float: right;
    margin-top: 14px;
    color: #f08200;
	overflow: hidden;
}

#head-systip .systip-text:hover {
	animation-play-state: paused;
}

#head-systip .systip-text {
	animation: systip-animation 6s linear 0s infinite;
	position: relative;
	white-space: nowrap;
	float: left;
	display: inline-block;
}

#logo {
	background-color: transparent;
}

@keyframes systip-animation {
	from { left: 100%; }
	to { left: -400px; }
}

.d-e3-none {
	display: none !important;
}