.widefat {
	border-spacing: 0;
	width: 100%;
	clear: both;
	margin: 0;
}

.widefat td,.widefat th{
    padding:8px 10px
}
.widefat thead td,.widefat thead th{
    border-bottom:1px solid #c3c4c7
}
.widefat tfoot td,.widefat tfoot th{
    border-top:1px solid #c3c4c7;
    border-bottom:none
}
.widefat .no-items td{
    border-bottom-width:0
}
.widefat td{
    vertical-align:top
}
.widefat td,.widefat td ol,.widefat td p,.widefat td ul{
    font-size:13px;
    line-height:1.5em
}
.widefat tfoot td,.widefat th,.widefat thead td{
    text-align:left;
    line-height:1.3em;
    font-size:14px
}
.widefat tfoot td input,.widefat th input,.widefat thead td input{
    margin:0 0 0 8px;
    padding:0;
    vertical-align:text-top
}
table.wp-list-table {
	border: 1px solid #c3c4c7;
	box-shadow: 0 1px 1px rgba(0,0,0,.04);
}

#wpcsw_div .button {
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 2.15384615;
    min-height: 30px;
    margin: 0;
    padding: 0 10px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    white-space: nowrap;
    box-sizing: border-box;
}
#wpcsw_div .button-primary {
    background:#2271b1;
    border-color:#2271b1;
    color:#fff;
    text-decoration:none;
    text-shadow:none;
}
#wpcsw_div .button-secondary {
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 2.15384615;
    min-height: 30px;
    margin: 0;
    padding: 0 10px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    white-space: nowrap;
    box-sizing: border-box;
}
#wpcsw_div .button-wrapper {
    display: flex;
    gap: 5px;
}
#wpcsw_div p.submit {
    display: flex;
    gap: 5px;
    max-width: 170px;
    margin-top: 30px;
}
#wpcsw_div input {
    width: auto;
}
#wpcsw_div h2 {
    margin-bottom: 10px;
}