[v-cloak] {
  display: none;
}
/*map styles*/

.graticule {
  fill: none;
  stroke: #777;
  stroke-opacity: 0.5;
  stroke-width: 0.5px;
  pointer-events: none;
}

.timezones {
  fill: #dbb2c1;
}

.timezones:hover {
  fill: #7da0df;
}

.chosenTz {
  fill: cornflowerblue;
}

.boundary {
  fill: none;
  stroke: #fff;
  stroke-width: 0.5px;
  pointer-events: none;
}
/*my styles*/

.topright {
  position: absolute;
  top: 15px;
  right: 50px;
  /*text-decoration:none;*/
  
  color: cornflowerblue;
}

.nice {
  color: #6b7279;
}

.big {
  font-size: 45px;
}

.middle {
  text-align: center;
  margin: 25px;
  padding-top: 30px;
}

.boom {
  color: #8cc5df;
  font-size: 17px;
}

.list {
  font-size: 22px;
  line-height: 150%;
  text-align: left;
}

#map {
  position: relative;
  display: block;
  top: -30px;
  width: 960px;
  height: 660px;
  margin: 0 auto;
}

.byline {
  margin: 100px;
  font-size: 18px;
  line-height: 150%;
}

.math {
  font-size: 30px;
}

.link {
  color: steelblue;
}

.table {
  display: flex;
  text-align: center;
  margin: 20px auto;
  justify-content: center;
  flex-wrap: wrap;
}

.tr {
  flex-grow: 1;
  width: 50%;
}

.details {
  color: silver;
  font-size: 15px;
}

.control {
  white-space: nowrap;
  color: grey;
  font-size: 15px;
  margin-bottom: 15px;
}

.control span {
  vertical-align: middle;
  font-weight: 600;
}

.number {
  font-size: 90px;
  font-weight: 300;
}

.codemirror {
  /*background-color:whitesmoke;*/
  /*width:500px;*/
  
  display: inline-block;
  border: 1px solid lightgrey;
  line-height: 125%;
  padding-left: 15px;
  padding-right: 50px;
  border-radius: 5px;
}

.epoch {
  background-color: #f5f5f5;
  padding: 8px;
  font-size: 20px;
  color: darkgrey;
  border-radius: 5px;
  white-space: nowrap;
}

.plus {
  user-select: none;
  color: #fff;
  cursor: pointer;
  font-size: 22px;
  background: #14c490;
  width: 35px;
  height: 35px;
  display: inline-block;
  border-radius: 50%;
}

.minus {
  user-select: none;
  color: #fff;
  cursor: pointer;
  font-size: 22px;
  background: #ea4775;
  width: 35px;
  height: 35px;
  display: inline-block;
  border-radius: 50%;
}

.month {
  position: relative;
  text-align: center;
  /*font-family:'times';*/
  
  top: 5px;
  /*color:silver;*/
  /*font-size:11px;*/
  
  color: lightgrey;
  font-weight: 400;
  font-size: 9px;
}

.nowYear {
  display: block;
  position: absolute;
  top: -7px;
  width: 15px;
  text-align: center;
  height: 15px;
  border-radius: 3px;
  background-color: #d889a6;
  border: 1px solid #b65d7e;
  opacity: 0.8;
}

.fact {
  color: #6b7279;
  line-height: 120%;
  font-size: 16px;
}

.yes {}

.yes::after {
  content: '\2713';
  font-size: 11px;
}

.no {
  text-decoration: line-through;
}

.no::after {
  content: '\2716';
  font-size: 11px;
}

.skip {
  user-select: none;
  font-size: 22px;
  color: #a7aeb4;
  margin-left: 4px;
  margin-right: 4px;
  position: relative;
  top: 0px;
  cursor: pointer;
}

.skip:hover {
  color: steelblue;
}

.subheading {
  color: grey;
  font-size: 22px;
  margin: 12px;
}

.method {
  color: lightsteelblue;
  cursor: pointer;
  font-size: 20px;
  line-height: 130%;
  margin: 15px;
  display: inline-block;
  border-bottom: 1px solid lightgrey;
}
/*
  Based on Base16 Default Light by     Chris Kempson (http://chriskempson.com)
*/

.cm-s-spencertheme {
  margin: 10px;
}

.cm-s-spencertheme.CodeMirror {
  background: white;
  color: grey;
  font-size: 16px;
  height: auto;
  max-width: 800px;
}

.cm-s-spencertheme div.CodeMirror-selected {
  background: powderblue;
}

.cm-s-spencertheme .CodeMirror-line::selection,
.cm-s-spencertheme .CodeMirror-line > span::selection,
.cm-s-spencertheme .CodeMirror-line > span > span::selection {
  background: lightsteelblue;
}

.cm-s-spencertheme .CodeMirror-line::-moz-selection,
.cm-s-spencertheme .CodeMirror-line > span::-moz-selection,
.cm-s-spencertheme .CodeMirror-line > span > span::-moz-selection {
  background: lightsteelblue;
}

.cm-s-spencertheme .CodeMirror-gutters {
  background: snow;
  border-right: 1px solid linen;
}

.cm-s-spencertheme .CodeMirror-guttermarker {
  color: #ac4142;
}

.cm-s-spencertheme .CodeMirror-guttermarker-subtle {
  color: #b0b0b0;
}

.cm-s-spencertheme .CodeMirror-linenumber {
  color: #b0b0b0;
}

.cm-s-spencertheme .CodeMirror-cursor {
  border-left: 1px solid #505050;
}

.cm-s-spencertheme span.cm-comment {
  color: silver;
}

.cm-s-spencertheme span.cm-atom {
  color: #aa759f;
}

.cm-s-spencertheme span.cm-number {
  color: steelblue;
}

.cm-s-spencertheme span.cm-property,
.cm-s-spencertheme span.cm-attribute {
  color: #90a959;
}

.cm-s-spencertheme span.cm-keyword {
  color: #997a9e;
  font-size: 14px;
}

.cm-s-spencertheme span.cm-string {
  color: steelblue;
}

.cm-s-spencertheme span.cm-variable {
  color: #c23565;
}

.cm-s-spencertheme span.cm-variable-2 {
  color: #6a9fb5;
}

.cm-s-spencertheme span.cm-def {
  color: #d28445;
}

.cm-s-spencertheme span.cm-bracket {
  color: lightgrey;
  font-size: 12px;
}

.cm-s-spencertheme span.cm-tag {
  color: #ac4142;
}

.cm-s-spencertheme span.cm-link {
  color: #aa759f;
}

.cm-s-spencertheme span.cm-error {
  background: #ac4142;
  color: #505050;
}

.cm-s-spencertheme .CodeMirror-activeline-background {
  background: lightgrey;
}

.cm-s-spencertheme .CodeMirror-matchingbracket {
  text-decoration: underline;
  color: white !important;
}

.line-error {
  background: #FBC2C4 !important;
  color: #8a1f11 !important;
}