#app {
    font-family: 'Avenir', Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #2c3e50;
}

#app .vuetable-pagination{
    margin-bottom: 25px
}

#app .vuetable-pagination-info{
    margin-top: 10px
}

.vuetable .orange.glyphicon {
    color: orange;
}

.vuetable th.sortable {
    color: #ec971f;
}

.vuetable #_jhr_subject {
    /*width: 125px*/
    /*width: 10%*/
}

.vuetable #_jhr_content {
    /*width: 150px*/
    /*width: 40%*/
}

