.lightbox {
    /** Hide the lightbox */
    display: none;
    /** Apply basic lightbox styling */
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color:#333333;
    }
.lightbox .box {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
       min-width:50%;
    margin: 2% auto;
    padding:20px;
    background-color:#FFF;
    box-shadow: 0px 1px 26px -3px #777777;
    }
    .lightbox .title {
        margin:0;
        padding:0 0 10px 0px;
        border-bottom:1px #ccc solid;
        font-size:22px;
        }
    .lightbox .content {
        display:block;
        padding:10px 0 0 0px;
        font-size:18px;
        line-height:22px;
        }
    .lightbox .close {
        float:right;
        display:block;
        text-decoration:none;
        font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size:22px;
        color:#858585;
        }
.lightbox:target {
	/** Remove default browser outline */
	outline: none;

	/** Unhide lightbox **/
	display: block;
}
p {
text-align: left;
margin-top:0 ;
margin-bottom:12 ;
font-size: 12pt;
}

body {
/*background-color: #FAE178;*/
background-color: #FDF1AF;

font-family: "Times New Roman", Times, serif; 
font-size: 12pt;
color: black; /*This is the basic body text color*/
}



HR {
margin-bottom:5pt ;
}

LI {
font-size: 12pt;
}

UL {
Margin-left: 20pt;
margin-top:0pt;
}

ul.noindent {
margin: 0;
padding: 0 0 0 20px;
}

TD {
font-size: 12pt;
vertical-align: text-top;
background-color: #FDF1AF;
padding-bottom: 6pt;
padding: 2pt;
}

table{
background-color:#CCCCCC;
width: 100%;

}

.TDpadded {
font-size: 12pt;
padding-bottom: 6pt;
padding: 2pt;
background-color: white;
}

.TDpaddedStrong {
font-size: 12pt;
padding-bottom: 6pt;
padding: 2pt;
background-color: white;
font-weight: bold;
vertical-align:top;
}

.TDpaddedCentered {
font-size: 12pt;
padding-bottom: 6pt;
padding: 2pt;
background-color: white;
text-align:center;
}

.TDpaddedTop {
font-size: 12pt;
padding-bottom: 6pt;
padding: 2pt;
background-color: white;
vertical-align:top;
}

.tableModules { 
background-color:#CCCCCC;
width: 100%;
}

.TDmodules {
font-size: 12pt;
vertical-align: text-top;
border: solid #gray 1px;
}

.TDcenter {
text-align: center
}

.TDcenterWhite {
text-align: center;
background-color: white;
}



.IOStable{
width: 95%;
border-width: 1pt;
border-color: black;
border-style: solid;
margin-bottom: 20pt;
background-color: white;
}

.InvisTable{
width: 100%;
border: 0pt;
border-width: 0pt;
}

.TableFAQ{
width: 100%;
border-width: 1pt;
border-color: black;
border-style: solid;
}

.InvisTableLeft{
width: 100%;
border: 0pt;
border-width: 0pt;
}

.excelTable{
width: 100%;
border: 0pt;
border-width: 0pt;
background-color: black;
}

.thinTableLeft{
width: 100%;
border-width: 1pt;
border-color: black;
border-style: solid;
}

.thinTableGrid{
width: 100%;
border-width: 1pt;
border-color: black;
border-style: solid;
}

.tableNote{
width: 60%;
margin-left: 20%;
border-width: 1pt;
border-color: red;
border-style: solid;
background-color: #FAE178;
}

.TDtableNote{
font-size: 12pt;
vertical-align: text-top;
background-color: #FAE178;
}

.tableTip{
width: 60%;
margin-left: 20%;
border-width: 1pt;
border-color: green;
border-style: solid;
background-color: #e6f2f2;
}

.TDtableTip{
font-size: 12pt;
vertical-align: text-top;
background-color: #e6f2f2;
}

.tableCode{
width: 90%;
margin-left: 5%;
border-width: 1pt;
border-color: black;
border-style: solid;
background-color: #ffffff;
}

.TDtableCode{
font-family: Courier;
font-size: 10pt;
vertical-align: text-top;
background-color: #ffffff;
}

.tableActivity{
}




.myBR1 {
margin-top:0 ;
margin-bottom:5pt ;
}


.MainHeading1 { 
font-family: Arial, Helvetica, sans-serif;
font-size:16pt; 
font-weight:bold;
color:016d6d; 
font-style: italic;
margin-bottom:0 ;
}

.MainHeading2 { 
font-family: Arial, Helvetica, sans-serif;
font-size:14pt; 
font-weight:bold;
color:016d6d; 
margin-bottom:4 ;
}

.MainHeading3 { 
font-family: Arial, Helvetica, sans-serif;
font-size:12pt; 
font-weight:bold;
color:016d6d; 
margin-bottom:4 ;
}

.MainHeading4 { 
font-family: Arial, Helvetica, sans-serif;
font-size:11pt; 
font-weight:bold;
font-style: italic;
color:016d6d; 
margin-bottom:4 ;
}

.myList {
margin-bottom:0pt;
font-size: 12pt;
}

.myPic{
text-align: center;
}

A:link { color: #1152B1; text-decoration:none }
A:active { color: #800000; text-decoration:none }
A:visited { color: #1152B1; text-decoration:none }
A:hover { color: #1152B1; text-decoration:underline ; background: #FAE178 }


.IOSkeyword {
font-family: "Times New Roman", Times, serif; 
font-size: 12pt;
color: black;
font-weight:bold;
}

.IOSargument {
font-family: "Times New Roman", Times, serif; 
font-size: 12pt;
color: black;
font-style: italic;
}

.todo {
    font-weight: bold;
    color: #ff1055;
    font-size: 1.2em;
    font-style: italic;
}
