body {
    margin-top: 50px;
}

.jumbotron {
    padding: 0;
    background-color: #dbfffa;
    background-image: -moz-linear-gradient(to right, #475BE8, #F0F5F8);
    background-image: -webkit-linear-gradient(top, #475BE8, #F0F5F8);
    background-image: -o-linear-gradient(to right, #475BE8, #F0F5F8);
    background-image: linear-gradient(to right, #475BE8, #F0F5F8);
    background-repeat: repeat-x;
    color:#FFF;
    font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica,sans-serif;

}

.jumbotron .h1, .jumbotron h1 {
    color:#FFF;
    text-shadow: 0 2px 20px #555;
}



.breadcrumb {
    background-color: inherit;
    font-weight: 500;
}


.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #000;
    content: "/\00a0";
}

.breadcrumb>.active {
    color: #fff;
}
#chime-jumbo {
    padding-right: 0px;
}
.container .jumbotron, .container-fluid .jumbotron {
    padding-right: 0;
    padding-left: 70px;
}

a {
    color: #000;
}

.nav-img {
    padding-left: 20px;
}
.instant-btn {
    background-color: #ed7e2d;
    background-image: -moz-linear-gradient(to bottom, #f48637, #cc5b19);
    background-image: -webkit-linear-gradient(top, #f48637, #cc5b19);
    background-image: -webkit-linear-gradient(to bottom, #f48637, #cc5b19);
    background-image: -o-linear-gradient(to bottom, #f48637, #cc5b19);
    background-image: linear-gradient(to bottom, #f48637, #cc5b19);
    background-repeat: repeat-x;
    margin-top:20px;
    color:#FFF;
    font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica,sans-serif;
    font-weight: 200;
    font-size:18px;
}

.it-panel {
    margin-top: 30px;
}

.red {
    color: #ce0009;
    margin-left: auto;
    margin-right: auto;
}
.orange {
    color: #e48e00;
}

#my-modal {
}