/*! Paste your custom styles here */

.checklist li:before {
    font-family: 'FontAwesome';
    content: '\f00c';
    margin:0 5px 0 0px;
    color: #b0e600;
}

.share-note {
    margin-bottom: 10px;
    font-size: 0.6rem;
    line-height: .6rem;
    color: #c2c2c2;
}

textarea:-moz-placeholder, /* Firefox 18- */
textarea::-moz-placeholder, /* Firefox 19+ */
textarea:-ms-input-placeholder, /* IE 10+ */
textarea::-webkit-input-placeholder, /* Webkit based */
textarea::placeholder { /* Modern browsers */
    color: #c2c2c2;
    font-size: 0.5rem;
    opacity: 0.5;
    line-height: .6rem;
}