#logo {
max-width: 60%;
margin: 0 auto; }

.center {
text-align: center; }

table {
width: 100%; }

.row {
margin-bottom: 1em; }

.container {
margin-top: 20px; }

.login-form {
margin: 0 auto;
margin-top: 5em; }

h1 {
font-weight: bold;
font-size: 1.6em; }

h2 {
font-weight: normal;
font-size: 1.3em; }

label {
white-space: nowrap;
font-weight: normal; }

.cervena {
color: red; }

.doprava {
text-align: right; }

.nelam {
white-space: nowrap; }

.kratke {
width: 50px; }

.progress {
position:relative;
width: 100%;
border: 1px solid #ddd;
padding: 1px; }

.bar {
background-color: #B4F5B4;
width:0%;
height:30px; }

.percent {
position:absolute;
display:inline-block;
top:3px;
left:48%; }