#half1 {
    float: left;
    width: 50%;
}
#content1 {
    width: 95%;
    min-height: 150px;
}
#half2 {
    float: right;
    width: 50%;
}
#content2 {
    width: 95%;
    min-height: 150px;
}
#contentOutput {
    width: 98%;
    min-height: 150px;
}
h2 {
    display:inline-block;
}
label {
    font-weight:bold;
}
h1 {
    margin: 1em 0 0.5em 0;
    font-weight: normal;
    position: relative;
    text-shadow: 0 -1px rgba(0,0,0,0.6);
    line-height: 50px;
    background: rgba(53,86,129, 0.8);
    border: 1px solid #fff;
    padding: 5px 15px;
    color: white;
    border-radius: 0 10px 0 10px;
    box-shadow: inset 0 0 5px rgba(53,86,129, 0.5);
}
h2 {
    margin: 1em 0 0.5em 0;
    font-weight: normal;
    position: relative;
    text-shadow: 0 -1px rgba(0,0,0,0.6);
    line-height: 40px;
    background: rgba(0,140,0, 0.8);
    border: 1px solid #fff;
    padding: 5px 15px;
    color: white;
    border-radius: 0 10px 0 10px;
    box-shadow: inset 0 0 5px rgba(0,140,0, 0.5);
}
