<style type="text/css"><!--
.input {
        color: firebrick;
    }
    .output {
        color: green;
    }
--></style>
<style type="text/css"><!--
.code {
    white-space: pre;
}

.coding {
    color: darkorange;
}
.red {
    color: red;
}
.green {
    color: green;
}


table tr:nth-child(even) {
    background-color: #f2f2f2; /* Light gray for even rows */
}

table tr:nth-child(odd) {
    background-color: #ffffff; /* White for odd rows */
}

table {
    border-collapse: collapse; /* Ensure borders are clean */
    width: 100%; /* Optional: Make the table span the full width */
}

table th, table td {
    padding: 8px; /* Add padding for better readability */
    text-align: left; /* Align text to the left */
    border: 1px solid #ddd; /* Add borders for clarity */
}


tr.even {
    background: #CCC!important; 
}

em {
    color: deeppink;
}
pre {
    display: block;
font-family: monospace;
white-space: pre;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 20px;
    background-color: #efefff;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 8px;
    border: #aaaaaa solid 1px;
}

.thonny_shell {
    background-color:#F7F7F0;
    white-space: pre;
    font-family: monospace;
    margin: 0;
}

.thonny_in {
	color:#1806FF
}

.thonny_error {
	color:#CC0000
}

.thonny_prompt {
	color:#800080
}
.thonny_command {
	color:#A9A9A9
}
--></style>
<style type="text/css">
<!--
#back-top {
  bottom: 130px;
  left: 5%; /* instead of margin-left - johns2ja */
  position: fixed;
}
#back-top a {
  color: #bbb !important;
  display: block;
  font-size: 11px;
  height: 75px;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: all 1s ease 0s;
  width: 75px;
}
#back-top span {
  background: #ddd url("//www.jmu.edu/jmucmsfiles/images/up-arrow.png") no-repeat scroll center center;
  border-radius: 15px;
  display: block;
  height: 75px;
  margin-bottom: 7px;
  transition: all 1s ease 0s;
  width: 75px;
}
@media all and (max-width:768px){ /* RWD by johns2ja */
        #back-top { 
                bottom: 3%;
                left: 1%; 
        }
        #back-top a {
                height: 32px;
                width: 32px; 
                font-size: 0px; 
        }
        #back-top span { 
                width: 32px; 
                height: 32px; 
                background-size: 32px; 
        }
}
-->
</style>
