
#top h1, #top .uk-h1 {
   text-shadow: 0 1px 0 rgb(134, 205, 109), 0 2px 0 rgb(134, 205, 109), 0 1px 0 rgb(134, 205, 109), 0 2px 0 rgb(134, 205, 109), 0 0 0 rgb(134, 205, 109), 0 3px 1px rgba(0,0,0,0.0980392), 0 0 3px rgba(0,0,0,0.0980392), 0 1px 1px rgb(134, 205, 109), 0 3px 5px rgb(134, 205, 109), 0 5px 10px rgba(0,0,0,0.247059), 0 10px 10px rgba(134, 205, 109, 0.22), 0 20px 20px rgba(0,0,0,0.14902);
    -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -webkit-transform: scaleX(1) scaleY(1) scaleZ(1);
    transform: scaleX(1) scaleY(1) scaleZ(1);
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
}

.form-actions {
    padding: 0 0 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 0;
    background: transparent;
}

.row-fluid.nav {
    display: none;
}

.control-group input {
    height: 30px;
    min-height: 30px !important;
    line-height: 30px;
}

.fabrikForm label {
 margin-bottom: 0;
}