/* CSS Document */
.headermenu {
display: inline-table;
vertical-align: middle;
}

.headermenu-item {
 width: 85px;
 height: 65px;
 display: table-cell;
 vertical-align: middle;
 white-space: no-wrap;
}

.headermenu-item a, .headermenu-item a:visited {
	text-decoration: none;
	color: #666;
	display: block;
	width: 100%;
	height: 60px;
	border-left: 1px solid #666;
	text-align: center;
	padding-top: 10px;
	transition: all 0.3s ease 0s;
}

.headermenu-item a:hover {
	color: #fff !important;
	background: #369;
    box-shadow: 0px 0px 12px 0px #333333 inset;
}

.headermenu-item a i {
	display: block;
	margin-bottom: 4px;
}

.balanceboxes {
	/* line-height: 45px;
	display: block;	 */
}

.headermenu-notification-bubble {
	border-radius: 20px;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 2px;
	right: 4px;
	background-color: #930;
	color: #FFF;
	font-weight: normal;
	line-height: 20px;
  font-size: 10px;
}

/* Dropdown Button */
.dropbtn {
 background-color: #3498DB;
 color: white;
 padding: 16px;
 font-size: 16px;
 border: none;
 cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
 background-color: #2980B9;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
 position: relative;
 display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
 display: none;
 position: absolute;
 background-color: #f1f1f1;
 min-width: 160px;
 box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
 z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
 color: black;
 padding: 12px 16px;
 text-decoration: none;
 display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}


.last {border-right: 1px solid #666;}

@media all and (max-width:539px) {
  .hdpoints {display: none;}
	.hdrewards {display: none;}
	.hdrewardsb {display: none;}
	.pagetitle {font-size: 90%;}
	.pagesubtitle {font-size: 95%;}
}
