ul.themo-checkbox, ul.themo-checkbox ul {
    list-style-type:none;
}

.themo-checkbox input[type="checkbox"] {
    /* Double-sized Checkboxes */
    -ms-transform: scale(1.5); /* IE */
    -moz-transform: scale(1.5); /* FF */
    -webkit-transform: scale(1.5); /* Safari and Chrome */
    -o-transform: scale(1.5); /* Opera */
    transform: scale(1.5);
    padding: 10px;
}
.themo-checkbox input[type="checkbox"]{
    margin-right: 10px;
    margin-top: 0;
}

ul.themo-checkbox ul li {
    margin:8px 0 0 5px;
}