.rawt-checkable {
}

.rawt-checkable > li {
    cursor: pointer;
    list-style: none;
    margin-left: 1.8em !important;
}

.rawt-checkable .checkable-check {
    display: block;
    float: left;
    font-family: FontAwesome;
    width: 1.2em;
    height: 1.2em;
    margin-left: -1.8em !important;
    margin-right: 0.5em;
    /*border: 0.15em solid #000;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 0.15em;
    position: relative;
}

.rawt-checkable .checkable-check.checked:before {
    position: absolute;
    font-size: 1.7em;
    top: -0.2em;
    content: "\f00c";
}