a {
  color: #0000cc;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

a:active {
  color: #0000cc;
  text-decoration: none; }

a:visited {
  color: #990099;
  text-decoration: none; }

.logos {
  border-collapse: collapse; }
  .logos td {
    width: 1px; }
    .logos td.blank {
      width: 100%; }

.header {
  padding-top: 10px; }

.color-line {
  border-collapse: collapse;
  width: 100%; }
  .color-line td {
    height: 4px;
    padding: 0; }

.close {
  color: lime;
  font-size: 13px;
  margin: 25px auto;
  text-align: center; }

.adchoice {
  margin: 10px; }
  .adchoice h1 {
    color: #5d5d5d;
    font-size: 24px;
    font-weight: normal;
    margin: 18px 0 5px; }
  .adchoice h2 {
    clear: both;
    color: #333333;
    font-size: 18px;
    margin: 20px 0 5px; }
  .adchoice h2.second {
    padding-top: 20px; }
  .adchoice h3 {
    color: #ff8000;
    font-size: 16px;
    padding-top: 10px; }
  .adchoice .buttons p {
    font-size: 13px; }
  .adchoice .buttons h3 {
    margin: 0;
    padding: 0; }
  .adchoice .opt-box p {
    color: #333333; }
  .adchoice .opt-box p.sign-in {
    color: #666666;
    font-size: 12px; }
  .adchoice .opt-box p a {
    font-size: 11px;
    margin-left: 15px; }
  .adchoice .opt-out-box {
    background: #fefbec;
    border: solid 1px #e5d27c;
    margin: 0 auto; }
  .adchoice .opt-in-box {
    background: white;
    border: solid 1px #cccccc; }
  .adchoice .box {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 12px 25px 35px; }
    .adchoice .box p {
      font-size: 16px; }
  .adchoice .info {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #f2f2f2;
    border: solid 1px #cccccc;
    color: #666666;
    font-size: 13px;
    padding: 5px 20px 10px; }
    .adchoice .info p {
      margin: 15px 0; }
  .adchoice ul.info {
    background-color: #fcfcfc;
    list-style: none;
    margin-top: inherit; }
    .adchoice ul.info li {
      padding: 3px 1% 5px; }
    .adchoice ul.info h4 {
      font-size: 16px;
      margin: 10px 0 10px; }
    .adchoice ul.info p {
      font-size: 12px; }
  .adchoice a.button {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: -moz-linear-gradient(top, #8192ef 0%, #384bc3 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8192ef), color-stop(100%, #384bc3));
    background: -webkit-linear-gradient(top, #8192ef 0%, #384bc3 100%);
    background: -o-linear-gradient(top, #8192ef 0%, #384bc3 100%);
    background: -ms-linear-gradient(top, #8192ef 0%, #384bc3 100%);
    background: linear-gradient(top, #8192ef 0%, #384bc3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$color-ad-choice-blue-5, endColorstr=$color-ad-choice-blue-6, GradientType=0);
    border: solid 1px #5e6dbd;
    color: white;
    font-weight: bold;
    font-size: 13px;
    margin-left: 5px;
    padding: 4px 15px; }
  .adchoice a.button:hover {
    background: -moz-linear-gradient(top, #6eabff 0%, #1067f7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6eabff), color-stop(100%, #1067f7));
    background: -webkit-linear-gradient(top, #6eabff 0%, #1067f7 100%);
    background: -o-linear-gradient(top, #6eabff 0%, #1067f7 100%);
    background: -ms-linear-gradient(top, #6eabff 0%, #1067f7 100%);
    background: linear-gradient(top, #6eabff 0%, #1067f7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$color-ad-choice-blue-7, endColorstr=$color-ad-choice-blue-8, GradientType=0);
    border: solid 1px #457fe2; }
  .adchoice .or {
    color: #999999;
    text-align: center; }
  .adchoice .copyright {
    color: #333333;
    font-size: 13px; }

.opt-out .box2 {
  background: white;
  padding: 5px 12px 20px; }
.opt-out .opt-out-box p {
  font-size: 14px; }
.opt-out .opt-out-box p a {
  font-size: 12px; }
.opt-out li.bord {
  margin: 12px 0; }
