.subsection {
    clear: left;
    margin: 0 0 20px 0;
    padding: 10px;
    position: relative;
}
.subsection h3 {
    margin-left: 0;
    padding: 0.8em 0 0.9em 0;
}
.subsection p {
    margin-left: 0;
}
.subsection .left-col {
    float: left;
    font-weight: bold;
    position: relative;
    width: 140px;
}
.subsection .right-col {
    margin-left: 140px;
    position: relative;
}
.right-col textarea {
    margin: 0;
}
.checkbox-left-text {
    margin: 5px 2px 0 0;
    overflow: visible;
    position: relative;
}
.checkbox-left-text p {
    margin: 0;
    padding: 0;
}
.checkbox-left {
    float: left;
    margin-right: 10px;
    position: relative;
    width: 25px;
}
.heading h2.rust {
    padding-left: 0;
}
.right-col table,
.right-colp table {
    margin: 0 0 10px 0;
}
.left-col .currency-symbol {
    float: right;
    font-weight: normal;
    margin: 0;
    padding: 0;
    position: relative;
    right: -10px;
    top: 3px;
    width: 20px;
}
.nopad table {
    margin-left: 0;
}
.right-col .left-colp {
    float: left;
    font-weight: bold;
    position: relative;
    width: 150px;
}
.right-col .right-col {
    margin-left: 150px;
    position: relative;
    width: auto;
}
table {
    margin: 0 0 10px 0;
    padding: 0;
}
.left-col {
    width: 150px;
    position: relative;
    float: left;
}
.heading-macfix .left-col {
    width: auto;
    float: none;
}
