body{
    font-family: 'Roboto', sans-serif;
    background: #ffffff url("../img/bg.jpg") no-repeat center top fixed;
    background-size: cover;
}
input[type=text]{
    padding: 0 10px;
    border: none;
    background: none;
    border-bottom: 1px solid #333;
}
input[type=text]:hover, input[type=text]:focus{
    outline: 0;
    border: none;
    border-bottom: 1px solid #000;
}
select{ padding: 10px 20px; border: none; cursor: pointer; text-align: center; text-align-last: center; background: none;}
select:hover, select:focus{ outline: 0; border: none; }
select option{ border: none; }
#footer{
    position: fixed;
    bottom: 5px;
    right: 5px;
    font-size: .6em;
}
#firstContainer{
    padding: 10px;
    position: fixed;
    text-align: center;
    width: 70vw;
    height: 35vh;
    top: 50vh;
    left: 50vw;
    margin-top: -17.5vh;
    margin-left: -35vw;
    background: rgba(255, 255, 255, .4);
}

#secondContainer, #thirdContainer, #fourthContainer, #fifthContainer, #sixthContainer{
    padding: 10px;
    position: fixed;
    display: none;
    text-align: center;
    width: 70vw;
    height: 60vh;
    top: 50vh;
    left: 50vw;
    margin-top: -30vh;
    margin-left: -35vw;
    background: rgba(255, 255, 255, .4);
}
#finalContainer{
    padding: 10px;
    position: fixed;
    display: none;
    text-align: center;
    width: 20vw;
    height: 20vh;
    top: 50vh;
    left: 50vw;
    margin-top: -10vh;
    margin-left: -10vw;
    background: rgba(255, 255, 255, .4);
    overflow: auto;
}

#genlink{
    color: black;
    font-weight: bold;
}
#headter{
    position: fixed;
    top: 0;
    left: 50vw;
    margin-left: -35vw;
    width: 70vw;
    height: 20px;
    line-height: 20px;
    font-size: 13px;
    text-align: center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background: rgba(255, 0, 0, .6);
    color: white;
}

#firstClick{ cursor: pointer; }
#firstClick:hover, #firstClick:focus{ border-bottom: .05em dashed black; }
#generator{ margin: 0 auto; }
#generator table{ margin: 0 auto; border: 1px dashed grey; }
.nav{
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none;
    user-select: none
}
.nav span:first-child{
    float: left;
}
.nav span:last-child{
    float: right;
}
.nav span i{ position: relative; top: -2px; vertical-align: middle }
.nav span{ font-size: 15px; cursor: pointer;}

#secondContainer table{
    width: 100%;
    font-weight: bold;
}
#secondContainer table tr:first-child td img{
    cursor: pointer;
}
.isActive{
    box-shadow: 0 0 0 2px black;
}
.genderInput{ cursor: pointer; }
.genderInput:hover, .genderInput:focus{ font-weight: bold; }
.isSelected{ font-weight: bold; }

#download{
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}
#backtofifth{
    font-weight: bold;
    font-style: italic;
    border-bottom: 1px dashed black;
    cursor: pointer;
}
#teletravailInput{
    width: 70%;
}
#ttsign{
    color: grey;
    font-size: 15px;
}