/**
 * This file includes all of the CSS for the public-facing functionality.
 */

 .azure-search-result a {
   padding: 0;
   font-size: 24px;
 }

.azure-search-result ul {
  padding: 0;
  font-size: 24px;
}

.azure-search-result li {
    list-style-type: none;
    padding: 0 0 20px;
    font-size: 24px;
}

.azure-search-navigation {
  padding: 0;
}

.azure-search-navigation li {
    list-style-type: none;
    padding: 8px;
    display: inline;
}

.azure-search-navigation li.active {
    background: #EEE;
}

.azure-search-result .truncate {
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.azure-search-result .loading {
    font-size: 18px;
    -webkit-animation: azure-search-rotate 2s ease 2s infinite;
}

@-webkit-keyframes azure-search-rotate {
    from { -webkit-transform: rotateX(0deg); }
    to   { -webkit-transform: rotateX(360deg); }
}
