/* /US/en/paypal-fees/resources/css/page.css */
 .box {
    padding:60px 0
}
.box:last-child {
    border-bottom:0
}
.box p {
    padding:15px 2% 0 0
}
.row-fluid+.row-fluid {
    margin-top:25px
}
/* meh */
 .containerCentered .span5 {
    padding-right: 2%;
}
table {
    width:100%
}
tr {
    border-bottom:1px solid #e5e5e5
}
tr:last-child {
    border-bottom:0
}
th, td {
    padding: 15px 0;
    font-size: 15px;
    font-size: 1.071rem;
    line-height: 1.5em;
    vertical-align: top;
}
th {
    padding-left: 20px;
    text-align: left;
    font-weight: normal;
}
.row-fluid .heroBtn {
    margin-left: 34%;
}

html[data-device-type="portable"] .row-fluid .heroBtn {
    margin-left: 33%;
} 
html[data-device-type="dedicated"] tbody, html[data-device-type="portable"] tbody {
    border-left: 1px solid #e5e5e5;
}
html[data-device-type="mobile"] th {
    padding-left: 0;
}
/* overwrite float for table */
 html[data-device-type="mobile"] .containerMobileFullWidth .row-fluid th[class*="span"], html[data-device-type="mobile"] .containerMobileFullWidth .row-fluid td[class*="span"] {
    float: left;
}

#fees-table .table {
    margin-bottom:0 !important;
}

#fees-table .table tbody {
    border-left: 0 none;
}

#fees-table .table th {
    vertical-align:top !important;
}       
#fees-table .table th, .table td {          
    border-top: 1px solid #dddddd !important;
    border-left: 0 none !important;
    border-right: 0 none !important;
    border-color: #dddddd !important;
}

#fees-table .table tr:first-child th {
    border-top: 0 none !important;
}

#fees-table .table tr:last-child td {
    border-bottom: 0 none !important;
}       

#fees-table .table span.normal {
    font-weight:normal;
}

#fees-table .table-container {
    position: relative;
    padding: 14px 19px;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom: 0 none;          
}

#fees-table .highlight {
    padding: 9px 14px;
    margin:0 0 15px 0;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    font-size:100%;
    box-shadow: inset 0 3px 6px rgba(0,0,0,.05);
}       

#fees-table .highlight .text-muted {
    font-size: .846em;
    font-style:italic;          
}

.align-center {
    text-align: center;
}

