@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro);
@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700);
* {
  margin: 0px;
  padding: 0px;
}

html {
  background: #070707;
}

.radiowrapper {
  margin: 0 0;
  margin-top: 10px;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.toggle_check {
  display: flex;
  flex-direction: row;
  position: relative;
  background: rgba(255, 255, 255, .1);
  margin: 4px auto;
  overflow: hidden;
  padding: 0 !important;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 5px;
  height: 35px;
  width: 400px;
}

.toggle_radio {
  position: relative;
  background: rgba(255, 255, 255, .1);
  margin: 4px auto;
  overflow: hidden;
  padding: 0 !important;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 5px;
  position: relative;
  height: 35px;
  width: 400px;
}

.toggle_radio2 {
  position: relative;
  display: flex;
  flex-direction: row;
  background: rgba(255, 255, 255, .1);
  margin: 4px auto;
  overflow: hidden;
  padding: 0 !important;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 5px;
  position: relative;
  height: 35px;
  width: 400px;
}

.toggle_radio>* {
  float: left;
}

.toggle_radio input[type=radio] {
  display: none;
  /*   position: fixed; */
}

.toggle_check input[type=checkbox] {
  display: none;
  /*   position: fixed; */
}

.toggle_radio2 input[type=radio] {
  display: none;
  /*   position: fixed; */
}

.toggle_check label {
  font: 80%/2.6 "Lato";
  color: rgba(0, 0, 0, .9);
  z-index: 0;
  display: block;
  color: #999;
  flex: 1 1 0;
  height: 35px;
  font-family: "Lato";
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 5px;
  cursor: pointer;
  z-index: 1;
  margin-left: 2px;
  text-align: center;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}

.toggle_check label:first-of-type {
  margin-left: 0;
}

.toggle_radio label {
  font: 90%/2.1 "Lato";
  color: rgba(0, 0, 0, .9);
  z-index: 0;
  display: block;
  color: #999;
  width: 60px;
  height: 35px;
  margin: 3px 3px;
  font-family: "Lato";
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 0;
  cursor: pointer;
  z-index: 1;
  /*   line-height:100px; */
  /*background: rgba(0,0,0,.1);*/
  text-align: center;
  /*margin: 0 2px;*/
  /*background: blue;*/
  /*make it blue*/
}

.toggle_radio2 label {
  font: 80%/2.6 "Lato";
  color: rgba(0, 0, 0, .9);
  z-index: 0;
  display: block;
  color: #999;
  flex: 1 1 0;
  height: 35px;
  font-family: "Lato";
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 5px;
  cursor: pointer;
  z-index: 1;
  margin-left: 2px;
  text-align: center;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}

.toggle_option_slider {
  /*display: none;*/
  /*background: red;*/
  width: 66px;
  height: 35px;
  position: absolute;
  top: 0px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 5px;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -o-transition: all .6s ease;
  -ms-transition: all .6s ease;
  transition: all .6s ease;
  z-index: -1;
}

.toggle_option_slider2 {
  /*display: none;*/
  /*background: red;*/
  width: 78px;
  height: 35px;
  position: absolute;
  top: 0px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 5px;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -o-transition: all .6s ease;
  -ms-transition: all .6s ease;
  transition: all .6s ease;
  z-index: -1;
}

.toggle_check input[type=checkbox]:checked+label {
  color: #fcfcfc;
  background-color: #ee9611;
}

#first_toggle:checked~.toggle_option_slider {
  left: 0px;
}

#second_toggle:checked~.toggle_option_slider {
  left: 66px;
}

#third_toggle:checked~.toggle_option_slider {
  left: 132px;
}

#forth_toggle:checked~.toggle_option_slider {
  left: 198px;
}

#fifth_toggle:checked~.toggle_option_slider {
  left: 264px;
}

#sixth_toggle:checked~.toggle_option_slider {
  left: 334px;
}

.searchtime_option:checked~.toggle_option_slider {
  background: #19e;
}

#first_toggle2:checked~.toggle_option_slider2 {
  left: 0px;
}

#second_toggle2:checked~.toggle_option_slider2 {
  left: 80px;
}

#third_toggle2:checked~.toggle_option_slider2 {
  left: 160px;
}

#forth_toggle2:checked~.toggle_option_slider2 {
  left: 240px;
}

#fifth_toggle2:checked~.toggle_option_slider2 {
  left: 322px;
}

#sixth_toggle2:checked~.toggle_option_slider2 {
  left: 334px;
}

#fifth_toggle2+label {
  color: #ae9;
}

.searchtype_option:checked~.toggle_option_slider2 {
  background-color: #3b6;
}

.toggle_radio input[type="radio"]:checked+label {
  color: #fcfcfc;
}

.toggle_radio2 input[type="radio"]:checked+label {
  color: #fcfcfc !important;
}

.graph-container {
  position: relative;
  margin: 0 auto 10px auto;
  max-width: 700px;
  padding-left: 2px;
  padding-right: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}

#search-graph {
  background-color: #000;
  background: linear-gradient(#000, #091226);
  border-radius: 5px;
  height: 180px;
  width: 100%;
  font-family: "Lato";
  border: 1px dotted #33a7ff;
}

#post-graph {
  background-color: #000;
  background: linear-gradient(#000, #1f1608);
  border-radius: 5px;
  height: 180px;
  width: 100%;
  font-family: "Lato";
  border: 1px dotted #ff7133;
}

#subreddit-graph {
  background-color: #000;
  background: linear-gradient(#000, #081f0c);
  border-radius: 5px;
  height: 600px;
  width: 100%;
  font-family: "Lato";
  border: 1px dotted #5bc729;
}

#domain-graph {
  background-color: #000;
  background: linear-gradient(#000, #1f0808);
  border-radius: 5px;
  height: 600px;
  width: 100%;
  font-family: "Lato";
  border: 1px dotted #ff3333;
}

textarea:focus,
input:focus {
  outline: none;
}

#search {
  display: flex;
  flex-direction: column;
  color: #999;
  font-size: 1.1em;
  font-family: "Lato";
  width: 400px;
  margin: 10px auto;
}

.parameters {
  display: flex;
  align-items: center;
  width: 400px;
  margin-bottom: 10px;
}

#search button {
  padding: 6px;
  border-radius: 5px;
  outline-style: none;
  border-style: none;
  background-color: #333;
  color: #CCC;
  font-size: 1.1em;
  transition: .3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition-timing-function: cubic-bezier(0.1, 0.1, 0.8, 1.0);
}

#search button:hover {
  cursor: pointer;
  background-color: #444
}

#search button.busy {
  transition: none;
  background-color: #19e;
  color: #f9f9f9;
  transition: .3s;
}

.searchButtonActive {
  transition: none !important;
  background-color: #36a !important;
}

input:focus::-webkit-input-placeholder {
  opacity: 0;
  ;
}

input:focus:-moz-placeholder {
  opacity: 0;
}


/* FF 4-18 */

input:focus::-moz-placeholder {
  opacity: 0;
  ;
}


/* FF 19+ */

input:focus:-ms-input-placeholder {
  opacity: 0;
}

.parameters input:focus {
  background-color: #0E7BBF;
  color: #f9f9f9;
  -webkit-box-shadow: inset 0px 0px 0px 1px #eee;
  -moz-box-shadow: inset 0px 0px 0px 1px #eee;
  box-shadow: inset 0px 0px 0px 1px #eee;
}

.parameters input:focus+label {
  color: #f9f9f9;
}

.parameters label {
  min-width: 100px;
  color: #888;
  order: 0;
  font-size: .8em;
}

#sterm+label {
  font-size: 1em;
}

.parameters input {
  width: 100%;
  order: 1;
  margin-left: 10px;
  padding: 8px;
  font-size: 1.0em;
  border-radius: 5px;
  background-color: #222;
  color: #888;
  border: 0px;
  font-size: .85em;
}

.results {
  color: #aaa;
  font-family: "Lato";
  max-width: 700px;
  margin: 0 auto;
  width:100%
}

#help {
  color: #aaa;
  font-family: "Lato";
  font-size: .9em;
  max-width: 800px;
  margin: 0 auto;
  display: none;
  margin-top: 20px;
  padding: 15px;
}

#help h2 {
  color: #fcfcfc;
  font-size: 1.25em;
  margin-top: 1em;
}

#help h3 {
  color: #39f;
  font-size: 1em;
  margin-top: 1em;
}

#help p {
  margin-top: 1em;
}

#help a {
  text-decoration: none;
  color: #39f;
}

#donate {
  color: #aaa;
  font-family: "Lato";
  font-size: .9em;
  max-width: 800px;
  margin: 0 auto;
  display: none;
  margin-top: 20px;
  padding: 15px;
}

#donate a {
  text-decoration: none;
  color: #39f;
}

#donate h2 {
  color: #fcfcfc;
  font-size: 1.25em;
  margin-top: 1em;
}

#donate h3 {
  color: #39f;
  font-size: 1em;
  margin-top: 1em;
}

#donate p {
  margin-top: 1em;
}

.comment {
  position: relative;
  display: flex;
  flex-direction: row;
  margin-top: 10px;
  margin-right: 2px;
  margin-left: 2px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.comment .content:hover {
  background-color: #202020;
  cursor: pointer;
}

.comment p {
  margin: 1em 0px;
}

.comment .thumbnail {
  /* margin-left: -60px; */
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  background-size: cover;
  border-radius: 5px;
  background-position: center;
}

.comment .body {
  word-break: break-word;
  color: #aeaeae;
}

.comment a {
  color: #37c;
  text-decoration: none;
}

.comment ul,
ol {
  padding-left: 40px;
}

.comment .date {
  color: #999;
  margin-left: 8px;
  align-self: center;
}

.comment .subreddit {
  font-weight: bold;
  font-size: 1.1em;
  color: #fa3;
}

.comment .subreddit:hover {
  cursor: pointer;
  color: #EEE;
}

.comment .row {
  display: flex;
  flex-direction: row;
  margin-top: 4px;
  font-size: .9em;
  word-break: break-all;
}

.comment .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background-color: #121212;
  flex-grow: 1;
  padding: 12px;
  border-radius: 2px;
  font-family: Roboto;
  border: 1px #666 dotted;
}

.comment .author {
  font-weight: bold;
  color: #39f;
  font-size: 1.1em;
  letter-spacing: .05em;
}

.comment .author:hover {
  cursor: pointer;
  color: #EEE;
}

.comment h2 {
  margin-top: 1em;
  font-size: 1em;
}

.comment .score {
  /* right: -30px; */
  /* top: -20px; */
  /* margin-left: -100px; */
  /* flex-direction: column; */
  margin-left: 10px;
  color: #ddd;
  /* border-color: #39f; */
  /* border-style: dotted; */
  /* border-width: 1px; */
  font-weight: bold;
  /* font-family: 'Ropa Sans', sans-serif; */
  /* align-self: center; */
  /* text-align: center; */
  /* justify-content: center; */
  /* background-color: #111; */
  /* height: 50px; */
  /* width: 50px; */
  /* border-radius: 25px; */
  /* flex-shrink: 0; */
  /* z-index: 2; */
  /* display: flex; */
  /* position: absolute; */
}

#status-container {
  display: none;
}

#stats-container {
  display: none;
}

.div-container {
  position: relative;
  margin: 0 auto 10px auto;
  min-height: 100px;
  max-width: 700px;
  padding-left: 2px;
  padding-right: 2px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  display: none;
}

#status {
  background-color: #111;
  background: linear-gradient(#020304, #1f1f1f);
  width: 100%;
  height: 100%;
  font-family: "Lato";
  font-size: .85em;
  line-height: 150%;
  color: #aaa;
  text-align: left;
  border-radius: 5px;
  border: 1px dotted #AAA;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#stats {
  background-color: #111;
  background: linear-gradient(#020202, #121212);
  width: 100%;
  height: 100%;
  font-family: "Lato";
  font-size: .85em;
  line-height: 150%;
  color: #999;
  text-align: left;
  border-radius: 5px;
  border: 1px dotted #39E;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#status b {
  color: #eee;
  font-weight: normal;
  font-size: 1em;
  margin-right: 5px;
}

#stats b {
  color: #6ae;
  font-weight: bold;
  font-size: 1.1em;
  margin-right: 5px;
}

#status h2,
#stats h2 {
  color: #f9f9f9;
  font: 120%/1.8 "Lato";
  text-align: center;
  margin-bottom: 15px;
}

#custom-dates {
  display: none;
  flex-direction: column;
  color: #999;
  font-family: "Lato";
  width: 400px;
  margin: 10px auto;
  margin-bottom: 0;
  height: 74px;
}

.submission {
  display: flex;
  flex-direction: row;
  margin-top: 10px;
  margin-right: 2px;
  margin-left: 2px;
  height: 125px;
  border-radius: 2px;
  background-color: #121212;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 1px #666 dotted;
}

.submission:first-of-type {
  margin-top: 0;
}

.submission:hover {
  background: linear-gradient(#101d2f, #0d1726);
  background-color: #101D2F;
  cursor: pointer;
  border-color: #33a7ff;
}

#test1 {
  position: absolute;
  /* width: 70px; */
  height: 30px;
  background-color: #259;
  bottom: 1px;
  right: 1px;
  z-index: 100;
  border-radius: 1px;
  color: #f9f9f9;
  font: 80%/2.1 "lato";
  padding: 0 5px 0 5px;
  border: 1px solid #000;
}

.submission .thumbnail {
  /* margin-left: -60px; */
  flex-shrink: 0;
  width: 125px;
  height: 125px;
  background-size: cover;
  border-radius: 2px;
  background-position: center;
}

.submission .title {
  word-break: break-word;
  margin-left: 10px;
  color: #f9f9f9;
  font-size: 1em;
  max-height: 88px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.submission .description {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: 10px;
  font-size: .85em;
  margin-top: 5px;
  color: #666;
}

.submission .title:hover {
  color: #ee9611;
}

.submission .author {
  color: #BBB;
}

.submission .subreddit {
  color: #19e;
  font-size: 1em;
}

@media only screen and (max-width: 640px) {
  /* STYLES GO HERE */
  .submission .title {
    font-size: .9em;
  }
  .submission .description {
    font-size: .8em;
  }
  .submission .author {
    font-weight: bold;
  }
  .submission .subreddit {
    font-weight: bold;
  }
}

.submission .content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-grow: 1;
  padding: 5px;
  padding-top: 4px;
}

.submission .num-comments {
  right: -10px;
  bottom: 0;
  flex-direction: column;
  font-family: "Lato";
  color: #19e;
  border-color: #999;
  border-style: ridge;
  border-width: 1px;
  font-weight: bold;
  text-align: center;
  justify-content: center;
  background-color: #070707;
  height: 20px;
  width: 45px;
  border-radius: 20px;
  flex-shrink: 0;
  z-index: 2;
  display: flex;
  position: absolute;
  font-size: .7em;
}

.score-container {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-grow: 0;
}

#status-bar {
  position: fixed;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #39f;
  top: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 1000;
}

.statusActive {
  background-color: #f31 !important;
}

.exclude {
  background-color: #422 !important;
}

#filters {}

#advanced {
  display: none;
}

#utilities {
  display: none;
  margin-top: 20px;
}

#advanced label {
  font-size: .8em;
  min-width: 175px;
}

#utilities label {
  font-size: .8em;
  min-width: 140px;
}

.icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

#snoo {
  background-image: url(snoo.png);
  background-size: cover;
}

#analyze-subreddit {
  font-weight: bold;
  color: #aaa;
}

#utilities button {
  padding: 6px;
  margin-left: 10px;
  border-radius: 5px;
  outline-style: none;
  border-style: none;
  background-color: #333;
  color: #CCC;
  width: 35px;
  font-size: .8em;
  transition: .3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition-timing-function: cubic-bezier(0.1, 0.1, 0.8, 1.0);
  order: 3;
}

#utilities input {}

#previous-searches {
  display: flex;
  flex-direction: row;
  width: 400px;
  margin-top: 20px;
  font-size: .8em;
  align-items: flex-start;
  flex-wrap: wrap;
}

.cute-button {
  height: 30px;
  border-radius: 5px;
  background-color: #222;
  padding-left: 10px;
  padding-right: 10px;
  color: #aaa;
  font: 100%/2.1 "Lato";
  margin-right: 5px;
  margin-bottom: 5px;
  cursor: pointer;
  transition: .2s;
}

.selector-button {
  height: 35px;
  border-radius: 5px;
  background-color: #222;
  padding-left: 10px;
  padding-right: 10px;
  color: #aaa;
  font: 110%/2.3 "Lato";
  margin-right: 5px;
  margin-bottom: 5px;
  cursor: pointer;
  transition: .2s;
}

.selector-button+li {
  color: red;
}

.selector-button-container {
  background-color: #111;
  background: linear-gradient(#020202, #121212);
  width: 100%;
  height: 100%;
  font-family: "Lato";
  font-size: .85em;
  line-height: 150%;
  color: #999;
  text-align: left;
  border-radius: 5px;
  border: 1px dotted #39E;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selector-button:hover {
  background-color: #19e;
  color: #fff;
}

.cute-button:hover {
  background-color: #19e;
  color: #fff;
}

.sub-suggestion-from-comments {
  border-color: #aaaa66;
}

.highlight {
  color: #f9f9f9;
}

#results-container {
  display: flex;
  flex-direction: column;
}

#comments {
  order: 2;
}

#posts {
  order: 1;
}

#posts.submission:fir