/*
.smartbloghook ul li a {
    text-decoration: underline;
    padding-left: 5px;
}

.smartbloghook ul li a:hover {
    text-decoration: none !important;
}


.smartbloghook ul li:before {
    font-family: FontAwesome;
    content: "\f054";
    color: #FF814D;
}
*/