#bodywrap {
    font-family: Helvetica, Arial, sans-serif;
}

#inpJsFilepath
{
    width: 100%;
    clear: both;
}

#taJsInputCode,
#taJsOutputCode,
#taOutputSourceMap
{
    width: 100%;
    clear: both;
    height: 150px;
    font-family: "Courier New", monospace;
}

#btnMinify,
#btnBeautify
{
    width: 100%;
    clear: both;
    font-size: 2em;
}

label.option
{
	display: block;
	width: 100%;
}

label.option span.label-text
{
	display: block;
}

label.option input
{
	display: block;
	width: 100%;
}