  .fakeimg {
      height: 200px;
      background: #aaa;
  }
  .table thead th,
  .table thead td{
    vertical-align: middle;
}
.container{
max-width:1300px;
}
.list-group-item, .list-group{
    background-color:transparent;
}
.first-li{
    border-top:none;
    padding-top:0px;
}
.last-li{
    border-bottom:none;
}
.alert{
    margin-left:-1.25rem;
}
#online{
    font-size:10px;
    line-height:1;
    text-align:center;
    table-layout:fixed;
    width:485px;
    border:none;
}
#online td{
    width:15px;
    height:15px;
    padding:0px;
    vertical-align:middle;
}
#online td.first{
    width:20px;
    border:none;
}
#online td.last{
    height:20px;
    border:none;
}
.selectpicker{
    z-index:-10000 !important;
}
.sticky-top{
    z-index:100 !important;
}
.bootstrap-select{
    max-width:140px;
}
.col-sm-5 .bootstrap-select:nth-of-type(3){
    margin-right:0px;
}
summary::marker{
   /* color:#2FA4E7; */
}
h6.equip{
    display:inline-block;
    margin-bottom:8px;
}
.abbr{
    text-decoration:underline dotted;
    color:#495057;
}
.abbr:hover{
    color:#495057;
}