body {
   background-color: #C0C0C0;
}
.scripts-wrapper {
   margin: 0 auto 0 auto;
   text-align: left;
   width: 500px;
   background-color: #CCC;
   border-collapse: collapse;
   border-spacing: 0;
}
.scripts-header {
   font-weight: bold;
   text-decoration: underline;
   text-indent: 10px;
   width: 215px;
   background-color: #CCC;
}
.scripts-entry {
   text-indent: 20px;
   text-transform: uppercase;
   font-size: 14px;
}
.scripts-text {
   margin: 0 0 0 30px;
   font-size: 14px;
}
a:link, a:visited, a:active {
   color: #003575;
   text-decoration: none;
}
a:hover {
   color: #0095D5;
   text-decoration: underline;
}
.filelink {
   text-transform: capitalize;
}
.codeblock-wrapper {
   margin: 0 0 0 30px;
   width: 450px;
}
.codeblock {
   background-color: #DDD;
   max-height: 200px;
   overflow: auto;
}
.version_changes {
   margin: 0 0 0 30px;
}
.page-wrapper {
   text-align: center;
}
.embed_pic_r {
   border: 1px solid #000;
   height: 150px;
   float: right;
}
.embed_pic_l {
   border: 1px solid #000;
   height: 150px;
   float: left;
}
