@import url(//www.google.com/css/go-inlay.css);

body {
  margin: 0 !important;
  max-width: 100%;
  padding: 0;
  width: auto !important;
}

#quotes {
  background: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#sidebar ul, #quotes p {
  padding: 1em;
}

#sidebar ul {
  list-style: none;
  margin: 0;
}

#quotes-inner, #sidebar-inner {
  background: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  height: 365px;
  overflow: auto;
  margin: 0;
}

#sidebar-inner {
    margin: 0 1em 0 0;
}

#sidebar ul ul {
  height: auto;
  margin: 0 0 0.2em 20px;
  padding: 0 0 0 0.6em;
}

#stats {
  background: #C3D9FF;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 1em;
}

#quotes p {
  border-bottom: 1px dotted #ccc;
  margin: 0;
}

#quotes p span {
  color: #666;
  display: block;
  font-size: 0.9167em; /*11px*/
  text-align: right;
}

#quotes p span sup {
  color: #f00;
}

#footer {
  color: #666;
  display: none;
  font-size: .9em;
  padding: 3px 1em;
  text-align: right;
}

.twistyCollapse {
  background: url(//www.google.com/friendconnect/scs/images/twistdown-plus.gif) no-repeat 0 60%;
  padding-left: 20px;
}

.twistyExpand {
  background: url(//www.google.com/friendconnect/scs/images/twistdown-minus.gif) no-repeat 0 60%;
  padding-left: 20px;
}

p.even {
  background: #eee;
}

a:visited {
  color: blue;
}

a.on {
  color: #000 !important;
  font-weight: bold;
  text-decoration: none;
}

.js .noscript {
  display: none;
}

#vendors {
  color: #666;
}

#tabs, #search-box {
  height: 35px;
  margin: 0;
}

#tabs ul {
  list-style-type: none;
  margin: 0 1em 0 0;
  padding: 5px 10px;
  text-align: center;
}

#tabs li {
  float: left;
  width: 50%;
}

#tabs a {
  background: #e8eef7;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  display: block;
  margin: 0 2px;
  padding: 5px 10px 6px;
  text-decoration: none;
}

#tabs a:hover, #tabs a.on {
  background: #fff;
}

#search-box #search {
  margin-right: 5px;
  width: 150px;
}

#search-box form {
  margin: 0;
}

#search-box p {
  border: 0;
  margin: 0;
  padding: 0;
  text-align: right;
}

#random {
  background: url(../img/random.gif) no-repeat 0 50%;
  padding-left: 18px;
}
