﻿.add-wrapper {
    display: inline-flex;
    flex-flow: column;
    width: 900px;
    height: 350px;
    justify-content: flex-start;
}

.add-row {
    display: inline-flex;
    flex-flow: row;
    flex-wrap: wrap;
}

.lblAdd {
    width: 200px;
    margin-right:20px;
    margin-top:20px;
    font-size: 12px;
    font-weight: bold;
}

.txtAdd {
    width: 200px;
    margin-right: 20px;
}

.ddAdd {
    width: 60px;
    font-weight: bold;
}

.btnAdd {
    height: 34px;
    margin-right: 20px;
    margin-top: 50px;
}