@charset "utf-8";
div.DivDirections {
    overflow-y: auto;
    color: #7D7D7D;
    letter-spacing: .01em;
    margin: 12px auto 0;
    position: relative;
}
#PrintButton {
    margin: 20px 0 10px;
    display: none;
}
#PrintButton a {
    text-decoration: none;
}
#PrintButton a:hover {
    color: #006CAC;
    text-decoration: underline;
}
div.ButtonSpan a {
    color: #000;
    font-weight: 700;
    margin-left: 10px;
}
div.ButtonSpan a:hover {
    text-decoration: none;
}
.routeclick {
    height: 50px;
}
.routeclick:hover {
    cursor: pointer;
}
table.adp-placemark {
    display: none;
}
table.adp-directions {
    width: 100%}
td.adp-substep {
    border-top: 1px solid #c0e3ff;
}
div.adp-distance {
    text-align: right;
	font-weight: bold;
}
div.adp-summary {
    margin-top: 20px;
    border-top: 1px solid #c0e3ff;
    padding-left: 28px;
}
div.adp-legal {
    border-top: 1px solid #c0e3ff;
    padding-top: 5px;
    text-align: right;
    color: #2b7ee4;
    overflow: hidden;
    padding-bottom: 10px;
}
.adp-step, .adp-substep {
}
.adp-legal {
    display: none;
}