/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Aug 30 2024 | 23:09:56 */
.entry-content ul li {
    font-size: 18px !important;
}
.advertiser {
    color: #f6f7f7;
}
.breadcrumb a, .breadcrumb strong {
    color: #F7F7F7;
}
.author-name div, .author-name h6 {
    font-size: 11px;
    color: #F6F7F7;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 16px;
}
.banner-cont-left span {
    color: #F6F7F7;
    font-weight: 700;
}
.recm-cont div, .recm-cont div a {
    color: #005740;
    text-transform: uppercase;
    font-weight: 700;
}
.recm-cont div {
    font-size: 14px;
    line-height: 19px;
    padding-bottom: 7px;
}
.reltopic-head div {
    color: #666666;
    text-transform: uppercase;
}
.reltopic-cont div a {
    color: #CBD5D2;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    display: inline-block;
}
.author-names a {
    color: #fff;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 400;
}
@media screen and (max-width: 880px){
.author-names a{font-size:13px;}
}
@media screen and (max-width: 396px){
.author-names a{font-size:13px;}
}
.entry-content p a, .entry-content ul li a, .entry-content p strong a, .single-blog-content p strong a, .entry-content a, .textwidget p a {
    color: #AB230D;
}
.lasso-disclosure span {
    color: #484B4E;
}
div.entry-content > p span em {
    color: #595959;
}
.formkit-guarantee > p {
    color: #595959 !important;
}
/*.entry-content p strong, .entry-content p strong span {
    color: #737373 !important;
}*/
.entry-content ol li {
    font-size: 18px;
}
.entry-content p a {
    font-weight: bold;
}
.entry-content ol li a {
    color: #AB230D;
}
.lasso-display-table {
    margin-bottom: 25px;
}
.blog-content-area {
    align-items: flex-start;
}

.tablepress {
    overflow-x: auto;
    display: block;
    border: unset !important;
    padding: unset !important;
}
.tablepress> tbody > tr td {
    text-align: left !important;
    vertical-align: top !important;
	border: unset;
}
.tablepress> thead > tr th {
    text-align: left !important;
    vertical-align: bottom !important;
	border: unset;
}
.tablepress img {
    margin: 5px 0 !important;
}
.tablepress tfoot th {
    text-align: left !important;
    border: unset !important;
    font-size: 14px !important;
    font-weight: unset !important;
}