.flex-container-t {
	padding: 0 20px;
	margin: 0;
	background: #dfdfdf;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	height: 35px;
z-index: 10000;
position: relative;
}

.flex-item-t {
	color: white;
	display: flex;
	flex-direction: row;
	font-weight: 500;
	font-size: 13px;
	align-self: center;
}

.text-slog-t {
	float: left;
	margin-top: 12px;
}

.imgcont-t {
	margin-top: 6px;
	float: left;
}

.imgcont-t img {
	height: 22px;
}

@media only screen and (max-width: 600px) {
	.other-t {
		display: none;
	}

	.flex-item-t {
		flex-direction: column;
	}

	.text-slog-t {
		margin-top: -5px;
		padding-bottom: 6px;
	}
}
