body {
  margin: 0;
  padding: 0;
  font-size: 15px;
}

body,
select,
button {
  font-family: georgia;
}

a {
  color: red;
}

.container {
  margin: 40px;
}

.tweet {
  border: 1px solid #000;
  margin: 10px 0px;
  padding: 10px;
}

th {
  text-align: left;
}

th,
td {
  border: 1px solid #999;
  padding: 5px;
}

table {
  border-collapse: collapse;
  /* margin-top: 10px; */
  border-style: outset;
}

table p {
  margin: 0px;
}

td.link a {
  text-decoration: none;
}

.thumb img {
  max-width: 80px;
}

.logo {
  margin: 0;
  padding: 0;
}

.sorters {
  margin: 20px 0px;
  /* margin-bottom: 25px; */
}

.sorter,
.other-button,
.buttony,
select {
  /* border: 3px solid #000; */
  color: #000;
  padding: 3px 5px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  /* font-weight: bold; */
  border-style: outset;
  border-width: 4px;
  text-align: left;
  background-color: #eee;
  cursor: pointer;
  /* text-transform: capitalize; */
  /* border-radius: 10px; */
}

.sorter.selected {
  color: #fff;
  background-color: #000;
}

#sorts-list .sorter{
  font-size: .9em;
  /* margin: 2px; */
  /* padding: 2px; */
  /* border-width: 3px; */
}

ol {
  padding: 0;
  margin: 0;
  margin-left: 15px;
}
ol li {
  margin-bottom: 10px;
}


.item-order,
.other-button {
  background-color: blue;
  color: #fff;
}

.other-button {
  background-color: red;
}

.buttony {
  text-decoration: none;
}

.actions {
  text-align: center;
  margin: 30px 0px;
}

.actions .buttony {
  margin: 10px;
  width: 50%;
  padding: 7px;
  display: inline-block;
  text-align: center;
  color: #fff;
}

.try-twitter {
  background-color: blue;
}

.download {
  background-color: red;
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

#sorts-list {
  /* display: none; */
}

#samples {
  background-color: #000;
  color: #fff;
  padding: 5px 20px;
  max-height: 300px;
  overflow: scroll;
}


#sorts-list span {
  display: inline-block;
  padding: 2px;
  font-size: 0.9em;
  margin: 2px 5px 2px 0px;
  text-align: left;
  background-color: #eee;
  border-style: outset;
  border-width: 3px;
  /* color: #fff; */
}

#methodology b {
  display: inline-block;
  padding: 2px;
  font-size: 0.9em;
  text-align: left;
  background-color: #eee;
  border-style: outset;
  border-width: 3px;
  font-size: 1.1em;
}

#methodology p {
  display: inline;
  font-size: 0.8em;
}

.welcome {
  max-width: 860px;
  margin: auto;
  padding: 20px;
  /* text-align: right; */
}

.top {
  display: flex;
  border-bottom: 1px solid #999;
  justify-content: space-between;
}

.key {
  background-color: #eee;
  padding: 2px;
}


#sorts-list {
  width: 45%;
  /* margin-right: 2%; */
  float:left;
}

#textsssssss {
  /* position: relative; */
  width: 45%;
  float: right;
}

@media (max-width: 768px) {
  .container {
    margin: 10px;
  }

  th {
    display: none;
  }

  td {
    display: block;
    border: 0;
    padding: 3px;
  }

  tr {
    border: 1px solid #000;
  }

  .fav::after {
    content: " favs";
  }

  .retweet::after {
    content: " retweets";
  }

  .actions .buttony {
    margin: 0px;
    margin-bottom: 10px;
    padding: 7px;
    display: block;
    width: auto;
  }
  #sorts-list, #textsssssss {
    float: none;
    width: 100%;
  }
}
