body {
    background: #06003c
}
#logo {
    display: block;
}

.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}

#totals td {
    text-align: right;
}

.navbar-custom {
    background-color: rgb(78,145,48);
}

