/***************************************
 * Theming for exposed filter view
***************************************/

#tvla-gdpr-anon-user-form .form-control.form-text[title]:hover:after {
  content: attr(title);
  margin-left: 200px;
}
#tvla-gdpr-anon-user-form .btn-info {
  margin-top: 20px;
  height: 62px;
  padding: 15px 20px;
}

#tvla-gdpr-anon-user-form  .form-control {
  border-radius: 0;
  display: block;
  border-bottom: 1px solid #ccc;
  padding: 20px 20px;
  font-size: 15px;
  margin-top: 7px;
  width: 100%;
  -webkit-appearance: none;
  line-height: 21px;
  height: 62px;
}

.table-responsive.anon-data {
  display: inline-block;
  width: 100%;
  margin-top: 40px;
  overflow: initial;
}

.table-responsive.anon-data th{
  border-bottom: 2px solid rgb(221, 221, 221);
  padding: 8px;
  line-height: 1.42857;

}

#tvla-gdpr-anon-user-form footer a {
  color: #337ab7;
}

