<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
margin: 10px;
//text-align: center;
background-color: #aaa;
min-width: 1100px;
}
body h1{
text-align:center;
margin:0 auto;
color: #444;
}
body table tr td{
background-color: #ddd;
padding: 10px;
}
.highlight td{
background-color: #fff;
}
body table tr th{
color: #eee;
background-color: #777;
}
.code{
position: relative;
background-color: #ccc;
text-align:left;
height: 300px;
margin-bottom: 15px;
width: 100%;
border: ridge #777;
}
.code h3{
text-align:center;
padding-top: 20px;
}
.python{
position:relative;
float:left;
width: 35%;
border: solid #777;
background-color: #eee;
padding-left: 10px;
margin-left: 15px;
}
.c{
position:relative;
float:right;
width: 57%;
border: solid #777;
background-color: #eee;
padding-left: 10px;
margin-right: 15px;
}
/*
body .c{
position: relative;
background-color: #eee;
text-align:left;
width: 25%;
float:right;
}
*/

</pre></body></html>