html {
  position: relative;
  min-height: 100%;
}
body {
  /*padding-top: 50px;*/
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  /*background-color:#c7c5c5; !important*/
}
.starter-template {
  padding: 40px 15px;
  text-align: center;
}

/*
 * Footer
 */
 


.footer {
  padding: 40px 0;
  color: #999;
  text-align: center;
  border-top: 1px solid #e5e5e5;
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  /*background-color: #f5f5f5;*/
}
.footer p:last-child {
  margin-bottom: 0;
}

.borderless tbody tr td, .borderless tbody tr th, .borderless thead tr th {
    border: none;
}



.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color: #e6e6e6;
}





.redStar {
	color: #FF0000;
	font-weight:bold;
}




