body {
   background: white;
   padding: 0;
   margin: 0;
   font-family: "Edwardian Script ITC", Arial, Helvetica, sans-serif;
   color: #336699;
}

.clear {
   clear: both;
}

.container {
   width: 100vw;
   height: 100vh;
   padding: 0;
   margin: 0;
   text-align: center;
}

.open {
   max-height: 100vh;
   max-width: 100vw;
   text-align: center;
}

.card {
   max-height: 100vh;
   max-width: 100vw;
   text-align: center;
   display: none;
}

.sigpopover {
   z-index: 2;
   width: 80vw;
   height: 80vh;
   padding-left: 0vw;
   padding-right: 0vw;
   padding-top: 5%;
   padding-bottom: 5%;
   margin-top: 5vh;
   margin-left: 10vw;
   text-align: center;
   background: white;
   border: double #336699;
   position: absolute;
   border-radius: 50px;
   left: 0;
   top: 0;
   display: none;
   overflow-x: scroll;
   -ms-overflow-style: none;
   scrollbar-width: none;
}

.sigmsg {
   font-family: "Lucida Calligraphy", "Monotype Corsiva", "Times New Roman", Times, serif;
   font-style: italic;
   font-size: 250%;
   color: #336699;
   margin: auto;
   text-align: center;
   text-decoration: none;
   opacity: 100%;
}

.sigmsgitem {
   font-family: "Lucida Calligraphy", "Monotype Corsiva", "Times New Roman", Times, serif;
   font-style: italic;
   font-size: 175%;
   color: #336699;
   margin: auto;
   text-align: center;
   text-decoration: none;
   opacity: 100%;
}

#siglist {
   /*overflow-x: scroll;*/
   padding: auto;
}

#sigdet {
   margin-top: 7vh;
   margin-left: 12%;
   width: 75%;
   margin-bottom: 5vh;
   text-align: left !important;
}

.msg {
   font-family: "Lucida Calligraphy", "Monotype Corsiva", "Times New Roman", Times, serif;
   font-style: italic;
   font-size: 250%;
   color: #336699;
   text-decoration: none;
   text-align: left !important;
   opacity: 100%;
}

.sig {
   font-family: "Lucida Calligraphy", "Monotype Corsiva", "Times New Roman", Times, serif;
   font-style: italic;
   font-size: 250%;
   color: #336699;
   text-decoration: none;
   opacity: 100%;
   font-weight: bold;
}

.navimg {
   width: 5vw;
   height: 5vw;
   padding-top: 1vw;
}

.closeit {
   text-decoration: none;
   font-family: "Lucida Calligraphy", "Monotype Corsiva", "Times New Roman", Times, serif;
   font-style: italic;
   font-size: 150%;
   color: #336699;
}


.slistd {
   text-align: center;
   padding-right: 20px;
   padding-bottom: 20px;
}

.slistt {
   margin-left: auto;
   margin-right: auto;
}

.tbl {
   padding: 0;
}

#namedet {
   display: none;
}

.whitejpg {
   max-height: 50vh;
}