h1,
h2,
h3,
h4,
h5,
h6{
    color: #006fba;
}
.row-fluid.text-success{
    color: #000;
}
.progress-success .bar, .progress .bar-success {
    background-color: #9ab3ef;
    background-image: -moz-linear-gradient(top,#a9bef1,#8ba8ed);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#a9bef1),to(#8ba8ed));
    background-image: -webkit-linear-gradient(top,#a9bef1,#8ba8ed);
    background-image: -o-linear-gradient(top,#a9bef1,#8ba8ed);
    background-image: linear-gradient(to bottom,#a9bef1,#8ba8ed);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa9bef1',endColorstr='#ff8ba8ed',GradientType=0);
}
.alert.alert-custom {
    background-color: #e9eef8;
    border: 1px solid #9ab3ef;
}
.alert.alert-custom,
.alert.alert-custom h4 {
    color: #006fba;
}