html, body {
  height: 100%;
}

#wrap {
  min-height: 100%;
}

#main {
  overflow:auto;
  padding-bottom:10px; /* this needs to be bigger than footer height*/
}

.footer {
  position: relative;
  margin-top: -150px; /* negative value of footer height */
  height: 50px;
  clear:both;
  padding-top:5px;
}

table {
    border-collapse: collapse;
}

table, td, th {
    border: 0px solid black;
}
th {
    background-color: #336699;
    color: white;
}
.borderless td, .borderless th {
    border: none;
		border:none !important;
		border-right: none !important;
		border-left: none !important;
		border-top: none !important;
		border-right-style: none !important;
		border-left-style: none !important;
}
/* .table-borderless > tbody > tr > td.no-line {
border:none !important;
border-right: none !important;
border-left: none !important;
border-top: none !important;
border-right-style: none !important;
border-left-style: none !important;
}
.table-bordered{
  border:none;
} */
