body
{
    background: #8b8b8b;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
}

form.login-form
{
    background: #FFF;
    margin: 0 auto;
    max-width: 500px;
}

canvas#main
{
    background: #FFF;
    height: 800px;
    width: 800px;
}

.palette
{
    background: rgba(0, 0, 0, .5);
    bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    left: 50%;
    position: fixed;
    transform: translateX(-50%);
    width: 300px;
}

.palette > div.color
{
    border: 2px solid #fff;
    height: 30px;
    max-width: 30px;
    width: 100%;
}

.palette > input.stroke-width
{
    margin-top: 20px;
    min-width: calc(100% - 100px);
    width: calc(100% - 100px);
}

.table > .table-row:nth-child(2n)
{
    background: #eaeaae;
}

.sticky
{
    position: sticky;
}