#top div.cc {
    border-right: 1px solid #006b41;
}

b.fake-r {
    display: none;
}

#mid div.cc {
    width: auto;
    float: none;
    padding: 21px 33px 7px 33px;
    background: none;
}

#mid div.cc h1 {
    
}
#mid div.cc h2 {
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 2.6em;
    margin-bottom: 1.2em;
    color: #222;
}
#mid div.cc h2:first-child {
    margin-top: 0;
}
#mid div.cc h3 {
    font-size: 10px;
    text-transform: uppercase;
    margin-top: 2.8em;
    margin-bottom: 1.4em;
    color: #222;
}

#content ul, #content ol, #content dl {
    margin: 1.2em 0 1.2em 3em;
}
#content dl dt {
    position: relative;
    margin-left: -2em;
}
#content dl dd {
    margin-bottom: 1em;
}
#content ul {
    list-style-type: disc;
}
#content ul ul {
    margin: 0 0 0 1.5em;
}

#content table {
    margin-bottom: 1.2em;
    border-collapse: separate;
}
#content table th, #content table td {
    padding: 2px;
/*    border: 1px solid #006b41;
    padding: 0.3em 0.5em;*/
}
#content table caption {
    text-align: right;
    font-style: italic;
    padding-bottom: 0.3em;
}
#content p {
  width: 100%;
  overflow-x: hidden;
}