.modal[data-v-a9f952] {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
}
.preview_modal[data-v-c3fc63] {
  height: 100%;
  width: 100%;
  overflow-y: auto;
}
.entry_container[data-v-c3fc63] {
  width: 100%;
  min-height: 60%;
  padding: 2vh 3vw;
  background: #f6f5f4;
  box-shadow: 0 8px 40px 5px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}
.entry_container h1[data-v-c3fc63] {
  display: flex;
  justify-content: space-between;
}
.entry_container h1 button[data-v-c3fc63] {
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 3px;
  border: 1px solid transparent;
  background: #00a2ff;
  color: white;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: inline-block;
}
.entry_container h1 button.white_cta[data-v-c3fc63] {
  border-color: #aaaaaa;
  background: white;
  color: initial;
}
.entry_container h1 button.grey_cta[data-v-c3fc63] {
  border-color: #aaaaaa;
  background: #aaaaaa;
  color: white;
}
.entry_container h1 button[data-v-c3fc63]:disabled {
  border-color: #cccccc;
  background: none;
  color: #aaaaaa;
  cursor: not-allowed;
}
article p[data-v-c3fc63] {
  text-align: justify;
}
article h1[data-v-c3fc63] {
  width: 95%;
  font-size: 20px;
}
article h2[data-v-c3fc63] {
  color: #aaaaaa;
  font-size: 14px;
}
html, body {
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  overflow: hidden;
  height: 100%;
  color: #444444;
  background: #f6f5f4;
  font-size: 16px;
}

* {
  box-sizing: border-box;
  vertical-align: middle;
}

input, textarea, select, button, fieldset {
  font-family: Arial, Helvetica, sans-serif;
  border-style: solid;
  border-radius: 5px;
}

input {
  margin: 0;
}
input:focus {
  outline: none !important;
  border-color: #00a2ff;
}

input, select, button {
  padding: 5px 10px;
}

fieldset {
  border: 1px solid #aaaaaa;
  border-radius: 3px;
}

main {
  padding: 1vh 0;
}

a {
  text-decoration: none;
  font-weight: bold;
  color: black;
}
a:hover {
  text-decoration: underline;
}

p {
  margin: 8px 0;
}

h1, h2, h3 {
  margin: 10px 0;
}

h1 {
  font-size: 28px;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

article {
  margin: 2vh 0;
}

#app_root {
  height: 100%;
  overflow-y: scroll;
  position: relative;
}

#router_links {
  display: flex;
  justify-content: flex-end;
  padding: 10px 10vw;
}

.router_link {
  margin-left: 10px;
  color: #aaaaaa;
  padding: 5px;
}
.router_link.router-link-active {
  color: initial;
}

#toast_container {
  position: fixed;
  bottom: 0;
  left: 1vw;
  width: 30vw;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  list-style: none;
  pointer-events: none;
}
#toast_container li {
  color: white;
  background: #00a2ff;
  pointer-events: auto;
  padding: 10px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  border-radius: 3px;
  align-items: center;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
}
#toast_container span {
  flex-grow: 1;
  padding-right: 10px;
}
#toast_container button {
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 3px;
  border: 1px solid transparent;
  background: #00a2ff;
  color: white;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: inline-block;
  font-weight: bold;
}
#toast_container button.white_cta {
  border-color: #aaaaaa;
  background: white;
  color: initial;
}
#toast_container button.grey_cta {
  border-color: #aaaaaa;
  background: #aaaaaa;
  color: white;
}
#toast_container button:disabled {
  border-color: #cccccc;
  background: none;
  color: #aaaaaa;
  cursor: not-allowed;
}
#toast_container .error {
  background: red;
}
#toast_container .error button {
  background: red;
}
#login[data-v-b930df] {
  padding: 0 25vw;
  padding-top: 10vh;
}
form[data-v-b930df] {
  width: 50%;
}
label[data-v-b930df], span[data-v-b930df], input[data-v-b930df] {
  display: block;
  width: 100%;
}
label[data-v-b930df] {
  margin: 15px 0;
}
label span[data-v-b930df] {
  margin-bottom: 10px;
}
button[data-v-b930df] {
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 3px;
  border: 1px solid transparent;
  background: #00a2ff;
  color: white;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: inline-block;
}
button.white_cta[data-v-b930df] {
  border-color: #aaaaaa;
  background: white;
  color: initial;
}
button.grey_cta[data-v-b930df] {
  border-color: #aaaaaa;
  background: #aaaaaa;
  color: white;
}
button[data-v-b930df]:disabled {
  border-color: #cccccc;
  background: none;
  color: #aaaaaa;
  cursor: not-allowed;
}
.forgot_password[data-v-b930df] {
  font-size: 14px;
  font-weight: normal;
  color: #444444;
  display: inline-block;
  padding: 15px 0;
}
.error[data-v-b930df] {
  font-size: 14px;
  color: red;
  border: 1px solid red;
  border-radius: 3px;
  background: #ffc8c8;
  padding: 10px;
}
#feed[data-v-336b5e] {
  font-size: 1rem;
}
fieldset[data-v-336b5e] {
  padding-bottom: 16px;
}
.feed_header button[data-v-336b5e] {
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 3px;
  border: 1px solid transparent;
  background: #00a2ff;
  color: white;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: inline-block;
}
.feed_header button.white_cta[data-v-336b5e] {
  border-color: #aaaaaa;
  background: white;
  color: initial;
}
.feed_header button.grey_cta[data-v-336b5e] {
  border-color: #aaaaaa;
  background: #aaaaaa;
  color: white;
}
.feed_header button[data-v-336b5e]:disabled {
  border-color: #cccccc;
  background: none;
  color: #aaaaaa;
  cursor: not-allowed;
}
.feed_content[data-v-336b5e] {
  margin-top: 1.5vh;
  font-size: 1rem;
}
.feed_article[data-v-336b5e] {
  border-radius: 3px;
  padding: 0 10px;
  margin: 2px 0;
  transition: background-color 0.5s ease-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.feed_article *[data-v-336b5e] {
  transition: color 0.5s ease-out;
}
.feed_article header[data-v-336b5e] {
  display: flex;
  position: relative;
}
.feed_article .origin[data-v-336b5e], .feed_article .headline[data-v-336b5e], .feed_article .published[data-v-336b5e] {
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
}
.feed_article .origin[data-v-336b5e] {
  min-width: 10%;
  max-width: 10%;
  display: flex;
  position: relative;
}
.feed_article .origin[data-v-336b5e]:after {
  content: "";
  position: absolute;
  background: linear-gradient(to right, transparent, #f6f5f4);
  height: 100%;
  width: 1em;
  right: 0;
  top: 0;
  transition: background-color 0.5s ease-out;
}
.feed_article .headline[data-v-336b5e] {
  flex-grow: 1;
  margin-left: 0.5em;
  font-weight: bold;
}
.feed_article:hover .headline[data-v-336b5e] {
  text-decoration: underline;
}
.feed_article a[data-v-336b5e] {
  vertical-align: initial;
}
.feed_article.read a[data-v-336b5e] {
  color: #aaaaaa;
}
.feed_article .published[data-v-336b5e] {
  overflow: initial;
  position: absolute;
  right: 0;
  top: -50%;
  transform: translateY(calc(50% - 1px));
  background: #f6f5f4;
  padding-left: 0.5em;
  transition: background-color 0.5s ease-out;
}
.feed_article .published[data-v-336b5e]:after {
  content: "";
  position: absolute;
  background: linear-gradient(to right, transparent, #f6f5f4);
  height: 100%;
  width: 1em;
  right: 0;
  top: 0;
  transition: background-color 0.5s ease-out;
}
.feed_article .published[data-v-336b5e]:after {
  right: 100%;
}
.feed_article .description[data-v-336b5e] {
  text-align: justify;
}
.feed_article.highlight[data-v-336b5e] {
  background: #00a2ff;
  transition: background-color 0s ease-out;
}
.feed_article.highlight *[data-v-336b5e] {
  color: white;
  transition: color 0s ease-out;
}
.feed_article.highlight .origin[data-v-336b5e]:after {
  content: "";
  position: absolute;
  background: linear-gradient(to right, transparent, #00a2ff);
  height: 100%;
  width: 1em;
  right: 0;
  top: 0;
  transition: background-color 0.5s ease-out;
}
.feed_article.highlight .published[data-v-336b5e] {
  background: #00a2ff;
}
.feed_article.highlight .published[data-v-336b5e]:after {
  content: "";
  position: absolute;
  background: linear-gradient(to right, transparent, #00a2ff);
  height: 100%;
  width: 1em;
  right: 0;
  top: 0;
  transition: background-color 0.5s ease-out;
}
.feed_article.highlight .published[data-v-336b5e]:after {
  right: 100%;
}
.settings_icon[data-v-336b5e] {
  cursor: pointer;
  background-image: url(/settings.93555c05.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: fixed;
  bottom: 5vh;
  right: calc(12px + 2vw);
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 3px solid #f6f5f4;
}
.quick_settings[data-v-336b5e] {
  position: absolute;
  bottom: 5vh;
  right: calc(12px + 2vw);
  min-height: 40px;
  min-width: 40px;
  background: #f6f5f4;
  box-shadow: 0 8px 40px 5px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  width: 20vw;
  padding: 0.5vh 1vw;
}
.quick_settings label[data-v-336b5e], .quick_settings span[data-v-336b5e] {
  margin: 1vh 0;
}
.quick_settings label[data-v-336b5e], .quick_settings span[data-v-336b5e], .quick_settings select[data-v-336b5e], .quick_settings input[data-v-336b5e] {
  display: block;
  width: 100%;
}
.deemphasise[data-v-336b5e] {
  color: #aaaaaa;
}
article[data-v-e3b35a] {
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  padding: 15px;
  margin: 10px 20px 10px 0;
  max-width: calc(50% - 20px);
}
header[data-v-e3b35a] {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
header input[data-v-e3b35a] {
  display: none;
}
.titles[data-v-e3b35a] {
  justify-self: start;
  flex-grow: 1;
  margin-right: 15px;
  max-width: 300px;
}
.titles h1[data-v-e3b35a] {
  font-size: 18px;
  margin: 0 0 5px;
}
.titles h2[data-v-e3b35a] {
  font-size: 14px;
  color: #aaaaaa;
  margin-top: 0;
}
.buttons[data-v-e3b35a] {
  white-space: nowrap;
}
.buttons label[data-v-e3b35a] {
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 3px;
  border: 1px solid transparent;
  background: #00a2ff;
  color: white;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: inline-block;
  margin-left: 5px;
}
.buttons label.white_cta[data-v-e3b35a] {
  border-color: #aaaaaa;
  background: white;
  color: initial;
}
.buttons label.grey_cta[data-v-e3b35a] {
  border-color: #aaaaaa;
  background: #aaaaaa;
  color: white;
}
.buttons label[data-v-e3b35a]:disabled {
  border-color: #cccccc;
  background: none;
  color: #aaaaaa;
  cursor: not-allowed;
}
.description[data-v-e3b35a] {
  min-width: 95%;
  max-width: 300px;
}
.subscribe[data-v-e3b35a] {
  position: relative;
}
.subscribe.white_cta[data-v-e3b35a] {
  padding-right: 30px;
}
.bell[data-v-e3b35a] {
  position: absolute;
  padding: 2px;
  bottom: 2px;
  right: 3px;
  fill: #00a2ff;
}
.bell_outline[data-v-e3b35a] {
  fill: #444444;
}
.invalid_label[data-v-e3b35a] {
  color: red;
  font-weight: bold;
}
#search[data-v-e0bc6b] {
  padding: 0 25vw;
}
.search_box[data-v-e0bc6b] {
  width: 100%;
  font-size: 22px;
  padding: 1.5vh 20px;
}
main[data-v-e0bc6b] {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
#profile[data-v-3069b1] {
  padding: 0 25vw;
}
header[data-v-3069b1] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
header .collapse_toggle[data-v-3069b1] {
  position: relative;
  height: 20px;
  width: 20px;
  transform-origin: center;
  padding: 20px;
}
header .collapse_toggle[data-v-3069b1]::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 50%;
  width: 30%;
  height: 30%;
  border: 3px solid #aaaaaa;
  border-top: none;
  border-right: none;
  transform: rotateZ(-45deg) translate(50%);
  transition: transform 0.05s ease-out;
}
header .collapse_toggle.is_collapsed[data-v-3069b1]::after {
  transform: rotateZ(-45deg) translate(50%) scale(-1);
}
section[data-v-3069b1] {
  border-bottom: 1px solid #cccccc;
  padding: 10px 0;
}
.profile input[data-v-3069b1] {
  width: 40%;
}
.profile button[data-v-3069b1] {
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 3px;
  border: 1px solid transparent;
  background: #00a2ff;
  color: white;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: inline-block;
}
.profile button.white_cta[data-v-3069b1] {
  border-color: #aaaaaa;
  background: white;
  color: initial;
}
.profile button.grey_cta[data-v-3069b1] {
  border-color: #aaaaaa;
  background: #aaaaaa;
  color: white;
}
.profile button[data-v-3069b1]:disabled {
  border-color: #cccccc;
  background: none;
  color: #aaaaaa;
  cursor: not-allowed;
}
fieldset[data-v-3069b1] {
  margin: 3vh 0;
}
.preference_fields_container[data-v-3069b1] {
  display: flex;
  justify-content: space-between;
}
.preference_fields[data-v-3069b1] {
  display: flex;
  justify-content: start;
}
.subscriptions[data-v-3069b1] {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.notify_of_changes[data-v-3069b1] {
  padding: 0 10px;
  border: 1px solid #00a2ff;
  border-radius: 3px;
  color: #00a2ff;
  background: #e6f6ff;
}
.profile_values div[data-v-3069b1] {
  margin: 20px 0;
}
.create_profile button[data-v-3069b1] {
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 3px;
  border: 1px solid transparent;
  background: #00a2ff;
  color: white;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: inline-block;
  position: relative;
}
.create_profile button.white_cta[data-v-3069b1] {
  border-color: #aaaaaa;
  background: white;
  color: initial;
}
.create_profile button.grey_cta[data-v-3069b1] {
  border-color: #aaaaaa;
  background: #aaaaaa;
  color: white;
}
.create_profile button[data-v-3069b1]:disabled {
  border-color: #cccccc;
  background: none;
  color: #aaaaaa;
  cursor: not-allowed;
}
.create_profile .waiting_on_create_profile button[data-v-3069b1] {
  color: transparent;
}
.create_profile .waiting_on_create_profile button[data-v-3069b1]::after {
  content: "";
  height: 15px;
  width: 15px;
  background-image: url(https://i.gifer.com/ZZ5H.gif);
  background-repeat: no-repeat;
  background-size: contain;
  color: white;
  position: absolute;
  right: 50%;
  bottom: 50%;
  transform: translate(50%, 45%);
}
#forgot[data-v-5ff16d] {
  padding: 0 25vw;
  padding-top: 10vh;
}
form[data-v-5ff16d] {
  width: 50%;
}
label[data-v-5ff16d], span[data-v-5ff16d], input[data-v-5ff16d] {
  display: block;
  width: 100%;
}
label[data-v-5ff16d] {
  margin: 15px 0;
}
label span[data-v-5ff16d] {
  margin-bottom: 10px;
}
button[data-v-5ff16d] {
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 3px;
  border: 1px solid transparent;
  background: #00a2ff;
  color: white;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: inline-block;
}
button.white_cta[data-v-5ff16d] {
  border-color: #aaaaaa;
  background: white;
  color: initial;
}
button.grey_cta[data-v-5ff16d] {
  border-color: #aaaaaa;
  background: #aaaaaa;
  color: white;
}
button[data-v-5ff16d]:disabled {
  border-color: #cccccc;
  background: none;
  color: #aaaaaa;
  cursor: not-allowed;
}
#reset[data-v-328dd4] {
  padding: 0 25vw;
  padding-top: 10vh;
}
form[data-v-328dd4] {
  width: 50%;
}
label[data-v-328dd4], span[data-v-328dd4], input[data-v-328dd4] {
  display: block;
  width: 100%;
}
label[data-v-328dd4] {
  margin: 15px 0;
}
label span[data-v-328dd4] {
  margin-bottom: 10px;
}
button[data-v-328dd4] {
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 3px;
  border: 1px solid transparent;
  background: #00a2ff;
  color: white;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: inline-block;
}
button.white_cta[data-v-328dd4] {
  border-color: #aaaaaa;
  background: white;
  color: initial;
}
button.grey_cta[data-v-328dd4] {
  border-color: #aaaaaa;
  background: #aaaaaa;
  color: white;
}
button[data-v-328dd4]:disabled {
  border-color: #cccccc;
  background: none;
  color: #aaaaaa;
  cursor: not-allowed;
}
.error[data-v-328dd4] {
  font-size: 14px;
  color: red;
  border: 1px solid red;
  border-radius: 3px;
  background: #ffc8c8;
  padding: 10px;
}
