.hidden,[hidden]{display:none!important}
.smart-wrap{margin-left:0;}
.smart-container{margin:15px auto 10px auto;}
.smart-forms .header-primary {background-color:#2e7b57;border-bottom: 5px solid#1e533a;border-top:0;}

.actions ul{
    list-style-type: none !important;
    padding:0 !important;
}

.smart-forms .form-header {
    overflow: hidden;
    position: relative;
    padding: 25px 30px;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
.smart-container {
    background:
            #fff;
    margin-top:0;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
    -o-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
    box-shadow: 0 1px 5px
    rgba(0, 0, 0, 0.65);
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    -o-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}
.smart-forms .header-primary h4 {
    color: #fff;
}
.smart-forms .form-header h4 {
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    text-align: left;
    font-weight: 300;
    font-size: 32px;
    padding: 0;
    margin: 0;
}

.aa-greywell {
    background-color: #efefef;
    border-radius: 5px;
    padding: 0.5em 1em;
    font-size: 14px;
    line-height: 24px;
    max-width: 652px;
    margin:0 auto 1em auto;
}

.aa-footer {
    text-align: right;
    max-width: 652px;
    margin: 0 auto;
}

@media (min-width: 48em) {
    .smart-wrap{margin-right:10%;}
    .smart-container{margin:20px auto 10px auto;}
}