.small > span {
	position: relative;
	top: -2px;
}

.dropdown-menu > li > a {
	padding: 2px 13px;
}

.btn-firstaid { 
  background-color: #DBB436;
  background-image: -moz-linear-gradient(center top , #DBB436, #B5971F);
  background-image: -o-linear-gradient(center top , #DBB436, #B5971F);
  background-image: -webkit-linear-gradient(center top , #DBB436, #B5971F);
  border-color: #B5971F;
  color: #000;
  text-shadow: 1px 1px 1px #ddd;  
} 
 
.btn-firstaid:hover, .btn-firstaid:focus, .btn-firstaid:active, .btn-firstaid.active, .open .dropdown-toggle.btn-firstaid { 
  background-image: -moz-linear-gradient(center top , #B5971F, #DBB436);
  background-image: -webkit-linear-gradient(center top , #B5971F, #DBB436);
  background-image: -o-linear-gradient(center top , #B5971F, #DBB436);
  color: #000;
  text-shadow: 1px 1px 1px #ddd;  
} 
 
.btn-firstaid:active, .btn-firstaid.active, .open .dropdown-toggle.btn-firstaid { 
  background-image: none; 
} 
 
.btn-firstaid.disabled, .btn-firstaid[disabled], fieldset[disabled] .btn-firstaid, .btn-firstaid.disabled:hover, .btn-firstaid[disabled]:hover, fieldset[disabled] .btn-firstaid:hover, .btn-firstaid.disabled:focus, 
.btn-firstaid[disabled]:focus, fieldset[disabled] .btn-firstaid:focus, .btn-firstaid.disabled:active, .btn-firstaid[disabled]:active, fieldset[disabled] .btn-firstaid:active, .btn-firstaid.disabled.active, 
.btn-firstaid[disabled].active, fieldset[disabled] .btn-firstaid.active { 
  background-color: #DBB436; 
  border-color: #B5971F; 
} 
 
.btn-firstaid .badge { 
  color: #DBB436; 
  background-color: #222; 
}

.btn-gear { 
  background-color: #0074CC;
  background-image: -moz-linear-gradient(center top , #0074CC, #085A99);
  border-color: #085A99;
  color: #eee;
  text-shadow: 1px 1px 1px #000;
} 
 
.btn-gear:hover, .btn-gear:focus, .btn-gear:active, .btn-gear.active, .open .dropdown-toggle.btn-gear { 
  background-image: -moz-linear-gradient(center top , #085A99, #0074CC);
  color: #eee;
  text-shadow: 1px 1px 1px #000;  
} 
 
.btn-gear:active, .btn-gear.active, .open .dropdown-toggle.btn-gear { 
  background-image: none; 
} 
 
.btn-gear.disabled, .btn-gear[disabled], fieldset[disabled] .btn-gear, .btn-gear.disabled:hover, .btn-gear[disabled]:hover, fieldset[disabled] .btn-gear:hover, .btn-gear.disabled:focus, 
.btn-gear[disabled]:focus, fieldset[disabled] .btn-gear:focus, .btn-gear.disabled:active, .btn-gear[disabled]:active, fieldset[disabled] .btn-gear:active, 
.btn-gear.disabled.active, .btn-gear[disabled].active, fieldset[disabled] .btn-gear.active { 
  background-color: #0074CC; 
  border-color: #085A99; 
} 
 
.btn-gear .badge { 
  color: #0074CC; 
  background-color: #222; 
}

.btn-weapon { 
  background-color: #cd2d23;
  background-image: -moz-linear-gradient(center top , #cd2d23, #94140a);
  border-color: #94140a;
  color: #eee;
  text-shadow: 1px 1px 1px #000;
} 
 
.btn-weapon:hover, .btn-weapon:focus, .btn-weapon:active, .btn-weapon.active, .open .dropdown-toggle.btn-weapon { 
  background-image: -moz-linear-gradient(center top , #94140a, #cd2d23);  
  color: #eee;
  text-shadow: 1px 1px 1px #000;  
} 
 
.btn-weapon:active, .btn-weapon.active, .open .dropdown-toggle.btn-weapon { 
  background-image: none; 
} 
 
.btn-weapon.disabled, .btn-weapon[disabled], fieldset[disabled] .btn-weapon, .btn-weapon.disabled:hover, .btn-weapon[disabled]:hover, fieldset[disabled] .btn-weapon:hover, 
.btn-weapon.disabled:focus, .btn-weapon[disabled]:focus, fieldset[disabled] .btn-weapon:focus, .btn-weapon.disabled:active, .btn-weapon[disabled]:active, 
fieldset[disabled] .btn-weapon:active, .btn-weapon.disabled.active, .btn-weapon[disabled].active, fieldset[disabled] .btn-weapon.active { 
  background-color: #CD2D23; 
  border-color: #94140A; 
} 
 
.btn-weapon .badge { 
  color: #CD2D23; 
  background-color: #222; 
}

.btn-backpack {  
  background-color: #25CD39;
  background-image: -moz-linear-gradient(center top , #25CD39, #119921);
  border-color: #119921;
  color: #000;
  text-shadow: 1px 1px 1px #ddd;
} 
 
.btn-backpack:hover, .btn-backpack:focus, .btn-backpack:active, .btn-backpack.active, .open .dropdown-toggle.btn-backpack { 
  background-image: -moz-linear-gradient(center top , #119921, #25CD39);
  color: #000;
  text-shadow: 1px 1px 1px #ddd;  
} 
 
.btn-backpack:active, .btn-backpack.active, .open .dropdown-toggle.btn-backpack { 
  background-image: none; 
} 
 
.btn-backpack.disabled, .btn-backpack[disabled], fieldset[disabled] .btn-backpack, .btn-backpack.disabled:hover, .btn-backpack[disabled]:hover, fieldset[disabled] .btn-backpack:hover, 
.btn-backpack.disabled:focus, .btn-backpack[disabled]:focus, fieldset[disabled] .btn-backpack:focus, .btn-backpack.disabled:active, .btn-backpack[disabled]:active, 
fieldset[disabled] .btn-backpack:active, .btn-backpack.disabled.active, .btn-backpack[disabled].active, fieldset[disabled] .btn-backpack.active { 
  background-color: #25CD39; 
  border-color: #119921; 
} 
 
.btn-backpack .badge { 
  color: #25CD39; 
  background-color: #222; 
}

.btn-others { 
  background-color: #D6D6D6;
  background-image: -moz-linear-gradient(center top , #d6d6d6, #adadad);
  background-image: -webkit-linear-gradient(center top , #d6d6d6, #adadad);
  background-image: -o-linear-gradient(center top , #d6d6d6, #adadad);
  border-color: #ADADAD;
  color: #222;
  text-shadow: 1px 1px 1px #eee;
} 
 
.btn-others:hover, .btn-others:focus, .btn-others:active, .btn-others.active, .open .dropdown-toggle.btn-others { 
  background-image: linear-gradient(center top , #adadad, #d6d6d6);
  color: #222;
  text-shadow: 1px 1px 1px #eee;  
} 
 
.btn-others:active, .btn-others.active, .open .dropdown-toggle.btn-others { 
  background-image: none; 
} 
 
.btn-others.disabled, .btn-others[disabled], fieldset[disabled] .btn-others, .btn-others.disabled:hover, .btn-others[disabled]:hover, fieldset[disabled] .btn-others:hover, 
.btn-others.disabled:focus, .btn-others[disabled]:focus, fieldset[disabled] .btn-others:focus, .btn-others.disabled:active, .btn-others[disabled]:active, 
fieldset[disabled] .btn-others:active, .btn-others.disabled.active, .btn-others[disabled].active, fieldset[disabled] .btn-others.active { 
  background-color: #D6D6D6; 
  border-color: #ADADAD; 
} 
 
.btn-others .badge { 
  color: #D6D6D6; 
  background-color: #222222; 
}

.btn-inactive-toggle {
	box-shadow: inset 0px 4px 7px rgba(0,0,0,0.3);
}

.dropdown-menu {
	min-width: 123px;
	margin-left: 15px;
}

.dropdown-menu {
	background-color: #ddd;
	border-radius: 4px !important;
}

.dropdown-menu > li > a {
	line-height: 2;
}

ul.navicons {
	margin: 0;
	padding: 0;
	list-style-type: none;
	padding-top: 0px;
}

ul.navicons li  {
	text-decoration: none;
	color: #fff;
	font-size: 21px;
	height: 60px;
	cursor: pointer;
}

ul.navicons li div  {
	text-decoration: none;
	color: #fff;
	font-size: 21px;
	height: 60px;
	cursor: pointer;
	text-align: center;
	width: 42px;
}

ul.navicons li span.glyphicon {
	margin-top: 8px;
	cursor: pointer;
}

ul.navicons li:hover {
	color: #fff;
	background-color: #369;
}

ul.navicons li.selected {
	color: #fff !important;
	background-color: #369 !important;
}