#accordion .panel {
	border:none;
	-webkit-box-shadow:none; 
    box-shadow:none;
}
.div-collapse {
  border-top: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.div-collapse {
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
}

.output-container {
    margin-top:0.5em;
}

/* expand by default on large screens and printing */
@media only screen and (min-width: 1024px) {
    .div-collapse.collapse {
        display: block !important;
        height: auto !important;
        overflow: visible !important;
    }
}

@media print {
    .div-collapse.collapse {
        height: auto;
    }
    .output-container {
        font-size: 16pt;
    }
    .print_section_header {
        display: block;
    }
    .screen_section_header {
        display: none;
    }
}

@media screen {
    .print_section_header {
        display: none;
    }
}

#title-control {
    background: #ffc;
    border: 1px solid #676767;
    font-family: arial, helvetica, sans-serif;
    font-size: 1em;
    padding: 2px 4px;
    position: absolute;
    max-width: 150px;
}

.output-table {
    width: 100%;
}

td.mx {
    width: 0;
}

/* Large screen version */
@media only screen and (min-width: 1024px) {
    body {
        margin: 4px;
    }
    
    td.mx {
        width: 1.5em;
    }
}

.stoppages p {
    margin-top: 0.3em;
    margin-bottom: 0;
}

.distance-table {
    border-spacing: 0;
    border-collapse: collapse;
}

.distance-table td {
    border-right: 10px solid white;
    padding-right: 0.7em;
}

.distance-table tr:nth-child(odd) {
    background: #eeeec7;
}

.output-map-custom-control {
  cursor: pointer;
  color: black;
  background: white;
  padding: 8px;
  border-radius: 10px;
  border: 1px solid grey;
  margin: 8px;
}

/* https://www.w3schools.com/howto/howto_css_aspect_ratio.asp */
.x-itin-map-wrapper {
    display: block;
    width: 98%;
    margin-left:auto; 
    margin-right: auto; 
    position: relative;
    padding-top: 75%;   /* 4:3 aspect ratio */
}

.x-itin-map {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.itin-map-wrapper {
    display: block;
    position: relative;
    width: 98%;
/*    padding-top: 60%;*/   /* 4:3 aspect ratio */ 
    height: 800px;
    margin-top: 1em; 
    margin-bottom: 1em; 
    margin-left:auto; 
    margin-right: auto; 
    border: 1px solid black;
}

.itin-map {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.output-section-banner {
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  padding-left: 0.5em;
  padding-right: 0.5em; 
  background-color: #1d7fdb;
  color: #ffffff;
  font-weight: bold;
  font-variant: small-caps;
  font-family: sans-serif;
  font-size: 130%;
  border-radius: 10px;
}

.output-plugin-dropdown-options {
    all: initial;
 	  font-family: Verdana, sans-serif;
}

.output-plugin-menu-button {
    float: right;
    margin-right: 0.5em;
    cursor: pointer;
}

.output-section-indicator {
    cursor: pointer;
    margin-right: 0.5em;
}

.output-plugin-detail {
    margin-top:1em;
}

.hidden-plugin {
    display: none;
}

/* CSS for options tabs - based on https://codepen.io/Wendy-Ho/pen/MWWBvmd */

.output-opts-tab-wrapper {
  display:flex;
  flex-direction: column;
  align-items: center;
}

.output-opts-tab-tab {
  cursor: pointer;
  padding:10px 20px;
  margin:0px 2px;
  background: #1d7fdb;
  display:inline-block;
  color: white;
  border-radius:3px 3px 0px 0px;
  border-left: 1px solid white;
  border-right: 1px solid white;
  border-top: 1px solid white;
  text-transform: capitalize;
}

.output-opts-tab-panels {
  box-shadow: 0 2rem 2rem #00000080;
  min-height:100px;
  background: #0011ff;
  width:100%;
  max-width:500px;
  border-radius:3px;
  border-left: 1px solid white;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  overflow:hidden;
  padding:20px;
  margin-bottom: 1em;
}

.output-opts-tab-panel {
    display:none;
    color: white;
    animation: fadein .8s;
}

@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}

.output-opts-tab-panel-title {
  font-size:1.5em;
  font-weight:bold
}

.output-opts-tab-radio {
  display:none;
}

#output-opts-tab-1:checked ~ .output-opts-tab-panels #output-opts-tab-1-panel,
#output-opts-tab-2:checked ~ .output-opts-tab-panels #output-opts-tab-2-panel,
#output-opts-tab-3:checked ~ .output-opts-tab-panels #output-opts-tab-3-panel {
  display:block
}

#output-opts-tab-1:checked ~ .output-opts-tab-tabs #output-opts-tab-1-tab,
#output-opts-tab-2:checked ~ .output-opts-tab-tabs #output-opts-tab-2-tab,
#output-opts-tab-3:checked ~ .output-opts-tab-tabs #output-opts-tab-3-tab {
 	background: #0011ff;
  color: white;
  border-top: 3px solid white;
}

.opt-panel-header {
    color: white;
}

.navigational_photo {
}


.vertbox-outer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navnotebox {
    display: flex;
}

.printitin-outer {  
    background: #E0E0E0;
    border-radius: 1em;
    padding: 3em;
}

.vertbox-inner {
    flex-direction: column;
    margin: 1em;
}

/* center the blockquote in the page */
.blockquote-wrapper {
    width: 100%;
}

.blockquote-holder {
    margin: 0.5em 12% 0 12%;
    background: #ffffd8; 
/*    background: yellow;*/
    border-radius: 2em;
    padding: 1em 2em 1em 2em;    
}
.blockquote-citation {
}
