
body {
    background-color: #d6cab8;  /* #baa186; */
	color: #000000;	/* #555555; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
/*		line-height: 1.5em;  */
}

#SideCol_Left {
	float: right;
	text-align: left; /* center; */
/*	width: 25%; */
	max-height: 100%;
	color: #000000;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	object-fit: contain; 
	border-right-style: solid; 
	border-width: 1px;
}
#SideCol_Right {
	float: right;
	text-align: left; /* center; */
/*	width: 25%; */
	max-height: 100%;
	color: #000000;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	object-fit: contain; 
	border-right-style: solid; 
	border-width: 1px;
}
.SideCol {
	border: none;
/*			clear: right;  */
	min-height: 0;
}
.SideCol_box {
	border: 0;
	max-height: 100%;
	margin: auto; /* 0; */
	padding: 0;
	font-size: 1.5vw;
	vertical-align: top;
	object-fit: contain; 
/*	display: block; */
}
.SideCol_title {
	max-height: 25%;
	color: #000000;
	font-size: 1.5vw;
	font-weight: bold;
	padding: 0;
	padding-left: 0px;
	text-align: left;
	border: 0;
	margin: 0;
	vertical-align: top;
	object-fit: contain; 
}
.SideCol_title h3 {
	margin: 5px 0 10px 0;
	vertical-align: top;
	max-height: 25%;
}
.SideCol_text {
	border: 0;
	text-align: left;
	max-height: 75%;
	font-size: 1.5vw;
	font-weight: normal;
	padding: 0;
	margin: 5px;
	vertical-align: top; 
	object-fit: contain; 
}

.SideCol_img {
	display: block; 
	margin: auto;
}

.popup {
   /* position: relative;
    display: inline-block; */
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
 /*   user-select: none;  */
}

/* The actual popup */
.popup .popuptext {
    visibility: hidden;
 /*   width: 445px; */
    background-color: red;
    color: black;
    text-align: center;
    border-radius: 6px;
    padding: 0px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: -300%;
    margin-left: 10px;
    margin-right: 10px;
}

/* Popup arrow */
.popup .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: -5%;
	font-size: 1.5vw;
    margin-left: 0px;
    margin-right: 0px;
    border-width: 5px;
    border-style: solid;
    border-color: red transparent transparent transparent;
}

/* The actual popup */
.popup .popupimg {
    visibility: hidden;
    width: 445px; /* 600 445px; */
    color: black;
    text-align: center;
    border-radius: 6px;
    padding: 0px 0;
    position: absolute;
    z-index: 10;
    top: 30%;
    left: 10%;
    margin-left: 10px;
    margin-right: 10px;
	font-size: 1.5vw;
}

/* Popup arrow */
.popup .popupimg::after {
    content: "";
    position: absolute;
    top: 75%;
    left: -5%;
    margin-left: 0px;
    margin-right: 0px;
    border-width: 5px;
    border-style: solid;
	font-size: 1.5vw;
}


/* Toggle this class - hide and show the popup */
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {opacity: 0;} 
    to {opacity: 1;}
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
}

.imgleft {
    float: left;
    margin: 0 20px 10px 0;
}
.embedpdf {
	font-family : Verdana, Times, "Times New Roman", san-serif;
	font-size : 12px;
	font-weight : normal;
	color : #8B0000;
	text-align : left;
/*	width: 650px; */
	max-width: 960px;
	margin: auto;
/*	margin-bottom : auto;
	margin-left : 1px;
	margin-right : 1px;
	margin-top : 5px;  */
	line-height : 20px;
	vertical-align : top;
}
/* Only resize the element if PDF is embedded */
.pdfbull-container {
	width: 1024px;
	height: 5140px;
	margin: 0;
}
.sched-tbl {
     background-color: beige;
     max-width: 960px;
	 margin-left:auto; 
	 margin-right: auto;
	 font-size: 1.0vw;
     text-align: center;
    border: 3px solid black;
/*     border-style: double;
     border-left-width: 5px;
     border-right-width: 5px;
     border-top-width: 5px;
     border-bottom-width: 5px; */
}
.sched-tbl td {
    border-style: solid;
    border: 2px solid black;
    	color : #000000;

}