
.manipuList {
    background-color: #35b39a;
    display: table;
    padding-top: 5px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 5px;
    width: 85%;
}

.manipuList.hint {
    background: #fcf003;
}

.manipuList.active {
    background: #30d502;
}

.manipuList a {
    margin-left: 10px;
    margin-right: 10px;
}

.manipuList input {
    width: 60%;
}

.manipuList input[type="checkbox"] {
    width: 20px;
}

.manipuList input[type="button"] {
    width: 20px;
}

.manipuList ul {
    list-style: none;
    padding: 5px;
    margin: 0;
    width: 100% - 5px;
}

.manipuListItem {
    display: table;
    vertical-align: middle;
    /*background: #7b8b35;*/
    width: 100%;
}

.manipuListItem.hint {
    background: #fcf003;
}

.manipuListItem.active {
    background: #30d502;
}

.collapser {
    cursor: pointer;
    user-select: none;
}

.collapser::before {
    content: "\25B6";
    color: black;
    display: inline-block;
    margin-right: 6px;
}

.collapser-down::before {
    transform: rotate(90deg);
}

.nested {
    display: none;
}

.expanded {
    display: block;
}

.listButton {
    float: right;
    background: none;
    border: none;
}

.listButton:hover {
    background-color: #74c77d;
}

.listButtonImg {
    height: 12px;
    width: 12px;
}
