body {
    background-color: #f5f5f5;
    color: #222222;
}

div.container {
    background-color: #ffffff;
    padding-top: 10px;
    padding-bottom:10px;
    border-bottom:1px solid #cccccc;
    margin-bottom:10px;
}

table.table-small th { font-size: 15px; }
table.table-small td { font-size: 14px; }
table.table-small a.btn-sm { font-size: 13px; }

div.copyright-footer {
    font-size: 12px;
}

div.privacy-banner {
    padding: 8px 8px 8px 8px;
    position: fixed;
    bottom: 0;
    width:100%;
    background-color:rgba(0, 0, 0, 0.75);
    color: #dddddd;
}

/**
 * Form hacks
 */
form.label-less div.form-group label {
    display:none;
}
div.form-group label.show {
    display:block;
}
div.input-group-prepend span.input-group-text {
    background-color: #f5f5f5;
}
div.form-check {
    padding-left: 0;
    top: -5px;
}
div.form-check label input {
    margin-left: 0;
    margin-right: 10px;
}

/**
 * Card hacks
 */
div.card-narrow {
    max-width: 480px;
}
div.card-wide {
    max-width: 550px;
}
div.card-100-percent {
    max-width: 100%;
}

.btn-inline {
    float: right;
    margin-right: 5px;
    height: 32px;
}
