body {
  /* Disables pull-to-refresh but allows overscroll glow effects. */
  overscroll-behavior-y: contain;
}

.comment {
  position: relative;
  width: 90%;
  height: auto;
  margin: 0 auto;
}

.comment_author {
  position: relative;
  float: left;
  z-index: 5;
  width: 50%;
  margin:0 auto;
  padding-top: 0px;
  padding-bottom: 0px;
  color: rgb(170, 170, 170);
}

.comment_date {
  position: relative;
  top: 0;
  right: 0;
  z-index: 6;
  width: 50%;
  float: right;
  text-align: right;
  margin:0 auto;
  color: rgb(170, 170, 170);
}

.comment_text {
  float: left;
  clear: both;
  width: 100%;
  margin:0 auto;
  padding-top: 5px;
  padding-bottom: 15px;
  color: rgb(0, 0, 0);
}

#postStream {
  background-color: rgb(255, 255, 255);
}

.post_author {
  font: 700 13px/1.38 Roboto;
  width: 90%;
  margin: 10px auto 0;
  padding-top: 5px;
  font-size: 14px;
  color: rgb(0, 0, 0, 0.6);
}

.post_comment_count {
  width: 90%;
  margin: 10px auto 0;
  padding-bottom: 10px;
  color: rgb(255, 0, 0);
}

.post_container {
  font: 300 13px/1.38 Roboto;
  clear: both;
  width: 95%;
  //border-bottom: 1px solid rgb(226, 226, 226);
  //border-left: 1px solid rgb(226, 226, 226);
  background-color: rgba(265, 265, 265, 0.5);
  border-radius: 5px;
  margin: auto;
}

.post_detail_container {
  font: 300 13px/1.38 Roboto;
  float: left;
  width: 100%;
  background-color: rgb(255, 255, 255);
}

.post_date {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 2px;
  text-align: left;
  color: rgb(255, 0, 0);
}

.post_media_small {
  text-align: center;
  width: 100%;
  height: auto;
  min-height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  clear: both;

}

.post_media_small iframe {
  height: 200px
}

.post_media_large {
  width: 100%;
  height: auto;
  margin: 0 auto 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.post_text {
  width: 90%;
  margin: 5px auto 0;
  color: rgb(0, 0, 0, 0.6);
}

img.post_media_img {
  width: 100%;
  height: auto;
  margin: 0px auto 10px;
}

.comment_form {
  width: 90%;
  margin: 10px auto 15px;
}

.button-primary,
.button-success,
.button-error,
.button-warning,
.button-secondary {
  color: white;
  border-radius: 4px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  font: 700 13px/1.38 Roboto;
}

.button-success {
  background: rgb(28, 184, 65); /* this is a green */
}

.button-error {
   background: rgb(202, 60, 60);
}

.button-warning {
  background: rgb(223, 117, 20);
}

.button-secondary {
  background: #5BB1E6; 
}

.button-primary {
  background: #FF0800;
}

h2.geo_content {
  font: 300 26px Roboto;
  width: 90%;
  margin: 25px auto 5px;
}

h3.geo_content {
  font: 300 18px Roboto;
  font-weight: bold;
  text-transform: uppercase;
  width: 90%;
  margin: 25px auto 5px;
}

p.geo_content_caption {
  font: 300 12px/1.38 Roboto;
  width: 90%;
  margin: 0px auto 10px;
}

p.geo_content {
  font: 300 14px/1.38 Roboto;
  width: 90%;
  margin: 10px auto 10px;
}

img.geo_content {
  width: 100%;
  height: auto;
  margin: 10px auto 10px;
}

a {
  text-decoration: none;
  color: #FF0800
}

p.alt_lang {
  font-style: italic;
}

img.post_img {
  max-height: 100%;  
  max-width: 100%; 
  width: 50px;
  height: 50px;
  position: absolute;  
  top: 0;  
  bottom: 0;  
  left: 0;  
  right: 0;  
  margin: auto;
}

img.post_avatar_small {
  width: 40px;
  height: 40px;
  vertical-align:middle;
}

img.post_avatar_large {
  width: 60px;
  height: 60px;
  vertical-align:middle;
}

.ad_container {
  position: relative;
  width: 90%;
  height: auto;
  margin: 0 auto 0;
  border-top: 1px solid rgb(230, 230, 230);
}

.ad_img {
  display: block;
  position: absolute;
  top: 15px;
  left: 0;
  width: 160px;
  height: auto;
  overflow: hidden;
}

.ad_content {
  position: absolute;
  top: 15px;
  left: 0px;
  width: auto;
  height: auto;
  padding-left: 180px;
  font: 300 12px/1.38 Roboto;
}

.ad_title {
  font: 700 18px/1.38 Roboto;
  color: rgb(0, 186, 255);
  margin: 0 auto 0;
}

.ad_description {
  color: rgb(0, 0, 0);
  margin-top: 0;
  margin-bottom: 5px;
}

.ad_contact {
  color: rgb(0, 0, 0);
}

.ad_button {
  display: block;
  float: left;
  clear: both;
  margin-top: 10px;
  padding: 5px;
  border: 1px solid rgb(255, 0, 0);
  border-radius: 3px;
  font-size: 1em;
  text-align: center;
  color: rgb(255, 0, 0);
}

.leg_futur {
  background-color: rgba(255,255,255,0.1);
  margin-top: 1px;
  color: rgb(255,255,255);
}

.leg_current {
  background-color: rgba(88, 193, 249,0.15);
  margin-top: 1px;
  color: rgb(255,255,255);
}

.leg_complete {
  background-color: rgba(255,255,255,0.1);
  margin-top: 1px;
  color: rgb(255,255,255);
}

.leg_nostat {
  background-color: rgba(255,255,255,0.05);
  margin-top: 1px;
  color: rgb(255,255,255);
  overflow: hidden;
  padding-top: 5px;
  padding-bottom: 5px;
}

.leg_status {
  background-color: rgba(0,0,0,0);
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 4px;
  font-size: 12px;
  font-weight: 300;
  font-family: 'Roboto Condensed', sans-serif;
  margin: 2px;
}

.leg_complete .leg_status {
  color: rgb(74,255,0);
}

.leg_current .leg_status {
  color: rgb(255,48,74);
}

.leg_futur .leg_status {
  color: rgba(255,255,255,0.7);
}

.leg_title {
  font-weight: 300;
  font-size: 20px;
  font-family: 'Roboto Condensed', sans-serif;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  color: rgba(255, 255, 255, 1);
}

.leg_road {
  background-color: rgba(0,0,0,0);
}

.leg_start {
  text-align: right;
}

.leg_end {
  text-align: left;
}

.leg_place {
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  font-weight: 300;
  font-size: 16px;
  font-family: 'Roboto Condensed', sans-serif;
  color: rgba(255, 255, 255, 0.5);
}

.leg_date {
  display: inline-block;
  margin-left: 5px;
  margin-top: 0px;
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 3px;
  margin-right: 5px;
  font-family: 'Roboto Condensed', sans-serif;
  color: rgba(255, 255, 255, 0.5);

}

.leg_stat_title {
  font-size: 10px;
  font-weight: 700;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  font-family: 'Roboto Condensed', sans-serif;
  color: rgba(255, 255, 255, 0.5);
}

.leg_stat {
  font-size: 32px;
  font-weight: 200;
  display: block;
  margin-left: 5px;
  margin-top: 0px;
  margin-bottom: 3px;
  font-family: 'Roboto Condensed', sans-serif;
}

.roadmap_title {
  font: font: 300 32px Roboto;
  display: block;
  margin-top: 10px;
  margin-left: 5px;
}

.day_status {
  color: rgb(255,255,255);
  margin-top: 5px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.day_status_title {
  color: rgba(255,255,255,0.5);
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  font-weight: 300;
  padding-top: 5px;
}

.day_status_date {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: rgba(255,255,255,0.5);
}

.day_status_unit {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 10px;
  font-weight: 700;
  margin: 0px;
  color: rgb(88, 193, 249);
}

.day_status_stat {
  font-size: 36px;
  font-weight: 300;
  display: block;
  margin: 0px;
  font-family: 'Roboto Condensed', sans-serif;
  color: rgb(88, 193, 249);
}

.roadmap {
  font-family: 'Roboto', sans-serif;
  font-size: 26px;
  font-weight: 300;
  margin: 0px;
  padding-top : 15px;
  padding-bottom: 10px;
  color: white;
  text-align: center;
}

.day_status_tz {
  font-size: 11px;
}

.social_icon {
  color: rgb(0,0,0);
}

.cesium-credit-logoContainer {
  display: none;
  opacity: 0;
}
