﻿  .searchresult {
      /*width: 610px;*/
      padding: 15px;
      margin: 5px;
      background-color: #eee;
/*      border: 1px yellowgreen solid;  /* DEBUG */
    }
    .searchresult-image {
        height: 60px;
        width: 80px;
        float: left;
    }
    .searchresult-img-inline {
        width: 70px;
        height: auto;
        max-height: 50px;
    }
    .searchresult-summary {
        float: right;
        text-align: left;
/*        border: red 1px solid; /* DEBUG */
        width: 740px;
        margin: auto;
        padding: 0 10px;
    }
    div.searchresult-info > p {
        font-size: 12px;
        font-style: italic;
        margin: 0;
        padding: 0;
    }
    .searchresult-title {
        text-align: left;
/*        border: green 1px dotted;   /* DEBUG */
        margin: 0;
        padding: 0;
        font-size: 15px;
        font-weight: bold;
    }
    