html{
	height: 100%;
}
body{			
	color: #ddd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 0;
	margin: 0px;
	padding-bottom: 10px;
    background-color: #000;
    line-height: 1.5;
}
.footerlogo{
	height: 25px;
}
.title {
    text-align: center;
    font-size: 36px;
    padding-top: 12px;
}
.framed, .framed:focus{
	border: 1px solid #222 !important;
}
.bg{
    background-color: #191;
}
.logo{
	height: 80px;
	width: 100%;
}
.label{
    text-align: right;
    font-size: 20px;
    padding-top: 5px;
}
.form-control{
    background-color: #050505;
    color: #bbb;
    margin-bottom: 3px;
}
.form-control:focus{
    background-color: #101010;
    color: #fff;
    box-shadow: 0 0 0 0;
    outline: 0;
}
.valid {
	border-color: #191 !important;
}
.invalid {
    border-color: #911 !important;
}
.line{
    display: flex;
    flex-flow: row nowrap;
}
.line *{
    float:left;    
}
.line .form-control{
    text-align: center;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 25px;
    border-color: #222;
}
.line .form-control:focus{
    border-color: #444;
}
.plotter{
    height: calc(100vh - 156px);
    width: 100%;
    padding: 0px !important;
}
hr {
	border: 1px solid #444;
}
#error{
    display: none;
    color: #a00;
    position: absolute;
}
.hidden{
    display: none;
}
#resolution{
    height: 2px;
    width:100%;
    vertical-align: super;
}
#scale, #size, #linewidth{
    height: 2px;
    vertical-align: super;
}
#size, #linewidth{
    width: 50%;
    float:right;
    margin-top: 12px;
}
label{
    margin-bottom: 0px;
}
#demo{
    height: 32px !important;
    margin-top: 5px;
}