/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.wopm-wrapper{
    width:100%;
    border-collapse:collapse;
    margin-top:20px;
     margin-bottom:20px;
    border:1px solid #ddd;
}

.wopm-wrapper th,
.wopm-wrapper td{
    border:1px solid #ddd;
    padding:12px;
    font-size: 14px;
    text-align:center;
}

.wopm-header{
    background:#f5f5f5;
    font-weight:600;
}

.wopm-wrapper select{
    width:100%;
    padding:10px;
    border:1px solid #ccc;
    border-radius:6px;
}