/* Add your own custom css to this file. You may wish to use css !important calls to override css from the template css files.
----------------------------------------------------------- */#s5_logo_wrap{    height: auto !important;    max-width: 100% !important;    -webkit-box-sizing: border-box !important;    -moz-box-sizing: border-box !important;    box-sizing: border-box !important;    padding: 9px;    margin: 9px;}

#eb .btn-primary {
    color: #fff !important;
    background-color: #81be41 !important;
    border-color: #357ebd !important;
}

#eb .btn-primary:hover, #eb .btn-primary:focus, #eb .btn-primary:active, #eb .btn-primary.active, .open .dropdown-toggle_#eb .btn-primary {
    color: #fff !important;
    background-color: #d2e5a4 !important;
    border-color: #285e8e !important;
}

#s5_logo_wrap {
padding-top: 0;
margin-top: 0;
}

.pfmTemplate input, .pfmTemplate textarea, .pfmTemplate select {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 40px;
    max-width: 100%;
}