
/* wcps-frontend.css  v1.0.1 */
.wcps-sample-button {
    margin-left: 8px;
    background-color: #f5f5f5;
    color: #333333;
    border: 1px solid #cccccc;
    cursor: pointer;
    vertical-align: middle;
    transition: background-color 0.2s, border-color 0.2s;
}
.wcps-sample-button:hover,
.wcps-sample-button:focus {
    background-color: #e8e8e8;
    border-color: #999999;
    outline: none;
}
.wcps-sample-button:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}
.wcps-sample-label {
    font-style: italic;
    color: #777;
    font-size: 0.9em;
}