            /*div{
                border: 1px solid black;
                margin: 5px;
            }*/
           
            body{
                display: flex;
                justify-content: center;
                /* height: 100vh; */
                margin: 0;
                padding: 0;
                /*background: url("wp5926311.jpg");*/
                background: url("blue-marble1.jpg");
                background-size: cover;
                /* overflow: hidden; */
                /* border: 5px solid red; */
            }
            .all-content{
                display: flex;
                max-width: 65em;
                gap: 0;
            }
            .side-pannel{
                display: flex;
                flex-direction: column;
                gap: 1em;
                margin-top: 2em;
            }
            .side-pannel *{
                text-align: center;
                margin-left: 2em;
            }
            .side-pannel img{
                border-radius: 50%;
            }
            .side-pannel canvas{
                border-radius: 50%;
            }
            .side-pannel .name {
              color: black;
              font-weight: bold;
              font-size: 125%;
            }
            .side-pannel .title {
              color: black;
              font-weight: bold;
            }
            .side-pannel a:link{
                text-decoration: none;
            }
            .side-pannel a {
              color: darkblue;
            }
            .side-pannel a:visited {
              text-decoration: none;
            }
            .scrolled-content{
                width: 100%;
                /* height: 100%-4em; */
                overflow-y: visible;
                box-sizing: border-box;
                scroll-behavior: smooth;
                /* border: 1px solid green; */
                padding:0;
                margin:0;
            }
            .main-content{
                width: 90%;
                box-sizing: border-box;
                background: white;
                margin-top: 2em;
                margin-bottom: 2em;
                margin-left: 5%;
                margin-right: 5%;
                padding: 1em;
                box-shadow:1em 1em .4em #00000020;
                border: 1px solid lightgray;
                min-width: 40em;
            }
            .section-title{
                font-size: 125%;
                text-align: center;
                font-weight: bold;
                margin-top: 1em;
                padding: 0.5em;
                background: #8F8FFF40;
            }
            .description{
                hyphens: auto;
                word-break: normal;
                text-justify: inter-word;
                text-align: justify;
            }
            .subsection-title{
                text-align: left;
                font-weight: bold;
            }
            .sdtools-sec{
                margin: 1em 1em 1em 1em;
            }
            .ellipsed-table{
                display: flex;
                flex-direction: column;
                margin: 1em 1em 1em 1em;
                overflow: hidden;
                gap: .3em;
            }
            .ellipsed-line{
                display: grid;
                grid-template-columns: auto auto auto;
                
            }
            .ellipsed-line .filler{
                overflow: hidden;
                text-wrap: nowrap;
            }
            .ellipsed-line a{
                font-family: monospace;
            }
            .ellipsed-line *{
                text-wrap: nowrap;
            }
            .col2{
                column-count: 2;
            }
            .job-title{
                justify-content: left;
                margin: 1.5em 0 0 0;
                font-weight: bold;
            }
            .job-coord{
                display:flex;
                justify-content: space-between;
                margin: .25em 0 .0em 0;
            }
            .job-desc hr{
                border: 0.5px solid #8888;
            }
            .nobreak{
                white-space: nowrap;
            }
            .nobreak2 li{
                white-space: nowrap;
            }
            .pub{
                hyphens: auto;
                text-align: justify;
            }
            .links-sec{
                margin-top: 1em;
                display: flex;
                flex-direction: column;
            }
            .thin{
                margin: 0;
                padding: 0;
                border-width: 0;
            }
            .box{
                border: 1px solid black;
            }
