@import "reset.css";
* {
  font-family: "proxima-nova", Helvetica, Arial;
}
html,
body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
p {
  margin-bottom: 24px;
  line-height: 24px;
}
.pinkbold {
  font-size: 18px;
  font-weight: bold;
  color: #E83995;
  margin-bottom: 10px;
}
p a.twitter_link {
  font-size: 15px;
  font-weight: bold;
  color: #E83995;
  text-decoration: none;
}
.bold {
  font-weight: bold;
}
p.imgs img {
  height: 160px;
  border: 1px solid #eee;
  padding: 6px;
  margin-left: 8px;
  box-shadow: 0 0 5px #f6f6f6;
}
input[type=text],
textarea {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  outline: none;
}
input[type=text]:focus,
textarea:focus {
  box-shadow: 0 0 5px #e83995;
  border: 1px solid #e83995;
}
.outside .content {
  width: 890px;
  margin: 0 auto;
}
#header1 {
  background: #fff;
}
#header1 .content {
  background: #fff;
}
#header1 .content .hunted-logo {
  display: block;
  margin: 45px auto;
}
#header2 {
  position: relative;
}
#header2 .background-grid-image,
#header2 .background-overlay,
#header2 .content {
  position: absolute;
  top: 0;
  left: 0;
  height: 369px;
  width: 100%;
}
#header2 .background-grid-image {
  width: 100%;
  background: url(/img/grid-background.jpg) repeat-x center;
}
#header2 .background-overlay {
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
}
#header2 .twitter-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -336px;
  margin-top: -83px;
  width: 204px;
  height: 167px;
}
#header2 h2 {
  font-size: 43px;
  font-weight: bold;
  color: #474747;
  margin-bottom: 30px;
  margin-top: 150px;
  color: #fff;
  display: block;
  text-align: center;
  margin-left: 200px;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}
h1 {
  font-size: 40px;
  font-weight: bold;
  color: #E83995;
  margin-bottom: 24px;
}
#body {
  margin-top: 471px;
  margin-bottom: 35px;
}
#export {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #F2F2F2;
}
#export h3 {
  font-size: 43px;
  font-weight: bold;
  color: #474747;
  margin-bottom: 30px;
}
#export form {
  position: relative;
  width: 461px;
  margin-bottom: 0px;
}
#export input.chart-name {
  width: 343px;
  font-size: 14px;
  border: 1px solid #CCCCCC;
  padding: 18px;
  color: #474747;
}
#export button.find-btn {
  padding: 18px;
  background: #E83995;
  color: #fff;
  border: 0;
  margin-top: 1px;
  position: absolute;
  right: 0;
  top: 0;
  font-weight: bold;
  font-size: 14px;
}
#export .loader {
  background: url(/img/loader-top-bar.gif) no-repeat;
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  left: 338px;
  top: 13px;
  opacity: 0.5;
  display: none;
}
#export .error {
  font-size: 14px;
  margin-top: 12px;
  color: #E83995;
  display: block;
  margin-left: 10px;
}
#export .form {
  width: 100px;
}
#export h4 {
  font-size: 30px;
  font-weight: bold;
  color: #474747;
  margin-bottom: 30px;
  margin-top: 30px;
}
#export table {
  width: 100%;
}
#export table .number {
  width: 60px;
  text-align: center;
  font-weight: bold;
}
#export table .track {
  width: 254px;
  padding-left: 26px;
  padding-right: 10px;
}
#export table .artist {
  width: 254px;
  font-weight: bold;
}
#export table .source {
  text-align: center;
}
#export table thead td {
  background: #EBEBEB;
  padding: 13px 0;
  font-weight: bold;
}
#export table tbody td {
  padding: 10px 0;
  border-top: 1px solid #F2F2F2;
}
#export table tbody tr.row0 td {
  background: #F7F7F7;
}
#export table tbody tr.row1 td {
  background: #fafafa;
}
#export table .image-popout {
  background: url(/img/popout.png) no-repeat 0 -20px;
  height: 20px;
  width: 20px;
  display: inline-block;
}
#export table .image-error {
  background: url(/img/popout.png) no-repeat -20px -20px;
  height: 20px;
  width: 20px;
  display: inline-block;
}
#export table tbody tr:hover td {
  background: #FEF5FA;
  color: #E83995;
}
#export table tbody tr:hover td .image-popout {
  background-position: 0 0;
}
#export table tbody tr:hover td .image-error {
  background-position: -20px 0;
}
