﻿body {
  padding-top: 50px;
  padding-bottom: 20px;
}
/* Set padding to keep content from hitting the edges. */
.body-content {
  padding-right: 15px;
  padding-left: 15px;
}
/* Allow only vertical resizing of textareas. */
textarea {
  resize: vertical;
}
table.tablesorter thead tr th.headerSortUp:after,
table.tablesorter thead tr th.headerSortDown:after,
table.tablesorter thead tr th.header:after,
table.tablesorter-numbering thead tr th.headerSortUp:after,
table.tablesorter-numbering thead tr th.headerSortDown:after,
table.tablesorter-numbering thead tr th.header:after {
  font-family: FontAwesome;
  padding: 3px;
}
table.tablesorter thead tr th.header:after,
table.tablesorter-numbering thead tr th.header:after {
  content: "\f0dc";
}
table.tablesorter thead tr th.headerSortUp:after,
table.tablesorter-numbering thead tr th.headerSortUp:after {
  content: "\f0de";
}
table.tablesorter thead tr th.headerSortDown:after,
table.tablesorter-numbering thead tr th.headerSortDown:after {
  content: "\f0dd";
}
table.tablesorter thead tr .header,
table.tablesorter-numbering thead tr .header {
  cursor: pointer;
}