/* CSS Document */
.checkmark {
    display:inline-block;
    width: 15px;
    height:15px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}

.checkmark_stem {
    position: absolute;
    width:5px;
    height:14px;
    background-color:#0C3;
    left:9px;
    top:0px;
}

.checkmark_kick {
    position: absolute;
    width:4px;
    height:6px;
    background-color:#0C3;
    left:6px;
    top:8px;
}:20px;
}