form {
    margin: 0px;
}

.rich-panel-body {
    background-color: white;
}

.dr-pnl {
    background-color: white;
}

/* Vyhledávání */
#highlight {
    background-color: #6FCE21;
}

/* Facety */
.highlightFacet {
    background-color: #AAFFAA;
}

/* Definice popisků */
.label {
  font-size: 12px;
}

.label_menu_login {
}

/* Popisky - pageInfo */
.label_pageInfo {
  color: rgb(87,87,87);
}

.label_pageInfo_searchIn {
}

.label_pageInfo_itemsLabel {
}

.label_pageInfo_items {
  font-weight: bold;
}

.label_pageInfo_volumesLabel {
}

.label_pageInfo_volumes {
  font-weight: bold;
}

.pagingCurrent {
  font-weight: bold;
}

a .paging{
  text-decoration: none;
}

a:hover .paging{
  text-decoration: underline;
}

