


#page_asset_listing_262540_sort_direction,#page_asset_listing_262540_submit_button,#spinner{display:none;}
@-webkit-keyframes spin {
to {
stroke-dashoffset: -264;
}
}

@keyframes spin {
to {
stroke-dashoffset: -264;
}
}

#spinner circle {

fill: none;
stroke: slategray;
stroke-width: 16;
stroke-linecap: round;
stroke-dasharray: 0, 0, 70, 194;
stroke-dashoffset: 0;
animation: spin 1s infinite linear;
-webkit-animation: spin 1s infinite linear;
}

#listingresults li {padding-bottom:1em;}


#sortselctors {
float: right;
width: 100%;
margin-bottom: 1em;
background-color: white;
padding-bottom: 2em;
}
#sortby {display:inline-block;}
#sortby label{font-family: Avant guard,Helvetica,Arial;}

#sortselctors select,#sortby{float: right;}

#listingresults {
/* Remove default list styling */
list-style-type: none;
padding: 0;
margin: 0;
margin-top: 2em;
}

#listingresults li {
/* border: 1px solid #ddd; *//* Add a border to all links */
/* margin-top: -1px; */ /*Prevent double borders */
background-color: #ffffff; /* Grey background color */
padding: 12px; /* Add some padding */
text-decoration: none; /* Remove default text underline */

color: black; /* Add a black text color */
display: block; /* Make it into a block element to fill the whole list */
}
#listingresults li:nth-child(even) {
/*border: 1px solid #ddd; *//* Add a border to all links */
/* margin-top: -1px;*/ /* Prevent double borders */
background-color: #f3f3f3; /* Grey background color */


}

#listingresults li:hover:not(.header) {
background-color: #eee; /* Add a hover effect to all links, except for headers */
}