:root {
    --separator-img: url('/~cjd/pics/4_7.png');
    --bullet-img: url('/~cjd/pics/com-icon.png');
}



body {
    /*background-image: url('pics/bg38.gif');*/
    /*background-color: #3E4637;*/
    background-color: #4c5945;
    color: #faf2e7;
    font-size: 18px;
}
.header-flexbox.shadow-text {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

a:link {
    color: #faf2e7;
}
a:visited {
    color: #faf2e7;
}
a:hover {
    /*color: #b0681e;*/
    color: #c6b559;
}
.box {
    border-left: 7px solid;
    border-right: 7px solid;
    padding: 15px;
    border-image: url('pics/4_7.png') 10 round;
    border-image: url('pics/pattern_098.gif') 50 stretch;
    margin: 5px;
}

.divider {
    width: 600px;
    border-top: 7px solid;
    padding: 15px;
    border-image: var(--separator-img) 10 round;
    /*border-image: url('pics/pattern_098.gif') 50 stretch;*/
    margin: 5px;
}

iframe.border {
    border: 10px solid;;
    padding: 15px;
    border-image: url('pics/1022.png') 30 round;
    margin: 5px;
    height: 300px;
    width: 500px;
}

.header-flexbox {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pgp {
    margin-top: 10px;
    display: flex;
    flex-direction:column;
    align-items: center;
}

.arrows {
    margin-top: 20px;
    background-image: url('pics/0001001r.gif');
    background-repeat: repeat-x;
    width: 600px;
    height: 60px;
}

table {
    border-collapse: collapse;
}

th {
    border: 1px solid #d1d1d1;
    padding-left: 5px;
    padding-right: 5px;
}

.nav {
    display: flex;
    padding-bottom: 5px;
}

a.nav {
    margin: 3px;
    padding: 10px;
    border: 3px outset;
}

.box-container {
    display: flex;
    justify-content: center;
}

.sidebar {
    background-color: #4c5945;
    flex: 1 1 220px;
}

.mainbar {
    background-color: #3d4737;
    flex: 1 1 auto;
}

.inner-flex {
    display: flex;
}

#reading {
    flex: 1 1 220px;
    padding-left: 10px;
    padding-right: 10px;
}

#reading > h3 span {
    border-bottom: 1px solid navajowhite;
}

#links {
    flex: 1 1 220px;
    padding-left: 10px;
    padding-right: 10px;
}

#links > h3 span {
    border-bottom: 1px solid navajowhite;
}

ul.reading {
    list-style: none;
    padding-left: 1.6em;
}

ul.reading li::before {
    content: "";                    /* must be empty string or '' */
    display: inline-block;
    width: 11px;                    
    height: 11px;
    background: var(--bullet-img) no-repeat center / contain;
    margin-right: 0.6em;
    vertical-align: middle;         /* better text alignment */
}

ul.links {
    list-style: none;
    padding-left: 1.6em;
}

ul.links li::before {
    content: "";                    /* must be empty string or '' */
    display: inline-block;
    width: 11px;                    
    height: 11px;
    background: var(--bullet-img) no-repeat center / contain;
    margin-right: 0.6em;
    vertical-align: middle;         /* better text alignment */
}
