
body {
    padding-top: 40px;
    padding-bottom: 40px;
}

/* Custom container */
.container {
    margin: 0 auto;
    max-width: 1000px;
}

/* Customize the navbar links to be fill the entire space of the .navbar */
.navbar .navbar-inner {
    padding: 0;
    margin-top: 10px;
}

.navbar .nav {
    margin: 0;
    display: table;
    width: 100%;
}

.navbar .nav li {
    display: table-cell;
    width: 1%;
    float: none;
    vertical-align: middle;
}

.navbar .nav li a {
    font-weight: bold;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, .75);
    border-right: 1px solid rgba(0, 0, 0, .1);

}

.navbar .nav li:first-child a {
    border-left: 0;
    border-radius: 3px 0 0 3px;
}

.navbar .nav li:last-child a {
    border-right: 0;
    border-radius: 0 3px 3px 0;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.antanas {
    height: 60px;
    margin-top: 20px
}

#custom ol {
    list-style-type: none;
    counter-reset: item;
    margin: 0;
    padding: 0;
}

#custom li {
    display: table;
    counter-increment: item;
    margin-bottom: 0.6em;
}

#custom li:before {
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: 0.6em;
}

#custom li li {
    margin: 0;
}

#custom li li:before {
    content: counters(item, ".") " ";
}

/*.nav li > a {*/
/*    min-height: 40px;*/
/*    vertical-align: middle;*/
/*}*/
.navbar .navbar-fixed-1 .nav > li > a {

}

