#content {
    text-align: center;
}

.container {
    /* background-color: #E9E9E9;    */
    background-image: linear-gradient(#EFEFEF, white);
    background-size: cover;
    width: 80%;
}

body {
    /* background: url(QTODownloadImage.png); */
    /* background-size: cover;   */
    /* background-repeat: no-repeat; */
    background-color: white;
    /* background-position: top; */
    font-family: Lato;
}

h1 {
    font-weight: 600;
    font-size: 4em;
}

h3 {
    margin-bottom: .2em;
}

html {
    height: 100%;
}

h3 {
    /* font-weight: 400; */
    font-size: 1.5em;
    font-family: Lato;
}

p {
    font-size: .8em;
}

/* Remove the jumbotron's default bottom margin */
.jumbotron {
    margin: 0;
    padding: 0;
    /* align-items: center; */
    background-image: url(../images/QTO_Header.jpg);
    /*background-image: url("http://vignette2.wikia.nocookie.net/p__/images/0/0c/Superman%27s_classic_pose.png/revision/latest?cb=20131218234907&path-prefix=protagonist");*/
    background-size: contain;
    background-position: center, top;
    background-repeat: no-repeat;
    background-color: #F5F5F5;
    height: 35vh;
    /* max-width: 1440px; */
    /* color: white; */
}

footer {
    margin: 0;
    /* align-items: right; */
    background: url(../images/QTO_Footer.jpg);
    background-size: 100% auto;
    background-position: center, bottom;
    background-repeat: no-repeat;
    background-color: transparent;
    height: 18vh;
    cursor: pointer;
}

.create-edit-modal {
    text-align: center;
}

    .create-edit-modal form div {
        margin-bottom: 10px;
    }

    .create-edit-modal form label {
        display: inline-block;
        width: 180px;
        margin-right: 10px;
        text-align: left;
        vertical-align: top;
    }

    .create-edit-modal form input {
        width: 180px;
    }

    .create-edit-modal select {
        width: 180px;
        display: inline-block;
    }

    .create-edit-modal form input[type="submit"] {
        width: 100px;
    }


/*tr:nth-child(even) {
    background-color: #f2f2f2;
}*/

th {
    /*    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
*/
    background-color: #337ab7;
    font-weight: normal;
    color: white;
    vertical-align:bottom !important;
}
