.author,.title{
    display: none;
}

/* unvisited link */
a:link {color: #3B8DEE;}
/* visited link */
a:visited {color: #3B8DEE;}
/* mouse over link */
a:hover {color: #285A96;}
/* selected link */
a:active {color: #3B8DEE;}

.panel {
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}

body .main-container {
  max-width: 1200px;
}

.nav-tabs > li > a {
  background-color: #white !important;
  color: #325D88 !important;
  border-color: #325D88 !important;
}

.nav-tabs > li.active > a {
  background-color: #325D88 !important;
  color: white !important;
  border-color: white !important;
}


.breadcrumb {
   background-color: #white !important;
  color: #325D88 !important;
  border-color: #325D88 !important;
}