/*Make sticky posts have blue background etc*/
.sticky {background: #A2D9FD; border: 3px solid black; padding:10px; padding-top:80px; margin-left:-12px; margin-right:-12px; margin-bottom:30px}
.sticky {
background-image:url('http://www.abipo.com/blog/wp-content/uploads/2015/01/fp100.png');
background-repeat: no-repeat; no-repeat;
}

/***************
*     Table    *
***************/
.table {
  margin: 0 0 40px 0;
  width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  display: table;
}

.abiporow {
  display: table-row;
  background: #eff2ff;
}
.abiporow:nth-of-type(odd) {
  background: #e8edff;
}
.abiporow.header {
  font-weight: 900;
  color: #413399;
  background: #d0dafd;
}
.abiporow.green {
  background: #27ae60;
}
.abiporow.blue {
  background: #2980b9;
}

.cell {
  padding: 3px 6px;
  display: table-cell;
}


