#mainImage {
    position: relative;
    margin: 0 auto;
    width: 860px;
    height: 100px;
    background: url('/images/learn-more/main-image.png');
}   

.clearfix {
    clear: both;
}

#solidStateTitle {
    margin-bottom: 25px;
}

.summary {
    width: 250px;
}

.summaryTitle {
    font-weight: bold;
    font-size: 28pt;
    margin: 1.3em 0em;
}

.summaryText {
    font-size: 16pt;
    color: #666;
    line-height: 1.4em;
}

.featureCategory {
    width: 800px;
    margin: 10px auto;
    padding-top: 35px;
    padding-bottom: 25px;
    clear: both;
    border-top: thin solid #aaa;
}

.featureTitle {
    font-weight: bold;
    font-size: 11pt;
    margin-bottom: 10px;
}

.featureText {
    line-height: 1.65em;
    font-size: 9pt;
    margin-bottom: 30px;
}

.column {
    width: 225px;
    margin: 0px 15px;
    float: right;
}

.toTop {
    padding-right: 15px;
    text-align: right;
    clear: both;
}

.toTopIcon {
    vertical-align: bottom;
    margin-right: 4px;
    margin-bottom: 2px;
}

.toTopText {
    font-size: x-small;
}
