﻿.instructionpanel
{
    font-family: "Lucida Grande", "Arial", sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    width: auto;
    height: auto;
    padding: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background:rgba(255,255,255,0.9);
}

.labels
{
    color: #fff;
    background: #b40101;
    font-family: "Lucida Grande", "Arial", sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    width: 43px;
    height: 15px;
    white-space: nowrap;
}

.arealabels
{
    color: #b40101;
    font-family: "Lucida Grande", "Arial", sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    width: auto;
    height: auto;
    padding: 6px;
    white-space: nowrap;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background:rgba(255,255,255,0.9);
}

.distancelabels
{
    color: #b40101;
    font-family: "Lucida Grande", "Arial", sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    width: auto;
    height: auto;
    padding: 4px;
    white-space: nowrap;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background:rgba(255,255,255,0.9);
}
