/********************* Basic *********************/

.image-empty{
   background-color: #fff;
   border: 1px solid #f2f2f2;
}

/********************* List *********************/

.other-areas .inline-block{
   padding: 1.2px 7px;
   font-size: 0.85rem;
   background-color: #3b3b3b;
   border: 1px dashed #ff2f82;
}
.other-areas .inline-block.selected{
   background-color: #ff2f82;
}
.other-areas .inline-block:last-child{
   background-color: yellow;
   color: #000;
}