﻿a, b, blockquote, dl, li, ol, p, pre, td, th, ul {
    font-size: inherit;
}

a.treds_breadcrumb, a.treds_breadcrumb:active, a.treds_breadcrumb:hover, a.treds_breadcrumb:visited {
    color: #0562d3 !important;
}

.treds_breadcrumb {
    color: #0562d3;
    font-size: 0.9em;
}

.treds_breadcrumb.bar {
    /* border-top: 1px solid #9c9bdf; */
    text-align: left;
}

.treds_breadcrumb.parent::after {
    display: inline-block !important;
    content: "" !important;
    width: 15px !important;
    height: 15px !important;
    background: url(https://transactions.dmv.virginia.gov/img/ui-icons_333333_256x240.png) -30px -13px no-repeat !important;
    z-index: 9999 !important
}

div.impact-chart {
    background-image: url("pictures/VehicleImpactChart.png");
    width: 170px;
    height: 213px;
}

div.impact-chart-wrapper:not(.brokenrule-tooltip) {
    padding: 7px;
}

div.impact-chart-wrapper.brokenrule-tooltip {
    padding: 4px;
}

.crash-buttons {
    margin-bottom: .75em;
    padding-bottom: .75em;
    border-bottom: .25em solid #ACCBE0;
}

.crash-form {
    height: 450px;
    overflow-y: auto;
    overflow-x: hidden;
}

/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1500px) {
}
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1900px) {
    .crash-form {
        height: 600px;
        overflow-y: auto;
        overflow-x: hidden;
    }
}



/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1900px) {
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
}
