.mod-timp-links {
	text-align: center;
}

.mod-timp-links-symbol-holder {
	position: relative;
	display: inline-flex;
	flex-direction: row;
	justify-content: center;
	font-size: 1.5rem;
}

.mod-timp-links-symbol-holder input { display: none; }

.mod-timp-links-symbol-holder a,
.mod-timp-links-symbol-holder label {
	display: inline-block;
	padding: 0.2em;
	cursor: pointer;
	color: inherit;
}

.mod-timp-links-symbol-holder > input + label + span {
	display: none;
}

.mod-timp-links-symbol-holder > input:checked + label + span {
	display: block;
	position: absolute;
	top: 100%;
	padding: 1.5rem;
	background-color: #FFF;
	box-shadow: 4px 4px 8px;
	border-radius: 20px;
	min-width: 50vw;
	text-align: center;
	z-index: 100;
}

input.mod-timp-links-hider + label,
.mod-timp-links-symbol-holder > input:checked + label + span {
	-webkit-background-clip: initial;
	-moz-background-clip: initial;
	background-clip: initial;
	color: initial;
	text-shadow: initial;
}


input.mod-timp-links-hider + label {
	visibility: initial;
	position: absolute;
	right: 100%;
}

input.mod-timp-links-hider:checked + label {
	visibility: hidden;
}

@media screen and (max-width: 950px) {
	.mod-timp-links-symbol-holder > input + label + span {
			width: 98vw;
	}
}
