/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Apr 16, 2016, 5:53:28 PM
    Author     : Filip
*/

*{
    font-family: sans-serif, serif;
}

.navbar-collapse, .container-fluid, .nav>li>a {
    padding-right: 0px;
    padding-left: 0px;

}


.navbar-btn {
    margin-top: 0px;
    margin-bottom: 0px;
}

.navbar {

    min-height: 10px;
}

#div_left>p{
    text-align: left;

}

.img-responsive {
    margin: 0 auto;
}

.nav>li>a{
    padding-top: 5px;
    padding-bottom: 5px;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #e0e0e0;
}