
* {
  /* Set default margin and padding to 0 */
  margin: 0px;
  padding: 0px;
}

body {
  background-color: #ffffff;
  /* font-family: verdana; */
  font-size:  16px;
  font-weight: 400;
  /* text-align: center; */
  line-height: 24px;
  margin: 20px 0px auto auto;
}

h3 {
  font-weight: 400;
}

h4 {
  font-weight: 400;
}

li {
  line-height: 24px;
}

nav.ndworkNavSmall {
  display: none;
  position : relative;
  top : 20px;
  left : 20px;
  border : 2px solid #aaaaaa;
  border-radius : 21px;
  min-width : 40px;
  min-height : 40px;
  overflow : hidden;
}

nav ul.ndworkNavBarSmall {
  overflow : hidden;
  width : 0;
  height : 0;
  padding : 0;
  margin : 0;
  transition : width 0.5s, height 0.5s;
  list-style : none;
}

nav input {
  display : none;
}

nav input:checked ~ label span:last-child{
  display : none;
}

nav input:not(:checked) ~ label span:first-child{
  display : none;
}

nav input:checked ~ ul.ndworkNavBarSmall{
  width : 300px;
  height : 200px;
}

nav label{
  display:block;
  position:absolute;
  right:0px;
  top:0px;
  user-select:none;
  width:41px;
  height:41px;
  text-align:center;
  line-height:40px;
  background:#aaaaaa;
  color:white;
  border-bottom-left-radius:20px;
  cursor:pointer;
}

nav ul.ndworkNavBarSmall li a{
  color : #000000;
  text-transform : uppercase;
  text-decoration : none;
  font-family : 'Roboto', sans-serif;
  display : block;
  width : 200px;
  height : 30px;
  line-height : 30px;
  letter-spacing : 2px;
  text-align:center;
  transition:color 0.5s, background 0.5s;
}

nav ul.ndworkNavBarSmall li a:hover{
  background : #aaaaaa;
  color : white;
}


@media ( max-width : 1220px ) {
  nav.ndworkNavLarge { display : none; }
  nav.ndworkNavSmall { display : inline-block; }
}


#container {
  /* border: 1px solid #a1a1a1; */
  margin: 0 auto;
  text-align: left;
  width: 90%;
  max-width: 1200px;
}

.newPaper {
  margin-top: 0.5em;
}

.paperTitle {
  margin-top: 0.15em;
  margin-bottom: 0.15em;
}

.paperDetail {
  margin-top: 0.15em;
  margin-bottom: 0.15em;
}

ul.ndworkInfo {
  list-style-type: none;
}

li.ndworkInfo {
  margin: 0.5em 0;
}



/*** Nav Bar ***/

a.ndworkNavLink {
  text-decoration: none;
  color: #000000;
}

a.ndworkNavLink:hover {
  color: #888888;
}

a.here{
  text-decoration: underline;
}

li.ndworkNavElement {
  display: inline-block;
  list-style-type: none;
  width: calc( 98% / 6 );

  vertical-align: middle;
}

.ndworkNavBar {
  margin: 0;
  border-radius:0.5em;
  background-color: #dddddd;
  padding-bottom: 0.6em;
  padding-top: 0.4em;
  text-align: center;
}

