







.header {

    background-color: #f1f1f1;

    padding: 10px;

}





h1

{

    text-align: center;

}



#oznamenie

{

    color: black;

    text-align:right;

    display: flex;

    flex-flow: row;

    width:50%;

}

#plus
{
    width: 20px;
    height: 20px;
}
#cas
{
position:absolute;
visibility: hidden;
border-radius: 1px;
padding:20px;
margin:20px;
    background-color: darkolivegreen;
    width: 120px;
    height: 60px;
    z-index: 1;
}
#progres
{
    display: flex;

    flex-flow: column;
}
.progress-bar
{
    
    background-color: darkgreen;
    color:black;
}
.progress {

    text-align: center;
    color: black;
    background-color: white;
    border-style: solid;
    border-width: thin;

}


span {



    display: block;



    font-size: 96%;



    height: 10%;



    border-radius: 5px;



    





}

#peniaze

{
    
    border-style: solid;
    border-width: thin;
    display: flex;

    flex-flow: row;

    background-color: green;

    color: white;
    border-color: black;

    font-weight: bold;

    margin: 1%;

    padding: 1%;

}

#lvl

{
    
    border-style: solid;
    border-width: thin;
    display: flex;

    flex-flow: row;
    background-color: green;

    color: white;

    border-color: black;
    font-weight: bold;

    margin: 1%;

    padding: 1%;

}

#exp

{
    
    border-style: solid;
    border-width: thin;
    display: flex;

    flex-flow: row;
    background-color: green;

    color: white;

    border-color: black;
    font-weight: bold;


    

    padding-right: 100%;
    height: auto;


}



.navbar-nav {

    margin: 7.5px 5px;

}



