@media screen {
	.rates span {
		background: #444;
		color: #FFF;
	}

	.showhide a {
		font-size: 100%;
		padding: .25em .5em;
		text-transform: uppercase;
	}

	nav.navbottom {
		background: #444;
	}
}

@media screen and ( max-width: 1320px) {

}

@media screen and ( max-width: 990px), screen and ( max-height: 600px ) {

}

@media screen and ( max-width: 480px) {

}
