table  { border-collapse: collapse; }
th     { background:#eee; font-weight:bold; color:#197456;}

.lb-rank-header{
  text-align:center;
  font-weight:bold; color:#197456;
}
.ld-image{
  max-width:75px;
}
.lb-table td {
  color:#ffffff;
}
.lb-header {  
  top:50px;
  position:fixed;
}
.popover-content {
  color:#197456 !important;
}
a.lb-friend-name {color: #FCE300; text-decoration: none;}
a.lb-friend-name:link {color: #FCE300;}
a.lb-friend-name:visited {color: #FCE300;}
a.lb-friend-name:hover {color: white; text-decoration: underline;}
a.lb-friend-name:active {color: red;}

.avatar {
  display: inline-flex;
  color: #fff;
  border-radius: 50%;
  background-color: #197456;
  align-items: center;
  justify-content: center;
}

.avatar img {
  border-radius: 50%;
}

.avatar-sm {
  font-size: .875rem;
  width: 36px;
  height: 36px;
}

.avatar-group .avatar {
  position: relative;
  z-index: 2;
  border: 1px solid #197456;
}

.avatar-group .avatar:hover {
  z-index: 5;
  border: 2px solid #FCE300;
  width: 50px;
  height: 50px;
}

.avatar-group .avatar + .avatar {
  margin-left: -1rem;
}