.opred{
    width: 8vw;
    height: 8vw;
    vertical-align: middle;
}
.opredmin{
    width: 5vw;
    height: 5vw;
    vertical-align: middle;
}
.dynamic-form{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    font-weight: bold;
}
form{
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.inputs{
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    margin: .5;
}
#up{
    margin-bottom: 1vw;
}
#add{
    margin-right: 0vw;
}
#remove{
    margin-left: 1vw;
}
.knop{
    cursor: pointer;
    font-size: 1.5vw;
    height: 3vw;
    font-family: Comforta-L;
    background-color: #1E56A0;
    color: #F6F6F6;
    user-select: none;
    display: flex; 
    justify-content: center;
    align-items: center;
    padding-left: 0.3vw;
    padding-right: 0.3vw;
}
.pole{
    border: none;
    float: left;
    padding: 0;
    color: #f6f6f6;
    background-color: #1E56A0;
    width: 3vw;
    height: 3vw;
    font-size: 2vw;
    text-align: center;
    margin: 0 auto;
}
#solve{
    float: left;
    width: auto;
    margin-top: 1vw;
}
#reshenie{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    float: left;
    color: #1E56A0;
    margin: 2vw 5vw 0vw 5vw;
    max-width: 60vw;
    min-height: 20vh;
    font-size: 1.6vw;
}
table{
    border-left: 1px solid #1E56A0;
    border-right: 1px solid #1E56A0;
    font-size: 1.6vw;
}
caption{
    text-align: left;
}
.tab{
    width: 70vw;
    margin-top: 1vw;
}
@media screen and (orientation: portrait){
    .opred{
        width: 15vw;
        height: 15vw;
    }
    .opredmin{
        width: 10vw;
        height: 10vw;
    }
    #up{
        margin-bottom: 2vw;
        margin-top: 5vw;
    }
    #remove{
        margin-left: 2vw;
    }
    .knop{
        font-size: 4vw;
        height: 6vw;
    }
    .pole{
        background-color: #1E56A0;
        width: 8vw;
        height: 8vw;
        font-size: 6vw;
    }
    #solve{
        margin-top: 1vw;
        height: 5vw;
    }
    #reshenie{
        margin: 3vw 5vw 0vw 5vw;
        width: 90vw;
        min-height: 15vh;
        font-size: 3vw;
    }
    .likeall, table{
        font-size: 4vw;
    }
}