body {
background-color: #EEFFFF;
background-image: linear-gradient(180deg, #EEFFFF 0%, #CCCCFF 100%);
}

#purchase-heading {
width: fit-content;
font-style: normal;
font-family: sans-serif;
font-size: 30px;
background-color: ghostwhite;
color: #333;
border: 1px solid #333;
padding: 5px 10px;
border-radius: 10px;
text-align: center;
margin: auto;
box-shadow: 5px 5px 5px #999;	
}

#iw_formRoot {
margin-top: -30px;	
}

#fixed-header {
overflow: hidden;
position: fixed;
top: 0;
left: 0;
width: 100%;
background-color: #FFFFFF;
box-shadow: 0 4px 6px 0 rgb(12 0 46 / 6%);
background-image: linear-gradient(90deg, #FFFFFF 0%, #CCC 100%);
z-index: 2;
}


#fixed-header-logo img {
float: left;
}

#fixed-header h1 {
float: left;	
}

#fixed-header-logo {
float: left;	
width: 20%;
min-width: 400px;
}

#microsoft-logos {
float: left;
margin-top: 68px;
margin-left: auto;
margin-right: auto;
display: flex;
justify-content: space-evenly;
width: 50%;
margin-left: 50px;
}

#contact-main {
margin-top: 180px;
}

.iw_canvas {
margin: auto;
}

.iw_formRoot {
z-index: 1;	
}

#header-buttons {
display: flex;
float: right;
justify-content: space-around;
width: 18%;
}

#microsoft-365 {
float: left;
margin-right: 40px;	
}

#microsoft-365 img {
height: 40px;	
}

#sharepoint-online {
float: left;
margin-right: 40px;	
}

#sharepoint-online img {
height: 50px;	
}

#microsoft-lists {
float: left;	
}

#microsoft-lists img {
height: 40px;	
}

#header-button-start {
background-color: green;
color: white;
border-radius: 10px;
font-size: 26px;
padding: 0px 20px;
cursor: pointer;
box-shadow: 3px 3px #999999;
margin-top: 68px;
font-family: 'Roboto', sans-serif;
}

#header-button-start:hover {
background-color: #33CC33;	
}

#header-button-contact {
background-color: #0170c5;
color: white;
border-radius: 10px;
font-size: 26px;
padding: 0px 20px;
cursor: pointer;
box-shadow: 3px 3px #999999;
margin-top: 68px;
font-family: 'Roboto', sans-serif;
}

#header-button-contact:hover {
background-color: #3399FF;
}

#scoring-main {
min-height: 800px;	
}

#scoring-title {
font-size: 36px;
margin-top: 220px;
text-align: center;
color: navy;
}

#scoring-table {
margin: 20px auto;	
}

#scoring-table td {
vertical-align: top;	
}

#scoring-table-header-row {
font-size: 24px;
text-align: center;	
}

#answers-input {
border: 1px solid black;
font-family: courier;
font-size: 18px;	
}

#code-output {
border: 1px solid black;
font-family: courier;
font-size: 18px;
background-color: #EEE;
}

#code-output-2 {
border: 1px solid black;
font-family: courier;
font-size: 18px;
background-color: #EEE;
}

.output-header {
font-size: 18px;
text-align: center;
font-weight: bold;	
}

#update-code {
font-size: 24px;
}

#reset-code {
font-size: 24px;
margin-left: 10px;
}

#tool-intro {
margin: auto;
font-size: 20px;
width: 1200px;	
}

#input-data {
margin: auto;
font-size: 20px;
background-color: #EEE;	
}

#input-data td {
border: 1px solid black;
padding: 5px;
font-size: 20px;	
}

#input-data select {
font-size: 20px;	
}

#test-input-date {
width: 400px;
text-align: center;
font-size: 20px;
margin: auto;
background-color: black;
color: white;
margin-bottom: 40px;	
}

#format-input-div {
font-size: 20px;
width: 600px;
margin: auto;
margin-bottom: 10px;
}

#format-input {
width: 402px;
text-align: center;
background-color: lightyellow;
font-size: 20px;
padding: 5px 0px;
margin-left: 99px;	
}

#output {
font-size: 20px;	
width: 398px;
margin: auto;
text-align: center;
background-color: #EEE;
border: 2px solid black;
padding: 5px 0px;
min-height: 23px;
margin-bottom: 10px;
}

#format-clear-button {
width: 80px;
margin-left: 10px;
cursor: pointer;
font-size: 20px;
}

#reference-table {
font-size: 16px;
width: 800px;
margin: auto;
margin-bottom: 80px;
background-color: white;
}

.reference-table-header {
font-weight: bold;
background-color: navy;
color: white;
}

#reference-table-header td {
text-align: center;
}

#reference-table td {
border: 1px solid black;
padding: 5px;
text-align: center;
}

#reference-links {
width: fit-content;
font-size: 20px;
margin: auto;
margin-bottom: 30px;
}

#reference-links li {
display: inline;
margin-right: 30px;
}

#reference-links a {
color: blue;	
}

#reference-links a:visited {
color: blue;	
}

.guide-section {
display: flex;
margin: auto;
width: 1200px;
flex-direction: column;
justify-content: center;
font-size: 20px;	
}

.guide-section p {
margin: 10px 0px;	
}

.guide-section table {
border: 1px solid black;
padding: 2px;
background-color: #EFEFEF;
font-size: 20px;
}

.guide-section table tr {
border: 1px solid black;
padding: 2px;	
}

.guide-section table th {
text-align: left;
border: 1px solid black;
padding: 2px;	
}

.guide-section table td {
text-align: left;
border: 1px solid black;
padding: 2px;	
}

.screenshot {
border: 1px solid black;
max-width: 1000px;
box-shadow:5px 5px 5px rgba(0,0,0,0.3);
}

.guide-section pre {
font-family: courier;
background-color: #333;
color: white;
font-size: 16px;
width: fit-content;	
}

.guide-section hr {
border: 1px solid #333;
width: 100%;
margin: 20px 0px;	
}