/*
* {
    box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.8)
}
*/

.text-primary {
    color: rgb(128, 128, 0) !Important;
}

.text-secondary {
    color: rgb(125, 125, 125) !Important;
}

.text-success {
    
}

.text-danger {
    
}

.text-warning {
    
}

.text-info {
    
}

.text-light {
    
}

.text-dark {
    
}

.btn-primary {
    background-color: rgb(128, 128, 0) !Important;
}

.btn-secondary {
    background-color: rgb(125, 125, 125) !Important;
}

.btn-success {
    
}

.btn-danger {
    
}

.btn-warning {
    
}

.btn-info {
    
}

.btn-light {
    
}

.btn-dark {
    
}

.btn-150 {
    min-width: 150px !important;
}
