<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.custom-container {
    padding-top: 45px;
    padding-bottom: 120px;
    text-align: center;
}
.custom-container .custom_load_more, .custom-container .custom_load_more:focus, .custom-container .custom_load_more:active {
    color: #3eb54a;
    border: 2px solid #3eb54a;
    font-family: OpinionPro;
    display: inline-block;
    height: 60px;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
    padding-left: 60px;
    padding-right: 60px;
    font-weight: 700;
    background: none;
    cursor: pointer;
}
.custom-container .custom_load_more:hover {
    color:#ffffff;
    border:2px solid #3eb54a;
    background: #3eb54a;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}</pre></body></html>