* {
    padding: 0;
    margin: 0;
}

html, body {
    height: 100%;
    position: relative;
    overflow: auto;
    font-size: 14px;
}

#app {
    /*font-family: Avenir, Helvetica, Arial, sans-serif;*/
    /*-webkit-font-smoothing: antialiased;*/
    /*-moz-osx-font-smoothing: grayscale;*/
    /*text-align: center;*/
    height: 100%;
    overflow: auto;
    position: relative;
    /*color: #2c3e50;*/
    /*margin-top: 60px;*/

}

.n-icon {
    padding: 5px;
}

.n-form-item-label__text {
    font-size: 12px;
}

.n-float-button[placement="bottom"] .n-float-button__menu {
    bottom: 0;
    top: 100%;
    padding-top: 16px;
}

.n-float-button[placement="bottom"] .n-float-button__menu > * {
    margin-bottom: 0;
}

.n-dialog__content {
    margin-top: 20px !important;
    margin-bottom: 30px !important;
}

.n-dialog__action {
    font-size: 16px !important;
}