/*Default styles - Mobile first approach*/
.sr-item-title {
	font-weight: 600;
}
.sr-item-subtitle,
.sr-item-details {
	font-size: 13px;
	max-height: 19px;
	overflow: hidden;
}
.sr-item-subtitle {
	color: #5d626b;
}
.sr-availability {
	font-style: italic;
}
.sr-separator {
	margin: 0 3px;
}
.sr-sqrd {
	font-size: 0.7em;
    line-height: normal;
    vertical-align: super;
}

@media (min-width: 601px) {


}

