.sdc-wrapper{
    max-width:700px;
    background:#fff;
    border:1px solid #ddd;
    padding:18px;
    border-radius:4px;
    font-family:Arial, sans-serif;
}
.sdc-wrapper h2{ margin-top:0; color:#0b4a2f; }
.sdc-instructions{ color:#333; font-size:14px; }
#sdc-input{
    width:100%;
    height:80px;
    padding:10px;
    margin:8px 0 12px 0;
    box-sizing:border-box;
    border:1px solid #ccc;
    border-radius:3px;
    font-size:14px;
    resize:vertical;
}
.sdc-options{ margin-bottom:12px; }
.sdc-options label{ margin-right:12px; font-size:14px; }
.sdc-buttons .button{ background:#3f8c3a; color:#fff; border:none; padding:8px 14px; border-radius:3px; cursor:pointer; }
.sdc-buttons .button-secondary{ background:#9b9b9b; margin-left:8px; color:#fff; }
.sdc-results{ margin-top:14px; }
.sdc-error{ color:#b00020; }
.sdc-table{ width:100%; border-collapse:collapse; }
.sdc-table th{ text-align:left; padding:6px 8px; background:#f5f5f5; width:45%; }
.sdc-table td{ padding:6px 8px; }
@media (max-width:480px){
    .sdc-wrapper{ padding:12px; }
}
