.left60 {
    width: 60%;
}

.left90 {
    width: 100%;
    margin-right: 30px;
}

.right40 {
    width: 40%;
    text-align: left;
}

.right40 h1 {
    margin:5px;
}

.right10 {
    width: 30px;
}

.right10 div div {
    display: none;
}

.right10 div h1 {
    display: none;
}

.np-column-header {
    border-radius: 3px;
    padding-top: 5px;
    padding-right: 9px;
    padding-bottom: 9px;
    padding-left: 9px;
    background-color: #9fd299;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
    line-height: 1em;
}

.np-kanban-task {
    border-radius: 3px;
    padding: 4px;
    background-color: #fff;
    cursor: pointer;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
    line-height: 1em;
    text-align: left;
}

.np-kanban-task:hover {
    background-color: #eee;
}

.np-toolbar-task-icon {
    padding: 2px;
}

.np-kanban-icons polygon {
    fill: #999;
    pointer-events: all;
}

.np-kanban-icons:hover polygon {
    fill: black;
}

textarea {
    font-family: arial;
}

.header-main a {
    font-family: arial;
    color: white;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
}

.header-icons polygon {
    fill: #fff;
    pointer-events: all;
}