/* Search Styling */

@media only screen and (min-width:64em){ 
    
    .match::after {
    content: "{";
    font-size: 7.5em;
}
.match-panel {
float: left; margin-top:40px; margin-left: 6em;
}
.match .k-header {
    margin-top: -50px;
}
.label-search {
    display:inline-block !important;
}   
.search-inputs {
    float: right;
}

    }

@media only screen and (max-width:44em){  
    .search-panel {
 margin: 0 auto !important;
 width:100%;
    }
}
/* End media width */

.search-fields div {
    padding-bottom: 1px;
}

  .label-search {
    display:none;
    }    
    .match::after {
        
    }
    .show {
        display: block;
    }
    
    .search-panel {
        float:right; margin-right:150px;
    }