html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
  margin-bottom:30px;
}

#makeLogo {
    width: 200px;
}

.table {
    width: 90% !important;
}

.dataTables_wrapper .dataTables_filter {
    float: left;
    text-align: right;
}

#specTable th {
    width: 30%;
    padding-left: 2em;
}

#specTable td {
    padding-left: 2em;
}

.otherSizeClickable {
    cursor:pointer;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px;
}