/**
 * jnp.css
 *
 */
/**
 * Common HTML elements*/
 
#onlineSubmissions {
  display: none; }

#aboutSubmissions li:nth-child(1) {
  display: none; }
  
li#login { display:none; }
li#register {display:none;}

body#pkp-about-submissions > div#container > div#body > div#main > div#content > ul.plain > li:nth-child(1) {display:none;}

body {
  background: #f1f1f1;
  color: #444;
  font-size: 1.1em;
  line-height: 1.3em;
  font-family: Arial, Helvetica, sans-serif; }

#container {
  width: 100% !important;
  min-width: 0; }

#content {
  border-top: 1px solid #ccc;
  font-size: 0.9em; }

#sidebar {
  position: relative; }

#rightSidebar {
  width: 10%;
  margin: 0;
  /* was 0 0 0 10px */
  position: relative;
  right: 15%; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "Helvetica Neue", Arial, sans-serif;
  line-height: 1.3em; }

#main {
  padding: 0em 0em 2em 0em;
  width: 57%;
  margin-left: 0;
  position: relative;
  left: 15%;
  top: -1.5em; }

#navbar {
  font-size: 0.9em;
  border-bottom: none;
  background-color: #444;
  padding: 0;
  width: 100%;
  height: 1.5em; }
  #navbar a {
    font-size: 0.9em;
    padding: 5px 0.75em 5px 0.75em; }
  #navbar ul.menu a:active, #navbar a:hover, #navbar a:visited {
    text-decoration: none;
    color: #f1f1f1;
    /*  padding: 5px 0.75em 5px 0.75em;*/ }
  #navbar ul.menu a:active, #navbar a:hover {
    text-decoration: none;
    background-color: #f1f1f1;
    color: #444;
    padding: 5px 0.75em 5px 0.75em; }
  #navbar ul.menu {
    height: 1.5em;
    width: 100%; }
    #navbar ul.menu li {
      padding: 0; }

#breadcrumb {
  font-size: 0.9em; }
  #breadcrumb a:hover {
    text-decoration: underline; }

#header {
  background-color: #444;
  width: 100%;
  position: relative;
  z-index: -1;
  border-bottom: 1.5em solid #444;
  height: 40%; }
  #header h1 {
    clear: both;
    font-family: "Helvetica Neue", Arial, sans-serif;
    line-height: 1.3em;
    padding: 0; }
    #header h1 img {
      height: 40%;
      width: 100%; }

a:link {
  color: #1982d1;
  text-decoration: none; }

a:active, a:hover, a:visited {
  color: #1982d1;
  text-decoration: underline;
  background-color: transparent; }

ul.steplist a:hover {
  text-decoration: underline; }

input.defaultButton {
  background-color: #1982d1; }

/*# sourceMappingURL=jnp.css.map */
