.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
   font-weight: bold !important;
}

table.hometable{
-webkit-border-radius: 20px; /*webkit per chrome*/
-moz-border-radius: 20px; /*gecko per firefox*/
border-radius: 20px;
  background-color: 
}
table.htable {
  background-color: #e8eb4b;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border-color: #cf1717;
}
