/**
 * view
 */
.view {}




/**
 * view-header
 */
.view-header {}




/**
 * view-content
 */
.view-content {}




/**
 * view-footer
 */
.view-footer {}




/**
 * item-list
 */
.item-list ul {
  margin: 0;
  padding: 0;
}
.item-list ul li {
  margin: 0;
  padding: 0;
}




/**
 * views-table
 */
table.views-table {
  border-width: 0;
}
table.views-table tbody {
  border-width: 0;
}

table.views-table tr {
  border-width: 0;
}

table.views-table thead th,
table.views-table tbody td {
  border-width: 0;
}
table.views-table thead th {
  border-width: 0;
}

table.views-table tr.odd {
  border-width: 0;
}
table.views-table tr.even {
  border-width: 0;
}




/**
 * view-grouping
 */
.view-grouping {
  border-top: 1px solid #EEEEEE;
  margin: 0 -20px 20px -20px;
  padding: 20px 20px 0 20px;
  overflow: hidden;
}
.view-grouping-header {
  font-family: "Bitter", "Georgia", serif;
  font-size: 1.35em;
  line-height: 1.35em;
  margin: 0;
  font-weight: 400;
}
.view-grouping-content {}


