
#more-than-payments-container {
    padding: 60px 0;
}
#more-than-payments {
    margin-top: 30px;
}

.merchant-links-panel .span6 {
    line-height: 40px;
}

.row-fluid .merchant-panel {
    background: #fff;
    padding: 30px 16px;
    border: 1px solid;
    border-color: #E5E5E5 #D9D9D9 #CCC;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#more-than-payments .merchant-panel .contentPara {
    min-height: 70px;
}
.panel-img {
    width: 70px;
    margin-bottom: 20px;
}
html[data-device-type="mobile"] .panel-img {
    margin-bottom: 0;
}
html[data-device-type="portable"] .merchant-links-panel, html[data-device-type="mobile"] .merchant-links-panel {
    background: #f4f4f4;
    padding: 16px 0;
}
html[data-device-type="portable"] #more-than-payments-container {
    padding: 40px 0;
}
html[data-device-type="portable"] #more-than-payments .merchant-panel h3 {
    min-height: 80px;
}

html[data-device-type="portable"] #more-than-payments .merchant-panel .contentPara {
    min-height: 140px;
}
@media all and (max-width: 768px) {
    html[data-device-type="portable"] #more-than-payments .merchant-panel h3, html[data-device-type="portable"] #more-than-payments .merchant-panel .contentPara {
        max-height: none;
    }
}
html[data-device-type="mobile"] .merchant-links-panel .span6.pull-right {
    width: auto;
    float: none;
}
html[data-device-type="mobile"] .merchant-panel:first-child {
    margin-left: 0;
}
html[data-device-type="mobile"] #more-than-payments .sideKickHeadline {
    min-height: 72px;
}
html[data-device-type="mobile"] #more-than-payments-container {
    padding-top: 20px;
}
html[data-device-type="mobile"] #more-than-payments-container {
    padding: 40px 0 20px;
}
html[data-device-type="mobile"] #more-than-payments {
    margin-top: 10px;
}

.pulloutHeadline {
    margin-top: -9%;
}

.row-fluid.mainbody.panel {
    padding: 0px;
    margin-top: -4%
}

.row-fluid.light.organized {
    background-color: #fff;
}

.organizedList > li {
    border-bottom: 1px solid #e5e5e5;
}


@media only screen and (max-width: 320px) {
    #more-than-payments > div .merchant-panel {
        min-height: 409px;
    }
}

