@charset "utf-8";
 .mgss-results {
border: 1px solid #ccc;
padding: 15px;
margin-top: 20px;
border-radius: 5px;
}
.mgss-item {
border-bottom: 1px dashed #eee;
padding: 10px 0;
}
.mgss-item:last-child {
border-bottom: none;
}
.mgss-error, .mgss-no-results {
color: red;
font-style: italic;
}