File: /home/ukqcurpj/public_html/wp-content/tablepress-custom.css
#tablepress-1_filter {
text-align: center;
width: 100%;
font-size: 20px;
}
#tablepress-1_filter input {
font-size: 15px;
font-weight: bold;
}
#tablepress-1_filter input {
border: 2px solid black;
border-radius: 5px;
}
#tablepress-1_filter input {
padding-top: 15px;
padding-right: 150px;
padding-bottom: 15px;
padding-left: 150px;
}
@media screen and (max-width: 500px) {
#tablepress-1_filter input {
padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;
}
}
#tablepress-1_filter input {
margin-bottom: 25px;
}