#navigation{
    display:none;
}
#header{
    display:none;
}
.top-bar{
    display:none;
}

#pre-footer{
    display:none;
}

#sidr-main{
    display:none;
}
.sidebar{
    display:none;
}
#footer{
        display:none;
}

.page-tools{
            display:none;
}

.followit--follow-form-container {
    display: none;
}

/*dynamic tables */
.table {
  display: table;
  /* Defines a Table */
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  border-bottom: 2px solid #dddddd;
  color: #8d8d8d;
  margin: 10px 0 25px;
  table-layout: fixed;
  min-width: 100%;
}

.table-head {
  display: table-header-group;
  width: 100%;
  /* Defines a table header group */
}

.table-head .table-col {
  /* Column inside the table-head */
  background: #333333;
  color: #fff;
  border-right: 1px solid #5d5d5d;
  border-bottom: none;
}

.table-head .table-col:hover {
  /* Column hover inside the table-head */
  background: #222222;
}

.tbody {
  width: 100%;
  display: table-row-group;
  /* Defines a table header group */
}

.table-row {
  display: table-row;
  /* Defines a table row */
}

.table-row .table-col:nth-child(1) {
  /* First column in a row */
  border-left: 1px solid #eeeeee;
}

.table-row:last-child .table-col {
  /* column in a last row */
  border-bottom: none;
}

.table-col {
  display: table-cell;
  /* Defines a table cell */
  padding: 10px 0;
  border-bottom: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  text-align: center;
}

.tbody .table-row:hover .table-col {
  background: #f9f9f9;
}
#header-image, #calselect {
    display: none;
}
img {
max-width: 100%;
height: auto;
}