@charset "utf-8";
/* CSS Document */

html, body {
}
.inLine{
    padding:30px;
    background:#ed1556;
    color:white;
}

.content{
    padding:30px;
}

.myState{
    font-size:2em;
    margin-bottom:10px;
}

.myState span{
    font-weight:bold;
}

.peopleBeforeMe{
    font-weight:normal;
    font-size:1.2em;
    margin-bottom:5px;
}

.timeBeforeMe{
    font-weight:normal;
    font-size:1em;
    margin-bottom:20px;
}

.progressBar{
    width:100%;
}
.progressBarGraphics{
    width:100%;
    border:1px solid #ddd;
}
.progressBarGraphics > div{
    background:white;
    width:0%;
    height:10px;
    transition:all 0.1s linear;
}
.progressBarInfo{
    margin-top:10px;
}
.progressBarInfo span{
    font-weight:bold;
}

.vycerpano{
    color:white;
    padding:2px 5px;
    background:#e4007d;
    
}

.inlineButt{
    background:white;
    color:#e4007d;
    text-decoration:none;
    font-weight:bold;
    padding:10px;
    font-size:2em;
    display:inline-block;
}

.gotoFormButt{
    background:white;
    color:#ed1556;
    font-size:1.5em;
}
.gotoFormButt:hover{
    background:white;
    color:#ed1556;
}