.title-bar {
  padding: 0.5rem;
  background: #2c6aa3;
  color: #fefefe;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* 
a
{
	color: #39F;
	text-decoration: none;
}

a:visited { color: #17a2ba; }

a:hover
{
	color: #BDB76B;
	text-decoration: underline;
}

a:active
{
	color: #FF0;
	text-decoration: none;
}
 */

a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: #1468a0;
  
  a:visited { color: #17a2ba; }
