<style>
#content-body p {
    font-size: 1.4em;
}
.tile-container.grey {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: rgb(244, 244, 244);
    border-bottom-color: rgb(215, 215, 215);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-top-color: rgb(215, 215, 215);
    border-top-style: solid;
    border-top-width: 1px;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 0;
    padding-top: 10px;
}
.tile-container {
    clear: both;
    overflow-x: hidden;
    overflow-y: hidden;
}
#content-body .options-container {
    margin-bottom: 30px;
    width: 96%;
}
#content-body .options-list {
    clear: both;
    margin: 0;
    overflow-x: hidden;
    overflow-y: hidden;
}
#content-body .options-list li {
    font-size: 1em;
}
#content-body .options-list li p {
    font-size: 1.6em;
}
.option-content {
    clear: both;
    display: block;
    min-height: 210px;
    overflow-x: hidden;
    overflow-y: hidden;
}
#content-body .option-content h4 {
    font-size: 2.5em;
    font-weight: normal;
    line-height: 1em;
}
.options-list h4 {
    margin-bottom: 10px;
}
.options-list .video-option .grey-btn {
    margin-bottom: 0;
}
.options-list .grey-btn {
    display: inline-block;
    padding-bottom: 0;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 0;
}
.grey-btn {
    background-image: url(/rd/gfx/bg-grey-btn.gif);
}
.options-list .video-option {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: rgb(255, 255, 255);
    border-bottom-color: rgb(215, 215, 215);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-top-color: rgb(215, 215, 215);
    border-top-style: solid;
    border-top-width: 1px;
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    min-height: 250px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    width: 222px;
}
#side-nav h3 {
    padding: 0 !important;
}
</style>