#ncar-metrics-container a.helens-link-style {
    text-decoration: underline;
    color: blue;
}
.ncar-metrics-more-link {
    float: right;
    font-size: smaller;
}
.ncar-metrics-more-link a {
    padding: 0 !important;
}
#ncar-metrics-tabs ul li.ui-state-default {
    padding: 0 !important;
}
#ncar-metrics-tabs a {
    padding: 4px;
}
.sDashboard-icon.sDashboard-save-icon {
    background-image: url('/sites/default/modules/custom/ncar_metrics/images/save.png');
    background-repeat: no-repeat;
}
/* let's not mess with this here.
.sDashboard-icon.sDashboard-print-icon {
    background-image: url('/sites/default/modules/custom/ncar_metrics/images/printer.png');
    background-repeat: no-repeat;
}*/
.sDashboard-icon.sDashboard-print-icon,
.sDashboard-icon.sDashboard-circle-remove-icon {
    display: none;
}
#ncar-metrics-map {
    width: 95%;
    height: 95%;
}
#ncar-metrics-map-content
{
    min-height: 600px;
    min-width: 550px;
}

