.container {
  margin: auto;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.25rem;
  line-height: 1.25rem;
}

/* Grid  */
.column {
  flex-basis: 100%;
  padding: 5px;
}
.column p {
  color: #666;
  padding-right: 50px;
  padding-bottom: 15px;
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}

/*UL LIST STYLE*/
ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-indent: initial;
}
ul li {
  margin: 0;
  padding: 0;
}
ul li:before {
  content: "";
}

#mylst {
  font-size: 18px;
  color: #666;
}
#mylst li a {
  width: 100%;
  text-decoration: none;
  color: #666;
  cursor: pointer;
}
#mylst li a:hover {
  width: 100%;
  text-decoration: underline;
  color: #ED6E00;
  cursor: pointer;
}
#mylst li a:visited {
  text-decoration: none;
}

h3 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 400;
  width: 90%;
  padding: 0;
  margin: 0px;
  color: #666;
  font-weight: bold;
}

#shortline-details {
  display: table;
  width: 100%;
}
#shortline-details .table-row {
  display: table-row;
  color: #666;
}
#shortline-details .table-row div {
  display: table-cell;
  padding: 10px 10px 10px 5px;
  font-size: 1.25rem;
}
#shortline-details .table-row div:first-child {
  max-width: 40%;
}
#shortline-details .table-row:nth-child(odd) {
  background: #eee;
}

.breadcrumb {
  font-size: 14px;
  margin: 0;
  background: #eee;
  padding: 10px;
  min-height: 35px;
}
.breadcrumb > span {
  color: #666;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  text-indent: initial;
  margin: 0;
  padding: 0;
  min-height: 47px;
}
.nav:after {
  content: '';
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
  padding: 0;
}

ul#mylst.nav-tabs {
  border-bottom: 1px solid #ddd;
  width: 100%;
}
ul#mylst.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
ul#mylst.nav-tabs > li:first-child {
  margin-left: 20px;
}
ul#mylst.nav-tabs > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 2px 2px 0 0;
  color: #888;
  width: inherit;
}
ul#mylst.nav-tabs > li > a:visited {
  color: initial;
}
ul#mylst.nav-tabs > li > a:hover, ul#mylst.nav-tabs > li > a:focus {
  color: #f85d13;
}
ul#mylst.nav-tabs > li:before {
  content: '';
}
ul#mylst.nav-tabs > li.active > a {
  color: #f85d13;
  cursor: default;
  background-color: #eee;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

#output h3 {
  padding: 10px 0px 0px;
  width: auto;
  font-weight: normal;
  line-height: 1.2em;
  margin: 0 0 10px 0;
  font-size: 34px;
  color: #666;
}
#output ul {
  margin: 0;
  padding: 0;
  text-indent: initial;
}
#output ul li {
  margin: 0;
  padding: 0;
  text-indent: initial;
}
#output ul li:before {
  content: "";
}
#output ul li a {
  padding: 5px 0px;
  display: block;
}

.btn {
  display: inline-block;
  padding: 10px 15px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

@media all and (min-width: 1000px) {
  .row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .column {
    flex: 1;
  }

  ul.my-columns {
    column-count: 3;
  }

  div.menu.desktop {
    display: block;
  }

  div.menu.mobile {
    display: none;
  }
}
@media all and (max-width: 768px) {
  ul.my-columns {
    column-count: 1;
  }
}
@media all and (max-width: 768px) {
  div.menu.desktop,
  #crumbs {
    display: none;
  }

  div.menu.mobile {
    display: block;
  }

  .container {
    max-width: 100%;
    padding: 5px 10px;
  }
}
