.datepicker-days th.dow:first-child,
.datepicker-days td:first-child {
    color: #f00;
}

.datepicker-days th.dow:last-child,
.datepicker-days td:last-child {
    color: #00f;
}

.birth-picker {
    width: 33%;
    display: inline-block;
}

.form-control[disabled],
.form-control[readonly],
.form-control fieldset[disabled] {
    background-color: #fff !important;
    opacity: 1;
}

.page-header {
    border-bottom: 1px solid #eee;
}

input[type="file"] + span.invalid-feedback {
    display: block;
}

.btn-primary {
    margin-top: 10px;
}

.guestbook-row {
    margin-bottom: 30px;
}

/* Camera image preview */
#output {
    min-width: 50%;
}
