/* Margin top  (used in img-with-text) */
.margin-top-0 { margin-top: 0px; }
.margin-top-5 { margin-top: 5px; }
.margin-top-10 { margin-top: 10px; }
.margin-top-20 { margin-top: 20px; }

/* Disable rounded corner (es for tabs) */
.list-group-item:first-child, .list-group-item:last-child,  .nav-tabs > li > a, .panel-group .panel {
    border-radius: 0;
}
/* Unspecified styles for content alignment */
.center {
    text-align: center;
}

/* list items in search */

.lists .entry {
    background: #fdfdfd none repeat scroll 0 0;
    border-right: 2px solid #eee;
    margin-bottom: 15px;
    min-height: 100px;
    padding: 3px;
}
