* {
    box-sizing: border-box;
}

html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

button {
    padding: 4px;
}

div.project.selected {
    background-color: lightgray;
}

div.project {
    cursor: pointer;
    padding: 8px 4px 8px 4px;
}

dialog.project-list {
    min-height: 80%;
    height: 80%;
}

.outline {
    outline: 2px;
    outline-style: solid;
}
