/**
 * @file
 * Views Styling
 */

#cboxLoadedContent {
    overflow-x: hidden;
    overflow-y: visible !important;
}

#cboxLoadedContent .node-page {
    padding: 30px;
}

#cboxLoadedContent .privacy_policy {
    margin-top: 30px;
    margin-bottom: 10px;
}

#cboxLoadedContent .privacy_policy .btn {
    border: 0;
    padding: 5px 16px;
    cursor: pointer;
    margin-right: 25px;
}

#cboxLoadedContent .privacy_policy .btn-success {
    background: green;
    color: white;
}

#cboxLoadedContent .privacy_policy .btn-warning {
    background: #ff5c50;
    color: white;
}

#webform-component-agree-privacy a, .form-item-agree-privacy a {
    color: #06c;
    font-weight: bold;
}
#edit-submitted-agree-privacy, #edit-agree-privacy {
    margin-top: 15px;
}