table.coins-table .header {
    background-image: url(../../images/bg.png);
    background-repeat: no-repeat;
    padding-left: 22px;
    height: auto;
}

table.coins-table .headerSortUp {
    background-image: url(../../images/asc.png);
    background-repeat: no-repeat;
}

table.coins-table .headerSortDown {
    background-image: url(../../images/desc.png);
    background-repeat: no-repeat;
}

.nav-page-menu {
    overflow: hidden;
}

/* Style the links inside the navigation bar */
.nav-page-menu a {
    float: left;
    display: block;
}

/* Add an active class to highlight the current page */
.nav-page-menu a.active {
}

/* Hide the link that should open and close the topnav on small screens */
#header a.icon {
    display: none;
	color: #265d0c;
	float: right;
	padding: 0 4px;
	margin: 0 10px 0 0;
}

#header a.icon i {
	font-size: 25px;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 736px) {
	#header a.icon {
		display: block;
	}

	#topnav.nav-page-menu {
		display: block;
		position: absolute;
		top: 54px;
		right: 0;
		width: auto;
		box-shadow: 0 1px 4px;
		z-index: 2;
		background-color: #fff;
	}

	#topnav .nav-item {
		padding: 0;
	}

	#topnav.nav-page-menu a {
        display: none;
		z-index: 2;
		width: 100%;
		position: relative;
		padding: 10px;
		float: none;
    }

	#topnav.nav-page-menu.responsive a {
        display: block;
    }
}