﻿
#needTemplate {
    display: none;
}

#regularTemplate {
    display: none;
}

#batchTemplate {
    display: none;
}

.batchdetail {
    display: block;
    margin-right: 8px;
    margin-top: 8px;
    font-size: x-small;
    font-style: italic;
    color: #999;
    line-height: 1.3;
    text-align: right;
}

.well {
    background-color: #f5f5f5;
    margin-bottom: 8px;
    border-radius: 4px;
    padding: 4px;
}

#newBatch {
    border: 4px dashed #808080;
    background-color: black;
}

#body {
    background-color: #222;
}