﻿.generic_Container_100
{
    width: 100%;
    box-sizing: border-box;
}
.marginTop2 {
    margin-top: 2px;
}
.marginRight10{
    margin-right: 10px;
}
.cursorPointer{
    cursor: pointer;
}
.widthAuto {
    width: auto;
}
.filterItemContainer
{
    background-color: lavender;
    margin: 1px 0px 1px 0px;
    padding: 1px;
}
.selectColour
{
    width: 20px;
    height: 20px;

}
.coordinate_ddmmss{
    width: 40px;
}
.coordinate_ddmmmm {
    width: 80px;
}
.coordinate_dddddd {
    width: 100px;
}