﻿#scalebar
{
	position: absolute;
	width: 5.2cm;
	bottom: 50px;
	left: 20px;
}
#scalebar #barImage
{
    position: absolute;
    border: 1px solid black;
    background:red;
    font-size: 8pt;
    height: 10px;
    width: 100%;
    top: 16px;
    white-space: nowrap;
    overflow : hidden;
}

#scalebar #barImage .b
{
    border: 0px solid red;
    position: absolute;
    height: 12px;
    display: inline-block;
    background-color: black;
}

#scalebar #barImage .w
{
    border: 0px solid red;
    position: absolute;
    height: 12px;
    display: inline-block;
    background-color: white;
}

#scalebar #zeroNumber
{
    font-size: 6pt;
    position: absolute;
}

#scalebar #firstNumber
{
    font-size: 6pt;
    position: absolute;
}

#scalebar #secondNumber
{
    font-size: 6pt;
    position: absolute;
    visibility: hidden;
}

#scalebar #thirdNumber
{
    font-size: 6pt;
    position: absolute;
}

#scalebar #fourthNumber
{
    font-size: 6pt;
    position: absolute;
}

#scalebar #fifthNumber
{
    font-size: 6pt;
    position: absolute;
}

#scalebar #unit
{
    font-size: 10pt;
    top: 12px;
    position: absolute; /*right: 20pt;*/
}