/* CSS for SCHEDULE OF TRAINS PAGE */
.Submit_Destination {
	width: 270px;
	border-style:outset;
	border-width:5px;
}
.Submit_Destination:hover {
	width: 270px;
	border-style:inset;
	border-width:5px;
}
.Submit_Destination_LONG {
	width: 350px;
	border-style:outset;
	border-width:5px;
}
.Submit_Destination_LONG:hover {
	width: 350px;
	border-style:inset;
	border-width:5px;
}
