.ec-pageHeader h1, .ec-pageHeader .h1{
    border-top: none;
}
.ec-borderedDefs{
    border-top:none;
}
.ec-label{
    margin-bottom: 0;
}
.tradelaw_table{
    margin-bottom: 50px;
    border: 1px solid #666;
}
.tradelaw_table tr{
    border-bottom: 1px solid #D2D2D2;
}
.tradelaw_table th{
    width: 100%;
    padding:6px 30px;
    background: #525263;
    color: #fff;
    display: block;
    vertical-align: top;
    white-space: nowrap;
}
.tradelaw_table th label{
    font-weight: 300;
    color: #fff;
}
.tradelaw_table td{
    width: 100%;
    padding:6px 30px;
    display: block;
    line-height: 1.8;
}
.tradelaw_table td span{
    display: block;
    font-weight: 500;
}
.ec-blockBtn--cancel{
    max-width: 350px;
    height: 40px;
    margin: 0 auto 30px auto;
    font-size: 16px;
    font-weight: 300;
    line-height: 40px;
}
@media only screen and (min-width: 768px) {
    .tradelaw_table th{
        width: auto;
        display: table-cell;
    }
    .tradelaw_table td{
        width: auto;
        display: table-cell;
    }
    .ec-blockBtn--cancel {
        font-size: 24px;
        height: 60px;
        line-height: 60px;
    }
}
