html {
  font-family: "Arial", sans-serif;
}
body {
  width: 300px;
  height: 800px;
  margin: 0px;
  overflow: hidden;
}
h1 {
  margin: 0px;
}
h2 {
  font-size: 16px;
  margin: 0px;
}
.logo {
  position: absolute;
  left: 52px;
  top: 14px;
  border: none;
}
#date {
  height: 23px;
  font-size: 12px;
  background-color: #F6F6F6;
  border-top: 1px solid #DADADA;
  border-bottom: 1px solid #DADADA;
  text-align: center;
  line-height: 25px;
  color: #575756;
  position: relative;
}
#date a {
  font-size: 32px;
  line-height: 23px;
  height: 23px;
  color: #ccc;
  width: 37px;
  font-size: 16px;
  background-image: url('../images/sprites.png');
}
#date a.next.inactive,
#date a.previous.inactive {
  cursor: default;
}
#date a:hover.previous.active {
  background-position: 0px -30px;
}
#date a:hover.next.active {
  background-position: 60px -30px;
}
#date a.previous {
  position: absolute;
  top: 0px;
  left: 0px;
  background-position: 0px -60px;
}
#date a.previous.active {
  background-position: 0px 0px;
}
#date a.next {
  position: absolute;
  top: 0px;
  right: 0px;
  background-position: 60px -60px;
}
#date a.next.active {
  background-position: 60px 0px;
}
#date a.active {
  cursor: pointer;
  color: black;
}
#explore {
  font-size: 11px;
  text-align: center;
  height: 50px;
  color: #9D9D9C;
}
#explore .collapse {
  height: 24px;
  line-height: 24px;
  background-color: #FAFAFA;
  border-bottom: 1px solid #EDEDED;
}
#explore #data-hashtag {
  height: 25px;
  width: 100%;
  padding-top: 9px;
  font-size: 16px;
  font-weight: bold;
  border: none;
  background-image: url('../images/bubble_background.jpg');
}
#selected-hashtag {
  height: 27px;
  font-size: 16px;
  line-height: 29px;
  text-indent: 10px;
  position: relative;
  color: #FFF;
  background-color: #706F6F;
  background-image: url('../images/border.png');
  background-repeat: repeat-x;
}
#selected-hashtag .close {
  background-image: url('../images/sprites.png');
  background-position: 20px 0px;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 6px;
  right: 14px;
  cursor: pointer;
}
#selected-hashtag .close:hover {
  background-position: 20px -20px;
}
#tweets {
  padding: 9px 0;
  margin: 0px;
  list-style-type: none;
  background-image: url('../images/shadow.png');
  background-repeat: repeat-x;
  height: 319px;
  overflow: hidden;
  overflow-y: scroll;
  position: relative;
}
#tweets .tweet {
  margin: 0 0 9px 0;
  padding-bottom: 9px;
  border-bottom: 1px dotted #B5B5B5;
  font-size: 12px;
  overflow: auto;
  position: relative;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  -o-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}
#tweets .tweet a {
  text-decoration: none;
  color: #9D9D9C;
}
#tweets .tweet img {
  float: left;
  width: 46px;
  height: 46px;
}
#tweets .tweet .content {
  margin-left: 7px;
  float: left;
  width: 210px;
  line-height: 15px;
}
#tweets .tweet .text {
  float: left;
  width: 210px;
  color: #575756;
}
#tweets .tweet .text.no-tweet {
  margin-left: 10px;
}
#tweets .tweet .date {
  position: absolute;
  right: 5px;
  width: 45px;
  text-align: right;
  top: 0px;
  font-size: 10px;
  color: #DADADA;
}
#tweets .tweet .buttons {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  visibility: hidden;
  float: left;
  margin-top: 8px;
  -webkit-transition: ease-in-out 0.3s opacity;
  -moz-transition: ease-in-out 0.3s opacity;
  -o-transition: ease-in-out 0.3s opacity;
  -ms-transition: ease-in-out 0.3s opacity;
  transition: ease-in-out 0.3s opacity;
}
#tweets .tweet .buttons a {
  margin-right: 30px;
}
#tweets .tweet:hover .buttons {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  visibility: visible;
}
#tweets .tweet .date {
  float: right;
  font-size: 12px;
  color: #ccc;
}
#tweets .tweet.disappearing {
  display: none;
}
#more-info {
  height: 20px;
  line-height: 18px;
  background-color: #706F6F;
  color: #FFFFFF;
  cursor: pointer;
  border-top: 1px solid #575756;
  font-family: 'Verdana';
  font-size: 10px;
  font-weight: bold;
  position: relative;
  z-index: 2;
}
#more-info .about {
  float: left;
  margin-left: 10px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#more-info:hover .about {
  color: #D3D3D3;
}
.t-and-c {
  top: 800px;
  height: 670px;
  width: 300px;
  position: absolute;
  background-color: #706F6F;
  color: #DADADA;
}
.t-and-c h2 {
  font-size: 16px;
  font-weight: normal;
  color: #FFF;
  margin: 0px 0px 20px 0px;
}
.t-and-c p {
  font-size: 12px;
  line-height: 16px;
}
.t-and-c .top-bar {
  height: 25px;
  line-height: 25px;
  font-size: 11px;
  padding: 0px 14px;
  border-bottom: 1px solid #575756;
}
.t-and-c .top-bar .close {
  background-image: url('../images/sprites.png');
  background-position: 20px 0px;
  width: 13px;
  height: 13px;
  float: right;
  margin-top: 6px;
  cursor: pointer;
}
.t-and-c .top-bar .close:hover {
  background-position: 20px -20px;
}
.t-and-c .content {
  height: 631px;
  padding: 14px 14px 0px 14px;
  overflow: hidden;
  overflow-y: scroll;
}
.t-and-c .content .twitter-list {
  overflow: auto;
  margin: 20px 0px;
}
.t-and-c .content .collumn {
  width: 45%;
  margin-right: 5%;
  float: left;
}
.t-and-c .content a.list-link {
  width: 100%;
  text-decoration: none;
  color: #DADADA;
  float: left;
  font-size: 9px;
  line-height: 14px;
}
.t-and-c .content a.list-link:hover {
  color: #FFF;
}
