body {
    background-color: #eceff3;
}

.navbar-default {
    background: #475C86 url();
    color: #fff;
}

.navbar-default .navbar-brand {
    color: #fff;
}
a.navbar-brand {
    color: #fff;
}
a.navbar-brand:hover {
    color: #fff !important;
}

.navbar a:hover {
    color: #fff !important;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
}
.navbar-text {
    color: #fff !important;
}

.block {
    margin: 20px 5px;
}

.glyphicon-big {
    font-size: 4em;
}

#result {
    margin: 20px;
}

.result-subject {
    margin-bottom: 20px;
    border-top: 1px solid;
    padding: 5px;
}
.subject-name {
    font-weight: bold;
}
.subject-companies {
    margin: 20px;
}
.subject-header {
    font-weight: bold;
    font-size: 0.8em;
    padding-bottom: 5px;
}

#goprocess {
    display: none;
}
#continueprocess {
    display: none;
}