.pcc-form input[type="text"] {
    font-size: 20px;
    padding: 10px;
    width: 100%;
    margin-bottom: 10px;
}

.pcc-form input[type="submit"] {
    background-color: #0073e6;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 20px;
}

.pcc-form input[type="submit"]:hover {
    background-color: #005bb5;
}

.pcc-form p {
    font-size: 22px;
    font-weight: bold;
}

.pcc-pagination {
    text-align: center;
    margin: 20px 0;
}

.pcc-pagination a, .pagination-link {
    display: inline-block;
    padding: 10px 15px;
    margin: 5px;
    border: 2px solid #0073aa;
    border-radius: 5px;
    font-size: 16px;
    text-decoration: none;
    color: #0073aa;
    background: #fff;
}

.pcc-pagination .pagination-link:hover {
    background: #0073aa;
    color: #fff;
}

.pcc-pagination .current {
    display: inline-block;
    padding: 10px 15px;
    margin: 5px;
    border: 2px solid #0073aa;
    border-radius: 5px;
    font-size: 16px;
    text-decoration: none;
    color: #0073aa;
    background: #fff;
	    font-weight: bold;
    color: #fff;
    background: #0073aa;
    cursor: default;
    pointer-events: none;
}

.invalid-row td {
	color: darkgray;
}

.odd-row {
     background-color: #f0f0f0;
}
.widefat thead tr th,
.pcc-table thead tr {
     background-color: #0073aa;
     color: white;
     font-weight: bold;
}

.pcc-table thead tr a {
     background-color: #0073aa;
     color: white;
     font-weight: bold;
}
