.cw3-bullet-list-item {
   margin:5px;
   padding:10px;
   background-color:#FBFBFB;
   border:1px solid #F0F0F0;
}

.cw3-bullet-list-item-title {
   width:calc(100% - 40px);
   margin-left:30px;
}

.cw3-bullet-list-item-desc {
   width:calc(100% - 40px);
   margin-left:30px;
}

/* on small screens */
@media (max-width: 600px) {
  .cw3-bullet-list-item-desc {
    width:calc(100% - 20px);
    margin-left:10px;
  }
}

.cw3-bullet-list-item-photo {
   padding:2px;
   cursor:pointer;
   width:20px;
   height:20px;
   float:left;
   margin-top:3px;
   margin-right:10px;
}

.cw3-bullet-list-item-buttons {
   position:relative;
   bottom:10px;
}