@import url('https://fonts.googleapis.com/css?family=Raleway');


/* Colors: http://flatcolors.net/palette/801-flat-ui-colors# */

body {
  font-family: Raleway, sans-serif;
  background-color: #ECF0F1;
  margin: 0;
}

.header {
  height: 50px;
  background-color: #34495E;
  width: 100%;
  position: fixed;
  top: 0;
  color: white;
}

.header h1 {
  display: inline;
  line-height: 50px;
  font-size: 27px;
  padding-left: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.count {
  float: right;
  height: 50px;
  background-color: #2980B9;
  width: 60px;
  text-align: center;
  line-height: 50px;
  color: white;
  font-weight: bold;
  font-size: 25px;
}

.count.red {
  background-color: #be032c;
}

.submit {
  float: right;
  height: 50px;
  background-color: #27AE60;
  width: 60px;
  text-align: center;
  line-height: 50px;
  color: white;
  font-size: 21px;
  font-weight: bold;
}

.page {
  margin: 70px 20px 30px 20px;
}

.results {
  width: 99%;
  height: 110px;
  border-color: lightgrey;
  margin-top: 15px;
}

.divider {
  margin: 30px 0 10px 0;
  border-color: lightgray;
}

input[name="hashtags"] {
  margin-right: 5px;
}


label {
    display: block;
    padding: 8px 5px;
    background-color: #e6eaeb;
    margin-top: 4px;
}

.pick-hashtag-set {
  background-color: #34495E;
  color: white;
  font-size: 0.75em;
  font-weight: bold;
  border-radius: 2px;
  padding: 5px 12px;
}
