/* more responsive logo */
header a {
background-size:contain;

}

/* Cryptshare Copyright, Licensor and Version */
footer {
	visibility:visible;
}

/* height of header logo */
a .btn-block {
height:200px;
  
}

/* bg color of menu bar */
.navbar {
  background-color: #0371b9	;
}

/* show/hide the reply function an download page */
.download-header-col-secondary .btn {
  visibility:visible;
  display:display;
}

/* show/hide the QUICK-menu entry */
/*
.dropdown li:nth-child(2) {
  visibility:hidden;
  display:none;
} */


/* show/hide the QUICK-security settings */
/*.quickSwitch {
  visibility:hidden;
  display:none;
}*/