/* Custom CSS for the BR MOD User Guide tab */
.br-mod-user-guide-content {
    margin-bottom: 20px;
}

.br-mod-pdf-download {
    margin-bottom: 20px;
}

.br-mod-pdf-download .button {
    background-color: #3a5759 !important;
    color: #fff !important;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
}

.br-mod-pdf-iframe iframe {
    max-width: 100%;
    border: none;
}

.br-mod-fullscreen .button {
    background-color: #3a5759 !important; 
    color: white !important;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    cursor: pointer;
}
