/*We don't like the margin that Bootstrap uses on page headers by default*/
.page-header {
    margin: 1% 0 1% 0;
}

/*Error container we use*/
.error {
    white-space: pre;
    font-family: "courier new", monospace;
    font-size: 1em;
    color: #000;
    background-color: #ddd;
}

.img-user {
    height: 1.5em;
}

.img-movie-thumbnail {
    padding: 0;
    border: none;
    max-height: 82px;
}

.nw {
    white-space: nowrap;
}

.dual-col {
    -ms-column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}

/* Movie details */
#det-movieimg {
    display: inline;
    float: right;
}
.data-name {
    font-weight: bold;
}
.data-value {
    font-weight: normal;
}

.form .form-control {
    border-left-color: #ddd;
    border-left-width: 1px;
    border-left-style: solid;
    padding-left: 0.5em;
}
.form .form-control-static {
    border-color: #777;
    border-width: 1px;
    border-style: solid;
    padding-left: 0.5em;
}

/* Generic movie display dialog - we override by ID to handle jQuery weirdness */
#movie-dialog {
    font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
}
