.ctabutton:hover {cursor: pointer;}
.searchmenu {border: 1px solid #000; background: #ededed; padding:2% !important; width: 96% !important; margin: 0 0 20px 0; display: flex; flex-wrap: wrap;}
.searchmenu div {margin: 0; padding: 5px 10px 5px 0;}
.searchmenu-keywords {width: 100%;}

.table .tr {border-top: 1px solid black; padding: 5px 0; display: flex;}
.table .tr:first-child {border-top: none;}

@media screen and (max-width: 700px) {
    .searchmenu {flex-direction: column;}
    .searchmenu-keywords, .searchmenu-keywords input {width: 95%; max-width: 500px;}
    .searchmenu .ctabutton {width: 100px;}
    .ctabutton {margin: 10px 0;}

    .table {width: 100%; margin: 5px 0;}
    .width15, .width70, .width10 { width: auto !important; margin: 5px !important; padding: 0 !important;}
}