﻿/* override bootstrap colors because they suck.*/
.bg-charlie-green {
    background-color: #004d13e5;
}
.btn.bg-charlie-green:hover {
    background-color: #048223e5 !important;
}
.text-charlie-green {
    color: #004d13e5 !important;
}
