#yourworld {
    color: #37280D;
}

div.world-container.writability-ADMIN .tilecont {
    background-color: #787159;
}

div.world-container.writability-MEMBERS .tilecont {
    background-color: #8D866E;
}

div.world-container.writability-PUBLIC .tilecont {
    background-color: #3a6142;
}

div.world-container .tilecont.protected-admin {
    background-color: #787159;
}

div.world-container .tilecont.protected-members {
    background-color: #8D866E;
}

div.world-container .tilecont.protected-public {
    background-color: #3a6142;
}

div.world-container .active-cursor {
    background-color: #37280D !important;
}

div.world-container .active-guest-cursor {
    background-color: #ffffee;
}
