.searchbutton {
    width: 100% !important;
}

.itemlist {
    margin-bottom: 0px !important;
}

.content-body {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #f1f1f1;
    border-radius: 2px;
    width: 100%;
}

.preview {
    max-width: 200px !important; 
}

.editbtn {
    margin-right: 10px !important;
}

