#bounty{background:url(/images/bg/bounty.jpg?);background:#FFF}
bountytask{display:flex;flex-direction:column;border-radius:10px;}
bountytask > *{padding:10px;}
bountytask tit{width: calc(100% - 5px);font-weight:bold;height:15%;display:flex;align-self:center;align-items:center;border:0px solid lightgrey;border-bottom-width: 1px;}
bountytask description{height:40%;overflow:hidden;font-size:90%;}
bountytask rewards{padding:10px 0;height:30%;color:#555;padding-left:10px;font-size:13px;}
bountytask reward{line-height:16px;}
bountytask reward::before{content:'• ';}
bountytask action{width: fit-content;display:flex;align-items:center;justify-content:center;color:;margin: auto;padding: 10px 15px;}
bountytask action.accept{background:white;border: 1px solid ;color: ;font-weight: bold;}
bountytask action.postMaterials{background:;color: white;}
bountytask action.onApproval{background:;color: }
bountytask action.finished{background:white;color: black;border: 1px soli black;flex-direction:column;cursor:default !important;}
bountytask line{height: 1px;font-size: 1px;width: 100%;background: lightgrey;padding: 0;width: calc(100% - 5px)}
section > top title{color:#645F6D;}
#bounty gradient-line{background:transparent;
  background: -webkit-linear-gradient(left, #DFD4F4 , #645F6D);background: -o-linear-gradient(right, #DFD4F4, #645F6D);
  background: -moz-linear-gradient(right, #DFD4F4, #645F6D);background: linear-gradient(to right, #DFD4F4 , #645F6D);
}   