/*
a:link {
  text-decoration: none;
 color: blue;
}

a:visited {
  text-decoration: none;
 color: green;
}

a:hover {
  text-decoration: underline;
  color: hotpink;
}
*/
.navbar-collapse{
     padding-right: 200px;
    padding-left: 10px;
    padding-top: 80px;
}

a:link {
  text-decoration: underline;
 color: blue;
font-weight: bold;
}
.inner-main-title {
 display: none;
}
#ht-site-branding
{
  padding: 1px 0;
}
#ht-site-navigation
{
   padding-right: 120px;
}
span {
  font-size: large;
  color : black;
  text-align: justify; 
  display:inline-block
 /* display:block; */
}
 table, tbody tr, td {
   text-align: justify;
   font-size: 14px;
}