table.content {
    border-collapse: collapse;
    border-color: #d6b98c;
    empty-cells: show;
    margin: 10px 0;
    overflow: visible;
    width: 100%;
}

table.content td {
    border-color: #d6b98c;
    color: black;
    font-size: 12px;
    overflow: visible;
    padding: 2px 5px;
    text-align: left;
    vertical-align: top;
}

table.content th {
    border-color: #d6b98c;
    background: #d6b98c;
    color: #fff;
    padding: 2px 5px;
}
ul.angle-double:first-of-type{list-style: none;}
ul.angle-double>li:before {
    content: "\f101";
    font-family: FontAwesome;
    margin-right: 4px;
    list-style: none;
}

ul.hand-o:first-of-type{list-style: none;}
ul.hand-o>li:before {
    content: "\f0a4";
    font-family: FontAwesome;
    margin-right: 4px;
    list-style: none;
}

ul.check:first-of-type{list-style: none;}
ul.check>li:before {
    content: "\f00c";
    font-family: FontAwesome;
    margin-right: 4px;
    list-style: none;
}

ul.star:first-of-type{list-style: none;}
ul.star>li:before {
    content: "\f006";
    font-family: FontAwesome;
    margin-right: 4px;
    list-style: none;
}

ul.caret:first-of-type{list-style: none;}
ul.caret>li:before {
    content: "\f0da";
    font-family: FontAwesome;
    margin-right: 4px;
    list-style: none;
}

ul.arrow-circle:first-of-type{list-style: none;}
ul.arrow-circle>li:before {
    content: "\f0a9";
    font-family: FontAwesome;
    margin-right: 4px;
    list-style: none;
}
