﻿.status-dot {
    border-radius: 50%;
    display: inline-block;
    height: 8px;
    margin-right: 0.25rem;
    width: 8px;
    flex: 0 0 8px;
}

.status-dot--green { background-color: #3c0; }

.status-dot--darkgreen { background-color: #006600; }

.status-dot--orange { background-color: #f60; }

.status-dot--fuchsia { background-color: #F0F; }

.status-dot--blue { background-color: #1234ff; }

.status-dot--red { background-color: #c00; }

.status-dot--gray { background-color: #666; }

.status-dot--lightgray { background-color: #ccc; }

.status-dot--white {
    background-color: #fff;
    border: 1px solid #ccc;
}

.price-currency { color: #757575; }