.kosher-search-container,
.kosher-search-results table tr.not-found td,
.kosher-search-results table tr td.kosher-action-row,
.kosher-search-container input {
text-align: center;
}
.kosher-search-results .kosher-top-actions {
display: flex;
justify-content: flex-end;
}
.kosher-search-form {
margin-bottom: 10px;
}
.kosher-search-results table {
margin: 10px 0;
}
.kosher-search-results .table tbody tr td {
vertical-align: middle;
}
.kosher-search-container #myButton {
width: 100%;
background: #ff8800;
border: 0;
color: #ffffff;
}
.btn-card {
background-color: #ff8800;
color: #fff;
box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
padding: 0.64rem 0.94rem;
font-size: .81rem;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
margin: 0;
border: 0;
-webkit-border-radius: .125rem;
border-radius: .125rem;
cursor: pointer;
text-transform: uppercase;
white-space: normal;
word-wrap: break-word;
}
a.btn-card,
a.btn-card:hover {
text-decoration: none;
color: #fff;
}
input[type="date"] {
color: #666;
padding: 8px;
height: auto;
border-width: 1px;
border-style: solid;
border-color: #eaeaea;
-webkit-border-radius: 2px;
border-radius: 2px;
background: #fafafa;
-webkit-box-shadow: none;
box-shadow: none;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all .2s linear;
transition: all .2s linear
}