body {
    margin: 0px;
    padding: 0px;
}


a:link {   
    text-decoration: none;
}

a:visited {    
    text-decoration: none;
}

a:hover {  
    text-decoration: none;
}


.markdownDiv {
    width: 100%;
    height: 100%;
    overflow: auto;
}



.previewDiv, .htmlDiv, .cssDiv, .javascriptDiv{
    width: 100%;
    height: 100%;
    overflow: auto;

}


.CodeMirror {
    width: 100%;
    height: 100%;
}

.v-application--is-ltr .v-list-item__action:first-child, .v-application--is-ltr .v-list-item__icon:first-child  {
    margin-right: 16px !important;
}

.v-treeview-node {
    margin-left: 8px !important;
}

.v-treeview-node--leaf {
    margin-left: 8px !important;
}



.v-treeview-node--leaf>.v-treeview-node__root  {
    padding-left: 8px !important;
    padding-right: 8px !important;
}


.v-tabs, .v-tabs-items, .v-window-item {
    height: 100%;
}

.v-card {
    height: 100%;
    padding: 2px;   
}
