#sticky-nav {
    margin-top: 0;
}
.box {
    padding: 80px 0;
}
.box:last-child {
    border-bottom:0
}
.box p {
    padding:15px 2% 0 0
}
.row-fluid+.row-fluid {
    margin-top:25px
}
.box ul {
    list-style-type: disc;
    padding-left: 15px;
}
.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;
}
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;
}
/* hidding & un-hidding stuff */
 .additional {
    /*display: none;*/
    padding-top: 30px;
}
.separator {
    border-top: 1px solid #F2F2F2;
    padding-top: 30px;
}

.more, .less {
    display: none;
}

