#myUL {
    display:none;
}

#myUL.show {
  display: block;
}
#myULcount {
  display: none;
}

#myULcount.show {
  display: block;
}
#myULcatno.show {
    display: block;
}
#myULdate {
    display: none;
}
#myULcatno {
    display: none;
}
#myULdate.show {
    display: block;
}
/* osd viewer */
#osd {
  position: absolute;
}

#osdheader {
  padding: 10px;
  cursor: move;
  z-index: 10;
  background-color: #2196F3;
  color: #fff;
}


/*site-wide*/

* {
    font-family: Georgia;
}

a {
    text-decoration: none;
    color: #2596be;
}
a:hover {
    color: #165a72;
}

.row {
  display: flex;
}

li {
    list-style-type: none;
}


/*header*/
#site-title {
    font-family: Verdana;
    text-align: center;
    font-size: 2em;
    padding-bottom: .5em;
}

.nav {
    font-size: 1em;
    text-align: right;
}
#nav-border {
    justify-content: space-between;
    border-bottom: solid #536060 1px;
    padding-bottom: .25em;
}
#subtitle {
    text-align: left;
    font-size: 1.2em;
    font-weight: bold;
}
.nav-cat {
    margin-right: 2em;
    font-size: 1.5em;
    text-align: right;
}
/* footer */
footer {
    text-align: center;
    margin-top: auto;
}
.citation {
    font-size: 1em;
    text-align: center;
    margin-top: .5em
    
}
div.citation a {
    color: #2596be;
}
/*list pages*/
.catalog {
    padding: 0em;
}
ul {
  -webkit-column-count: 4; /* Chrome, Safari, Opera */
  -moz-column-count: 4; /* Firefox */
   column-count: 4;
   list-style-type: none;
   font-size: 1.1em;
}

@media(max-width: 1200px)
ul {
  -webkit-column-count: 3; /* Chrome, Safari, Opera */
  -moz-column-count: 3; /* Firefox */
   column-count: 3;
   list-style-type: none;
   font-size: 1.1em;
}

@media(max-width: 992px) {
  ul {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
     column-count: 2;
     font-size: 1.1em;
  }
}

@media(max-width: 480px) {
  ul {
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
     column-count: 1;
     font-size: 1.1em;
  }
}
/* letter list page */
li.letters{
    border-bottom: solid #536060 .1em;
    margin-bottom: .5em;
    font-size: 1.2em;
}

.page-title{
    margin-bottom: .25em;

}
/*I think this could be removed*/
body {
    min-height: 100vh;
    display:flex;
    flex-direction: column;
}


/* Letter pages */
.row.letter-page {
    flex:100%;
}
.col.transcription {
	height:100vh;
	width: 33vh;
	overflow: auto;
	flex: 100%;
	padding: .5em .5em 0em .5em;
}
.col.notes {
	height:100vh;
	width: 33vh;
	overflow: auto;
	flex: 100%;
	padding: .5em .5em 0em .5em;
}
.col .image {
    width: 33vh;
    overflow: hidden;
    overflow-y: hidden;
}

.pages{
    font-size: 1.5em;
    display: flex;
    justify-content: space-between;

}
.pages a {
    color: black;
}

/* Letter CSS */
.strikethrough {
	text-decoration: line-through;
}

.letterhead.center{
    text-align:center;
}
.letterhead.right{
    text-align: right;
}
.pchead{
    text-align: center;
    font-family: arial;
}
.address{
    text-align: center; 
}
.signed.perpendicular{
   width: 0em;
   transform: rotate(-90deg);
   }
.signed.inline {
    padding: 0;
    display: inline;
}
.letterhead {
    font-family: arial;
    text-align: right;
}
.letterhead.exclude {
    font-size: 0pt;
}
.underline {
	text-decoration: underline;
}
.doubleunderline{
    text-decoration:underline;
    border-bottom: 1px solid #000;
}
.smallcaps {
	font-variant: small-caps;
}
.overwrite {
    font-weight: bold;
}

.dateline {
	text-align: right;
	padding-bottom: 1em;
}
.dateline.left{
    text-align: left;
    padding-bottom:1em;
}

.overwritten {
    font-size: 0;
}
.add.overwrite {
    font-weight: bold;
}
.above {
    font-size: .75em;
    position: relative;
    top: -.5em;      
}

.signed {padding-bottom: .5em;
	padding-top: .5em;
	padding-left: 2em;
	}
.PS {
	padding-bottom: .5em;
	padding-top: .5em;
}

.pb {
	text-align: center;
	padding-bottom: .5em;
	padding-top: .5em;
}
.spacing::before {
    content: "\00a0 \00a0 \00a0 \00a0 \00a0 \00a0 ";
}
.spacing2::before {
    content: "\00a0 \00a0 \00a0 \00a0 \00a0 \00a0 \00a0 \00a0 \00a0 \00a0 \00a0 \00a0";
}
.spacing3::before {
    content: "\00a0 \00a0 \00a0 \00a0 \00a0 \00a0 \00a0 \00a0 \00a0 \00a0 \00a0 \00a0 \00a0 \00a0 \00a0 \00a0 \00a0 \00a0"
}
.spacing4::before {
    content: "\00a0 \00a0 \00a0 \00a0 \00a0 \00a0 \00a0 \00a0 \00a0 \00a0 \00a0 \00a0 \00a0 \00a0 \00a0 \00a0 \00a0 \00a0 \00a0 \00a0 \00a0 \00a0 \00a0 \00a0"
}
