.page-header .credit-balance {
    text-align: right;
    padding: 5px 15px;
    background-color: #433e3d;
    color: #ffffff;
    height: 20px;
}

.page-header .credit-balance a {
    color: #ffffff;
    float: left;
    text-decoration: underline;
}

@media screen and (min-width: 768px) {
    .page-header .credit-balance {
        display: none;
    }
}