.spot {
    padding: 5px;
    border-radius: 5px;
    display: inline-block;
}

.spot-danger {
    background-color: #dc3545;
}

.spot-primary {
    background-color: #62a8ea;
}


.modal-300 .box-body{
    height:300px;
}

.color-primary{
    color: #62a8ea;
    text-decoration: underline;
}


