@charset "utf-8";

.mt20 { margin-top: 20px; }

.item_title {cursor:pointer;}

.item_notes {display: none;}
.item_notes img { border: 1px solid #ddd; padding: 7px; background-color: #fafafa; }

.description {
    background: #fff;
    line-height: 2;
    border: 1px solid #ccc;
    padding: 1.5em 2em !important;
    margin-bottom: 2em;
}

.description div {
		background: #fff url(//basehold.it/i/26/666666);
		background-size: 4px 26px;
    padding: 0 .5em;
    position: relative;
    z-index: 10;
    line-height: 26px;
}


