
.TopHoursButton{
	display:flex;
	flex-wrap:wrap;
	align-items: center;
	justify-content: center;		
	font-weight:700;	
}

.TopHoursButton a:link, .TopHoursButton a:visited, .TopHoursButton a:active {
	position:absolute;
	width: 150px;
	height:35px;
	border-radius:10px;
	background-color: rgba(0,0,0,0);
	z-index:10;
	transition:all .3s ease;
}

.TopHoursButton a:hover{
	background-color: rgba(0,0,0,0.5);						
}

@media only screen and (min-width: 1201px) {
					
	.TopHoursButton{
		position:absolute;
		top:80px;
		right:20px;
		width: 150px;
	}
}