.page-header{
    text-align:center;
}
.grid-x{
    text-align:center;
}

.btn-primary {
    background-color: #0080ad;
    border-color: #0080ad;
}

a {
    color: #0080ad;
}

.btn-danger {
    background-color: #b1667a;
    border-color: #b1667a;
}

.table th, .table td {
    padding: 0.4rem;
}

.kurikulumBoja{
    background-color: #f4fcf6;
}
.paddingSve{
    padding: 10px;
}

.cjelinaBoja{
    background-color: #f4f4fc;
}

.jedinicaBoja{
    background-color: #fcf4f5;
}

.ishodBoja{
    background-color: #fcfcf4;
}
h1{
    font-size: 28px;
}

h2{
    font-size: 24px;

}
h3{
    font-size: 20px;
}
h4{
    font-size: 18px;
}

.nav {

    padding-left: 15px;

}

.logo{
    width:45px;
    height: 45px;

}

#footer{
    position:absolute;
    bottom:10px;
    font-size: 0.5em;
    text-align: center;

}

.overflow{
    border:2px solid black;
    overflow:auto; /* Hide horizontal scrollbar */
    min-height: 250px;
    max-height: 450px;

}
