.links a, .links a:link {
    margin:0px 5px;
    color:#999999;
}
.icon{
	max-width:25px;
}
.nopadding{
	padding:0;
}
.nowrap{
	 white-space: nowrap;
}
.smaller{
	font-size:0.9rem;
}

.smaller th{
	color:#fff;
	background:#333;
}
.mybadge{
	font-size:1.3rem;
	padding:10px 20px;
	border-radius:20px;
	font-weight:bold;
}
.mysmallbadge{
	font-size:0.8rem;
	padding:2px 5px;
	border-radius:20px;
	font-weight:bold;
	margin-left:10px;
}
.spacer{
	height:20px;
}
.sticky-container{
    z-index: 2;
}
tr.alert {
    font-weight:bold;
    background-color:#FF9E9E;
}

tr:nth-child(2n).alert {
    font-weight:bold;
    background-color:#FF9E9E;
}

.arrow-up {
  width: 0; 
  height: 0; 
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #fff;
  margin-top:2px;
  margin-bottom:5px;
  cursor: pointer;
}

.arrow-down {
  width: 0; 
  height: 0; 
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #fff;
  cursor: pointer;
}

.arrow-up.selected {
   border-bottom: 7px solid orange; 
}
.arrow-down.selected {
   border-top: 7px solid orange; 
}


.sort{
    float:left;
    margin-right:10px;
}

a.home{
    color:#000 !important;
    padding:0 !important;
}