@media only screen and (min-width: 768px){
	div#accordion-container{
		display: none
	}
}

@media only screen and (max-width: 767px){
	div#tabs-container{
		display: none
	}
}

a.accordion-toggle {
	display: block;
}

#back-to-top {
	display: none; /* Hidden by default */
	position: fixed; /* Fixed/sticky position */
	bottom: 20px; /* Place the button at the bottom of the page */
	right: 30px; /* Place the button 30px from the right */
	z-index: 99; /* Make sure it does not overlap */
	border: none; /* Remove borders */
	outline: none; /* Remove outline */
	background-color: #888; /* Set a background color */
	color: white; /* Text color */
	cursor: pointer; /* Add a mouse pointer on hover */
	padding: 15px; /* Some padding */
	border-radius: 10px; /* Rounded corners */
	font-size: 18px; /* Increase font size */
}

#back-to-top:hover {
	background-color: #555; /* Add a dark-grey background on hover */
}

.generic img{
	max-width: 100%;
	height: auto;
}

#tabs-container li a {
	color: #a9a9a9;
}

#tabs-container li.active a {
	background-color: #a9a9a9;
	color: #fff;
}
