/*
 * Teaching Resources Styles - Additional Header Stuff
 */

div#page-title h2 {
  float: left;
}
div#page-title form#funded-projects-filters {
  float: right;
  border: 1px solid #b2b2b2;
  padding: 5px;
}
form#funded-projects-filters fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
form#funded-projects-filters fieldset div.field {
  float: left;
}
form#funded-projects-filters fieldset div.field label {
  position: absolute;
  left: -9999px;
}
form#funded-projects-filters fieldset div.field select {
  font-size: 1em;
  margin-right: 5px;
}
form#funded-projects-filters fieldset div.buttons {
  float: left;
  margin-top: -2px;
}
form#funded-projects-filters fieldset div.buttons input {
  font-size: 1em;
  float: left;
}
form#funded-projects-filters fieldset div.buttons input#filter-funded-projects-submit {
  margin-right: 5px;
}

/*
 * Teaching Resources Styles - Table
 */

div#funded-projects table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 1.5em;
}
div#funded-projects table th,
div#funded-projects table td {
  font-weight: normal;
  text-align: left;
  padding: 7px;
  border: 1px solid #ccc;
}
div#funded-projects table thead th {
  background: #ccc;
  font-weight: bold;
  border-right: 1px solid #fff;
}
div#funded-projects table thead th.last {
  border-right: 1px solid #ccc;
}
div#funded-projects table tbody td span.file-size {
  font-size: 0.9em;
}
