body {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    color: #000000;
    background-color: #fdfdfd;
    margin: 0;
}

h1 {
    font-family: 'Open Sans', 'Roboto', 'Trykker', serif;
}


.logo {
    float: left;
}


#siteNav {
    float: right;
}

#nengiNav {
    padding-left: 36px;
}

.wrapper {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 30px;
    padding-left: 30px;
}


.mainNavWrapper {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 30px;
    padding-left: 30px;
    height: 40px;
}


.nengiNavWrapper {
    float: right;
    padding-right: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin: 12px;
    background-color: #f0f0f0;
    border-radius: 8px;
}


.nengiNavWrapper ul {
    list-style-type: none;
    margin: 0;
    padding: 0;}

.nengiNavWrapper ul ul {
    list-style-type: none;
    margin-left: 15px;
    padding: 0;
}

.nengiNavWrapper b {
    font-size: 1.1em;
    margin-left: -6px;
    padding: 0;
}

.nengiNavWrapper a {
    text-decoration: none;
    color: blue;
}

.nengiNavWrapper a:visited {
    color: blue;
}

.nengiNavWrapper a:hover {
    text-decoration: underline;
    color: rgb(105, 105, 255);
}


.nengiLogo {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.binaryTable {
    border-collapse: collapse;
}

.binaryTable td {
    border-top: 1px solid #ddd;
    padding: 8px;
    text-align: center;
}


.binaryTable tr td:first-child {
    text-align: left;
    font-weight: bold;
    color: red;
    text-shadow: 1px 1px 1px black;
}

.project-section {
    border: solid 1px #ccc;
    padding: 30px;
    margin-top: 30px;
}

.scrollableLicense {
    border: 1px solid black;
    padding: 10px;
    width: 100%;
    overflow-y: scroll;
    height: 400px;
}

.error {
    color: red;
}

.success {

}

#logout {
    position: fixed;
    top: 0;
    display: none;
}


.collapsible {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .collapsible:hover {
    background-color: #ccc;
}
  
  /* Style the collapsible content. Note: hidden by default */
.content {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: #f1f1f1;
}

#cookie-notify {
	display: none;
	position: fixed;
	bottom: 0px;
	background-color: rgb(82, 82, 82);
	font-size: 18px;
	color: white;
	padding: 8px;
	border-top-right-radius: 16px;
	border: solid 1px white;
}

#cookie-notify a {
	color: rgb(191, 240, 255);
}

#cookie-notify button {
	background-color: rgb(196, 142, 255);
	color: rgb(255, 255, 255);

	border: solid 1px rgb(188, 88, 255);
	font-size: 18px;
	border-radius: 8px;
}

#cookie-notify button:hover {
	background-color: rgb(237, 220, 255);
	color: black;
}

.tutorial-nav p {
    font-family: 'Courier New', Courier, monospace;
    margin: 0px;
}