.knockout {
  width: 100%;
}
.knockout tr td {
  height: 30px;
}
.knockout .team {
  background: #0085C7;
  color: #fff;
  padding: 0 20px;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
}
.knockout .team .list-inline {
  font-weight: normal;
  font-size: 15px;
}
.knockout .border-right-bottom {
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  width: 5%;
}
.knockout .border-right-top {
  border-right: 2px solid #333;
  border-top: 2px solid #333;
}
.knockout .border-right {
  border-right: 2px solid #333;
}
.lastcol-c {
  width: 5%;
}
.lastcol-c .border-right {
  width: 100%;
  height: 50%;
}
.lastcol-c .border-right:first-child {
  border-bottom: 2px solid #333;
}
.knockout .knockout-0 .lastcol-c .border-right,
.knockout .knockout-0 .lastcol-a,
.knockout .knockout-0 .lastcol-b,
.knockout .knockout-0 .lastcol-d,
.knockout .knockout-0 .lastcol-e {
  border-right: 0;
}
.knockout .knockout-0 .blankcol .border-right {
  border: 0;
}
.knockout .knockout-0 .blankcol td:last-child {
  display: none;
}
.knockout .knockout-1 .lastcol-c .border-right:first-child,
.knockout .knockout-1 .lastcol-a,
.knockout .knockout-1 .lastcol-b {
  border-right: 0;
}
.knockout .knockout-2 .lastcol-c .border-right:last-child,
.knockout .knockout-2 .lastcol-d,
.knockout .knockout-2 .lastcol-e {
  border-right: 0;
}
.knockout .knockout-2 .blankcol .border-right {
  border: 0;
}
.knockout .knockout-2 .blankcol td:last-child {
  display: none;
}
/*

.knockout tbody:nth-of-type(odd) .lastcol-c .border-right:first-child,
.knockout tbody:nth-of-type(odd) .lastcol-a,
.knockout tbody:nth-of-type(odd) .lastcol-b{
  border-right: 0;

}
.knockout tbody:nth-of-type(even) .blankcol,
.knockout tbody:nth-of-type(even) .lastcol-c .border-right:last-child,
.knockout tbody:nth-of-type(even) .lastcol-d,
.knockout tbody:nth-of-type(even) .lastcol-e{
  border-right: 0;

}

.knockout tbody:first-child .lastcol-c .border-right:first-child,
.knockout tbody:first-child .lastcol-a,
.knockout tbody:first-child .lastcol-b{
  border-right:0;
}


.knockout tbody:last-child .lastcol-c .border-right:last-child,
.knockout tbody:last-child .lastcol-d,
.knockout tbody:last-child .lastcol-e{
  border-right:0;
}

.knockout{
  tbody:last-child{
    .blankcol{
      //background:red;
      td:last-child{
        display: none;
      }
      .border-right{
        border:0;
      }
      //display: none;
    }
  }
  tbody:nth-of-type(even){
    .blankcol{
      .border-right{
        border:0;
      }
      td:last-child{
        display: none;
      }
    }
  }
}

*/
.popover-danger {
  background-color: #F2572D;
}
.popover-danger.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #000000;
  border-top-color: #F2572D;
  bottom: -11px;
}
.popover-danger.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #F2572D;
}
