.memzone_logo > span
{
    color:#0066ff;
}

ul.todoList
{
    font-size: 15px;
    padding-left:20px;
}
ul.todoList li
{
    margin-top:5px;
}

ul.checkedList
{
    list-style-image: url("../img/correct.png");
    padding-left:30px;
    margin-bottom:25px;
}

.focus:before
{
    content: '';
    display: block;
    transform: rotate(45deg);
    position: absolute;
    left:-19px;
    width:37px;
    height:37px;
    top:8px;
    background: #66cc00;
    z-index: -1;
}

.focus
{
    position: relative;
    color:white;
    font-size: 30px;
    background: #66cc00;
    padding: 5px 10px;
    display: inline-block;
    height:53px;
    margin:30px 25px 0px 25px;
    transform:rotate(5deg);
}


.focussmall
{
    background: #66cc00;
    padding:2px 10px;
    border-radius: 5px;
    color:white;
    display: inline-block;
    margin-bottom:10px;
}

span.bad
{
    text-decoration: line-through;
    color:#ff3333;
}
span.red-text
{
    color:#ff3333;
}
.sidePanel
{
    position: relative;
    z-index: 2;
}

.sidePanel h2
{
    margin-top:0px;
    margin-bottom: 25px;
}

.sidePanel small
{
    font-style: italic;
    font-size: 12px;
}

.formZone
{
    background: white;
    padding: 30px;
    width: 100%;
    box-sizing: content-box;
    margin-left: -30px;
    margin-top: -30px;
}

.formZone > p
{
    margin:15px 0px;
}

#submitfree
{
    height: 50px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(200,200,205,1) 0%, rgba(170,170,175,1) 100%);
    white-space: normal;
    border:none;
    width:200px;
    color:black;
    font-weight: 600;
}

#submitpromo
{
    height: 50px;
    border-radius: 12px;
    border:none;
    white-space: normal;
    background: linear-gradient(135deg, rgba(20,195,40,1) 0%, rgba(11,172,23,1) 100%);
    width:200px;
    float:right;
    font-weight: 600;
}

