.mainContainer {
    position: static;
    top: 0;
}
header {
    display: none;
}
.sidebar {
    display: none;
}
.mainPanel {
    display: block;
    width: 100%;
    left: 0;
    top: 400px;
    height: auto;
    max-height: none;
    overflow: visible;
    padding: 20px 50px 0;
}
.mainPanel .modo-transporte,
.mainPanel .show-more,
.mainPanel .filtro {
    display: none;
}
.mainPanel input {
    border: 1px solid #CCC !important;
}
.mainPanel .texto-paso {
    margin-left: 5px;
}
.mainPanel .circlePill {
    border: 1px solid #888;
    margin-left: 5px;
}
.mainPanel .circlePill:first-of-type {
    margin-left: 0;
}
.mainPanel .icon-combinacion:before {
    content: "\e092";
    font-family: 'Glyphicons Halflings';
}
#information-box .op-recorrido {
    border: none;
}
#information-box .toggle {
    display: none;
}
#information-box .toggle[aria-expanded="true"] {
    display: block;
}

.filler { 
    display: block;
    width: 100%;
    height: 400px;
    left: 0;
}
.filler .leaflet-control-container {
    display: none;
}