body {
  font-family: 'Open Sans', Helvetica, Arial, FreeSans;
  color: #333;
  padding: 5px 50px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

#wrap {
  width: 700px;
  margin: 0 auto;
}

h1 a {
  text-decoration: none;
  font-weight: 100;
  font-size: 146px;
  font-family: 'Open Sans', Helvetica, Arial, FreeSans, sans-serif;
  text-rendering: geometricPrecision;
}

h2 {
  color: #818181;
}

h2#plugins-subheader {
  font-size: 25px;
  font-weight: 100;
  margin-top: -42px;
  margin-bottom: 65px;
}

h3 {
  font-size: 25px;
  margin-top: 3px;
}

a, a:visited {
  text-decoration: none;
}

.mongoose {
  font-size: 146px;
  font-weight: 100;
  text-indent: -7px;
  letter-spacing: -14px;
  color: #800;
}

form {
  text-align: center;
}

#term {
  font-size: 34px;
  line-height: 35px;
  width: 100%;
  color: #414141;
  margin-bottom: 8px;
}

#search {
  text-align: center
  color: #414141;
  background: #444;
  padding: 9px 0px;
  font-size: 18px;
  font-weight: 100;
  border-radius: 3px;
  weight: light;
  color: white;
  width: 180px;
  border: 0;
  text-decoration: none;
  text-transform: lowercase;
  text-shadow: 1px 1px 7px #222;
}

#litemplate {
  display: none;
}

#result {
  padding-left: 0;
  margin-top: 45px;
}
#result li, #addyourown {
  list-style: none;
  padding: 20px;
  word-wrap: break-word;
  background: #FDFDFD;
  border-top: 3px solid #fff;
  border-bottom: 1px solid #EEE;
  box-shadow: 0px 2px 3px #888;
  margin-bottom: 25px;
}

#result h2 {
  margin-top: 25px;
}

#addyourown {
  line-height: 24px;
  padding: 0 20px;
}

.improve {
  text-align: right;
  font-size: 12px;
}

.watchers {
  /*background: transparent url(/eye.png) no-repeat;*/
}
.time, .watchers strong {
  font-size: 16px;
  font-weight: normal;
}
.watchers strong {
  text-shadow: 1px 1px 20px #bebeb7;
  padding-right: 5px;
}

.carbon-ad {
  margin-top: 10px;
  padding-top: 0 !important;
  border-bottom: solid 1px #dddddd;
}

#carbonads {
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: hidden;
  padding: 20px 10px;
  max-width: 230px;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
}

#carbonads a {
  color: #818181;
}

#carbonads a:hover {
  color: inherit;
}

#carbonads span {
  display: block;
  overflow: hidden;
}

.carbon-img {
  display: block;
  margin: 0 auto 8px;
  line-height: 1;
}

.carbon-text {
  display: block;
  margin-bottom: 8px;
}

.carbon-poweredby {
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 10px;
  line-height: 1;
}

@media only screen and (max-width: 480px) {
  body {
    padding: 10px 0 10px 10px;
  }
  h1 {
    margin-top: 0;
  }
  h2#plugins-subheader {
    font-size: 15px;
    margin: -24px 0 35px 77px;
  }
  #wrap {
    width: 100%;
  }
  .mongoose {
    text-align: center;
    font-size: 74px;
    font-weight: 100;
    letter-spacing: -7px;
  }
  .load .mongoose {
    letter-spacing: -7px;
  }
  #term {
    font-size: 22px;
    line-height: 24px;
    width: 100%;
    color: #414141;
  }
  #search {
    font-size: 22px;
  }
}
@media only screen and (max-width: 320px) {
  body {
    padding: 10px;
  }
  h1 {
    margin-top: 0;
  }
  h2#plugins-subheader {
    font-size: 15px;
    margin: -33px 0 35px 0px;
  }
  #wrap {
    width: 100%;
  }
  .mongoose {
    text-align: center;
    font-size: 74px;
    font-weight: 100;
    letter-spacing: -7px;
  }
  .load .mongoose {
    letter-spacing: -7px;
  }
  #term {
    font-size: 14px;
    line-height: 16px;
    width: 100%;
    color: #414141;
  }
  #search {
    font-size: 14px;
  }
}
