/*
Theme Name: Daily Reckoning 3.0
Theme URI: http://dailyreckoning.com
Author: TJ Tate, Nate Martin
Version: 3.0
 */

#ot-sdk-cookie-policy {
  * {
    background: transparent !important;
    color: #222 !important;
    font-size: 1.1rem !important;
    line-height: 1.6 !important;
    font-family: "UtopiaRegular",Georgia,Cambria,"Times New Roman",Times,serif !important;
  }

  ::before {
    display: none !important;
  }

  table, thead, tbody, th, td {
    border-collapse: collapse !important;
    border: 1px solid #000 !important;
    border-radius: 0 !important;
  }

  th {
    font-weight: bold;
  }

  a {
    color: #aa2027 !important;
  }
}

#ot-sdk-btn {
  font-size: 1rem !important;
  border: 0 !important;
}

#close-pc-btn-handler {
  display: none !important;
}