﻿html {
    font-size: 90%;
}

.bumpedContent {
    margin-top: 100px;
}

/*** All JumboTrons ****/

.jumbotron {
    min-width: 940px;
}

    .jumbotron .inner {
        background-color: #29477F;
        padding: 40px 0 40px 0;
    }

    .jumbotron h1,
    .jumbotron p {
        text-align: center;
        color: #fff;
    }

    .jumbotron h1 {
        font-size: 35px;
    }

    .jumbotron p {
        font-size: 20px;
        line-height: 1.2;
    }

.loading-notification {
    background-color: #fffacd;
    left: 45%;
    top: 40px;
    border: solid #666666 2px;
    padding: 5px;
    position: absolute;
    margin: 0 auto;
    z-index: 1000;
}

    .loading-notification span {
        font-weight: bold;
    }

#ticket-counts {
    z-index: 20;
}

.container-fluid {
    z-index: 1;
}

ul.dropdown-menu {
    margin: 5px 0 0 0;
}

.uploading-notification {
    background-color: #fffacd;
    border: solid #666666 2px;
    padding: 2px;
    width: 90px;
    text-align: center;
}

    .uploading-notification span {
        font-weight: bold;
    }

.row-fluid .span1dot5 {
    width: 11%;
    *width: 11%;
}
