﻿/*Popup Styles*/
.map-popup-obdiierror {
    color: red;
    font-size: 20px;
    font-weight: bold;
}

.map-popup-label {
    font-weight: bold;
    font-size: 14px;
    vertical-align: top;
}

.map-popup-label-lg {
    font-weight: bold;
    font-size: 18px;
}

.map-popup-field {
    font-size: 12px;
    vertical-align: top;
    text-transform: capitalize;
    line-height: 18px;
}

.map-popup-field-lg {
    font-size: 18px;
    text-transform: capitalize;
}

.map-popup-vdtmessage {
    color: blue;
    font-weight: bold;
    font-size: 14px;
}

.map-popup-popup-title {
    font-weight: bold;
    font-size: 24px;
}
