body {
    padding-top: 50px;
    font-size: 16px;
    background-color: #eeffff;
}

.sidebar ul.nav {
    padding-top: 1.5em;
}

footer {
    font-size: 0.8em;
    padding-left: 2em;
}

table.chargestable tr :nth-child(2),
table.chargestable tr :nth-child(3){
    text-align: center;
}

div.sidebar ul {
    width: 100%;
}

div.sidebar ul.nav-pills li a {
    background-color: #337ab7;
    color: #fff;
}
div.sidebar ul.nav-pills li.active a {
    background-color: #5bc0de;
    color: #000;
}
div.sidebar ul.nav-pills li a:hover {
    background-color: #cccccc;
    color: black;
}

div.sidebar ul.nav-pills li {
    width: 32%;
    margin-left: 0;
    margin-right: 2px;
    margin-bottom: 2px;
    text-align: center;
}

.ctitle {
    font-weight: 600;
    text-align: right;
}
.ctitle:after {
    content: ":";
}

#cform {
    margin-top: 2em;
}

form label:after {
    content: ":";
}
form label {
    text-align: right;
}

.formsuccess {
    color: green;
}
.formerror {
    color: red;
}

.chargestable tr.highlight td {
    background-color: aqua;
    font-weight: bolder;
}

@media only screen and (min-width: 512px) and (max-width: 767px) {
    div.sidebar ul.nav-pills li {
        width: 24%;
    }
}

@media only screen and (min-width: 768px) {
    div.sidebar ul.nav-pills li {
        width: 100%;
        margin-right: 0;
        text-align: left;
    }
}
