<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * This code contains copyright information that is the proprietary property of 
 * IT Works, Inc. No part of this code may be reproduced, stored or transmitted 
 * in any form without the prior written permission of IT Works, Inc. 
 *
 * Copyright IT Works, Inc 2014
 * All rights reserved. 
 */

@media only screen and (max-width: 550px) {
	body{
		margin:0px;
	}
}

.menu-item {
	padding: 7px;
	margin-bottom: 15px;
	border: 1px steelblue solid;
}

.menu-item ol li {
	font-size: 100%;
}

#default-map {
	display: none;
}

#loading {
	display: none;
	background-color: #f2f6f7;
	opacity: 0.50;
	filter: alpha(opacity=50);
	overflow: auto;
    background: #f2f6f7 url("//mapstest.amtrak.com/amtrak/img/medium-spin.gif") no-repeat center center;
}

#iframesv {
	width: 578px;
}

#compatmode {
	position: absolute;
	width: 600px;
	height: 225px;
	background-color: #333333;
	opacity: 0.85;
	filter: alpha(opacity=85);
	z-index: 10;
	text-align: center;
	vertical-align: middle;
	overflow: auto;
	display: none;
	margin-top: -225px;
}

#compatmode_content {
	position: absolute;
	background-image: url('//mapstest.amtrak.com/amtrak/img/ErrorMessage_Compatibility.jpg');
	z-index: 900;
	height: 69px;
	width: 375px;
	left: 38%;
	top: 50%;
	margin-left: -120px;
	margin-top: -45px;
	border: 1px solid black;
}

.compatmode_content_text {
	font-size: 8pt;
	font-family: 'Lato', sans-serif !important;
	margin-left: 7px;
	margin-top: 40px;
	text-align: left;
}

div.stn-box {
	background-color: #FFFFFF;
	border-radius: 3px;
	border: 1px solid #0074bc;
	box-shadow: 2px 2px 2px rgba( 0, 0, 0, 0.3);
	width: 178px;
	text-align: center;
	color: #0074bc;
	font-family: Verdana;
	cursor: auto;
	padding-top: 6px;
	padding-left: 9px;
	padding-right: 15px;
	min-width: 180px;
	min-height: 80px;
}

div.stnBox&gt;img {
	left: 14px;
	top: -18px;
}

div.stn-box img.stn-box-arrow {
	bottom: -25px;
	position: absolute;
}

div.content {
	color: #333333;
	font-size: 11px;
	text-align: left;
	padding-bottom: 12px;
}

div.stn-box-header {
	color: #0064db;
	font-size: 11px;
	text-align: left;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 5px;
}

div.stn-box-header&gt;a {
	color: #0074bc;
}

.gm-style-mtc {
    width: initial !important;
}
.gm-style-mtc &gt; div {
    font-size: 14px !important;
    padding: 8px 22px 8px 8px !important;

}</pre></body></html>