<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.layout-nv-btn-5 .layout-nv-btn-5-box
{
    background-color: rgba(255,255,255,0.25);
    border-radius:5px;
    border: none;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.layout-nv-btn-5 .layout-nv-btn-5-box:hover 
{
    background-color: #3AA65A;
    border: 1px solid #3AA65A;
}
.layout-nv-btn-5 .btn-5-a
{
    width: 100%;
    height: 100%;
    color:#FFFFFF;
    font-size: 16px;
}</pre></body></html>