#containter {
position:relative;
}

#column {
border:.5em solid #fff;
position:fixed;
top:0;
right:0;
width:26em;
padding:.25em 1em 1em;
background:rgb(255,255,255);
background:rgba(255,255,255,.9);
cursor:move;
}

#column h1 {
margin-top:0;
}

fieldset {
border:0;
padding:0;
}

#getoptions {
margin-top:1em;
}

.options-column {
width:49%;
display:inline-block;
}

#getoptions {
float:right;
}
