/* SEARCH */

table#search_param {
    background: rgb(255, 82, 117);
    color: white;
    margin: 1em 0 1em 0;
}

.search_result {
    margin: 0 0 1em 0;
    padding: 0 0 1em 0;
    /*border-bottom: 1px dashed #E2E2E2;*/
}

.search_result h3 {
    font-size: 14px !important;
    line-height: 1.3em !important;
    margin: 0 !important;
    padding: 0 !important;
}
.search_result h3 a{
  color: rgb(255, 82, 117);
}

.search_result div {
    margin: 0.25em 0 0.25em 0;
    padding: 0;
}
a.url{
  color: rgb(88, 169, 234);
}
/* KONEC - SEARCH */
