body { 
    height: 100%; 
    margin: 0px; 
    padding: 0px; 
    background: #444141; 
    font-family: 'Open Sans', sans-serif;
}
form {
    background: #2F2D2D;
    border: 1px solid white;
    padding: 30px;
    font-size: .9em;
    position:fixed !important;
    margin: auto;
    position: absolute;
    left: 0; 
    right: 0;
    top: 20%;
    width: 400px;
    min-height: 40%;
    z-index: 100;
    color: white;
}
table {
    width: 100%;
    border-collapse: collapse;
}
table td {
    border-bottom: 1px dotted grey;
    padding: 4px 8px;
}
table td.itemval {
    color: #EBFF93;
    font-weight: 600;
    font-size: 1.2em;
    text-align: right;
}
#edit select, input[type="text"] {
    width: 100%;
}