/* (new) Basic styling for search results */

.ns-results { margin: 16px 0; }
.ns-site-group { margin-bottom: 20px; }

.ns-site-title {
    font-size: 1.2em;
	font-weight: bold;
    margin-bottom: 10px;
    border-bottom: 2px solid #ddd;
	padding-top: 10px;
    padding-bottom: 3px;
}

.ns-head {
    color: white !important;
	font-style: Arial,Helvetica,sans-serif;
	font-size: 1.3em;
	text-transform: uppercase;
	background-color: #185e97 !important;
	padding: 5px 10px 5px 10px;
	border-radius: 4px;
}

.ns-item {
    display: flex;
    /*list-style-type: circle;*/
	align-items: flex-start;
    margin-bottom: 5px;
}

.ns-thumb {
    width: 60px;
    height: auto;
    margin-right: 12px;
    border-radius: 4px;
}

.ns-title {
    font-weight: bold;
    font-size: 1.1em;
}

.ns-excerpt {
    font-size: .9em;
    color: #555;
}
