/**
 * @file
 * Visual styles for Confea Theme's eventos views.
 */
.view-eventos .title {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  text-transform: none;
}
.view-eventos .data {
  margin-bottom: 15px;
}
.view-eventos .data i {
  margin-right: 2px;
}
.view-eventos .data .from i:first-of-type {
  margin-left: 20px;
}
.view-eventos .data .to i:first-of-type {
  margin-left: 16px;
}
.view-eventos .data .date {
  margin-right: 25px;
}
.view-eventos a:hover {
  text-decoration: none;
}
.view-eventos .info {
  margin-top: 10px;
  margin-bottom: 20px;
}
.view-eventos hr {
  margin: 0;
}
.view-eventos .submitted-info {
  margin-bottom: 50px;
}
.view-eventos .links h3 {
  font-size: 1.28rem;
  text-transform: none;
}
.view-eventos .tags a {
  background-color: #cccccc;
  border-radius: 16px;
  color: #222;
  font-size: 1.14rem;
  padding: 5px 10px;
}
.view-eventos .form-item-data-a,
.view-eventos .form-item-data-b {
  display: none;
}