* {
  box-sizing: border-box;
}
a { text-decoration: none; }
a:link { color: #5b7e96; }
a:visited { color: #5b7e96; }
a:hover { color: #000; }
.row::after {
  content: "";
  clear: both;
  display: table;
}
[class*="col-"] {
  float: left;
  padding: 15px;
}
@font-face {
  font-family: "OwnFamily";
  src: url("avenir-next-pro-medium.otf");
  font-style: normal;
  font-weight: bold;
}
html {
  font-family: "OwnFamily", Arial;
}
.header {
    /*background-color: #5b7e96;
    color: #ffffff;*/
    padding: 2px;
}
.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.aside {
    background-color: #33b5e5;
    padding: 15px;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.footer {
    background-color: #5b7e96;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    padding: 15px;
}

img {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.img-menu {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.img-conspiracy {
  width: 50%;
  margin-left: 30%;
  margin-right: auto;
}
#img-guardian {
  width: 250px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
#img-list-nyt {
  width: 200px;
  height: 200px;
}
.wp-video {
  width: 80%;
}
.wp-video-shortcode {
  width: 80%;
}

iframe {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}


#html-btn,
#epub-btn,
#pdf-btn,
#style-btn,
#menu-btn {
  border: 2px;
  /*color: white;*/
  padding: 13px 13px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 24px;
}
#style-btn,
#menu-btn {
  background-color: #5b7e96;
}
#html-btn,
#pdf-btn {
  background-color: #fff;
}

#article-current {
  text-align: justify;
  text-justify: inter-word;
}

.work,
.home,
.school {
  width: 100%;
  padding-left: 5px;
  padding-top: 5px;
  margin-right: 5px;
  margin-top: 5px;
  height: 100%;
  /* height: 400px; */
  /*border: 2px solid #888;*/
}
.work {
  background-color: #eee;
}
.home {
  background-color: #eee;
}
.school {
  background-color: #eee;
}
.bus {
  display:inline-block;
  float: left;
  width: 180px;
}
.busStop {
  display:inline;
}
.busStopName {
  font-style: italic;
  text-align: center;
  color: #88f;
}
.busService {
  box-sizing: content-box;
  text-align: center;
}
.busServiceNum {
  box-sizing: content-box;
  border: 2px solid #888;
  margin: auto;
  min-width: 64px;
  max-width: 64px;
  font-weight: bold;
  font-size: 2em;
  text-align: center;
  margin-bottom: 5px;
  margin-top: 10px;
}
.busServiceTime {
  box-sizing: content-box;
  min-width: 64px;
  max-width: 64px;
  text-align: center;

}
.busServiceTimeNext {
/*  display: inline;*/
  font-size: 0.7em;
}
.busServiceTimeNext:before {
  content: "(";
}
.busServiceTimeNext:after {
  content: "min)";
}
.busServiceTime:after {
  content: "min";
}
.busServiceTime {
  display: inline;
}
.last-update {
  display: inline;
}
.header {
  display: inline;
}

.work .arriving,
.school .arriving,
.home .arriving {
  /*background-color: red;
  color: white;*/
  color: red;
  padding-left: 10px;
  padding-right: 10px;
}
.work .should-go,
.school .should-go,
.home .should-go {
  /*background-color: #F4A460;
  color: black;*/
  color: #F4A460;
  padding-left: 10px;
  padding-right: 10px;
}
.work .plenty-of-time,
.school .plenty-of-time,
.home .plenty-of-time {
  color: #008000;
}
.myform {
  display: inline;
  background-color: #eee;
}
.search {
  font-size: 16px;
}
.button {
  display: inline;
  background-color: #5b7e96;
  border: none;
  color: white;
  margin-top: -4px;
  padding: 8px 32px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
}

.history {
  height: 100%;
  max-height: 50px;
}



/* For mobile phones: */
[class*="col-"] {
    width: 100%;

  }
/*@media only screen and (min-width: 500px) and (max-width: 699px) {*/
@media only screen and (max-width: 699px) {
  /* For phone */
  h1 { font-size: 1.5em; }
  .col-1 { width: 27%; }
  .col-4 { width: 30%; }

}
@media only screen and (min-width: 700px) {
    /* For tablets: */
    .col-s-1 {width: 8.33%;}
    .col-s-2 {width: 16.66%;}
    .col-s-3 {width: 25%;}
    .col-s-4 {width: 33.33%;}
    .col-s-5 {width: 41.66%;}
    .col-s-6 {width: 50%;}
    .col-s-7 {width: 58.33%;}
    .col-s-8 {width: 66.66%;}
    .col-s-9 {width: 75%;}
    .col-s-10 {width: 83.33%;}
    .col-s-11 {width: 91.66%;}
    .col-s-12 {width: 100%;}
}
@media only screen and (min-width: 768px) {
    /* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
}


/*--------*/
/*
body { font-family: arial, verdana, sans-serif; }
h1 { font-size:20px; font-weight:bold; }
h2 { font-size:16px; font-weight:bold; }
h3 { font-size:14px; font-weight:bold; }
*/

