body {
  color: #444;
  width: 100%;
  font-size: 12px;
  font-family: Arial;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: none; }

#header {
  margin: 44px 0; }

#logo {
  width: 33%;
  display: block;
  text-decoration: none;
  font-size: 26px;
  font-weight: bold;
  color: #0070c0;
  margin-bottom: 0;
  padding-bottom: 0; }
  #logo > span {
    display: inline-block;
    color: #1F497D;
    margin-left: -5px; }

h1 {
  margin-top: 6px;
  font-size: 16px;
  background: #E6E0EC;
  border-radius: 6px;
  display: inline-block;
  padding: 4px 6px; }

#hour-format {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 6px;
  background: #1F497D;
  text-decoration: underline;
  cursor: pointer; }

#sliderVal {
  display: none; }

#centered {
  margin: 0px auto;
  width: 452px;
  position: relative; }

#converter {
  color: white;
  z-index: 100;
  position: relative;
  background: #0070c0;
  padding: 22px; }
  #converter.tick .td-colon {
    opacity: 0.5 !important; }
  #converter .location-row {
    position: relative; }
    #converter .location-row:first-child {
      margin-bottom: 6px; }
    #converter .location-row .time-display, #converter .location-row .location-picker {
      line-height: normal;
      font-size: 26px;
      font-weight: bold;
      color: white;
      padding: 6.5px 0;
      margin: 0; }
      #converter .location-row .time-display .td-colon, #converter .location-row .location-picker .td-colon {
        margin: 0 1px;
        opacity: 0.8; }
    #converter .location-row .location-picker {
      background: #0070c0;
      border: 1px solid #8eb4e3;
      padding-left: 8.66667px;
      padding-right: 8.66667px;
      width: 250px; }
    #converter .location-row .time-display {
      position: absolute;
      border: 1px solid transparent;
      right: 0; }
    #converter .location-row .day-marker {
      position: absolute;
      bottom: -2px;
      right: 0;
      font-size: 9px;
      line-height: 1;
      color: #8eb4e3; }

#social {
  position: absolute;
  right: 0;
	z-index: 10000;
  top: 2px; }

#footer {
  margin: 44px 0;
  text-align: center;
  font-size: 11px;
  color: #888; }
  #footer #footer-right {
    float: right;
    text-align: right; }

#ad {
  margin-left: -140px;
  margin-top: 44px;
  padding: 2px 0; }

.meeting-lock,
.meeting-links {
  z-index: 50;
  position: absolute;
  left: 0;
  right: 0;
  font-size: 12px;
  background: #1F497D;
  color: #8EB4E3;
  padding: 5px 22px;
  transition: transform 300ms, background-color 300ms;
  -webkit-transition: -webkit-transform 300ms, background-color 300ms; }
  .meeting-lock a,
  .meeting-links a {
    color: #fff; }

.meeting-lock {
  z-index: 60;
  position: relative; }

.meeting-lock.highlight {
  transition: none;
  -webkit-transition: none;
  background-color: #f00; }

.locationList {
  background: #0070c0;
  font-size: 26px;
  color: #fff;
  font-weight: bold;
  width: 260px;
  padding: 0 8.66667px; }

.locationList > option {
  background: #fff;
  color: #000;
  font-size: 13px !important; }

.timelane {
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
  font-size: 10px;
  white-space: nowrap;
  cursor: pointer; }
  .timelane .hour {
    float: left;
    box-sizing: border-box;
    width: 17px;
    height: 25px;
    padding: 4px 0;
    text-align: center; }
    .timelane .hour.day {
      background: #00B0F0;
      color: #FFF; }
    .timelane .hour.moreve {
      background: #558ED5;
      color: #B9CDE5; }
    .timelane .hour.night {
      background: transparent;
      color: #8EB4E3; }

.autocomplete-suggestions {
  border: 1px solid #8eb4e3;
  border-top: 0;
  font-size: 16px;
  background: #FFF;
  cursor: default;
  overflow: auto; }

.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
  color: #000; }

.autocomplete-no-suggestion {
  padding: 2px 5px;
  color: #000; }

.autocomplete-selected {
  background: #ccc; }

.autocomplete-suggestions span {
  color: #888; }

.clear-fix {
  width: 100%;
  height: 0px;
  clear: both; }
