textarea, input[type="text"], input[type="button"], input[type="submit"], input[type="reset"], input[type="search"], input[type="password"]{
    border-radius:.25rem;
}
.location_wrapper{
    max-width:900px;
    width:100%;
}
.location{
    border-bottom: 1px solid rgb(205, 205, 205);
    padding:10px;
    transition:background-color 500ms;
}
.location:hover{
    background-color:rgb(245,245,245);
    transition:background-color 300ms;
}
.location:last-child{
    border-bottom:none;
}
.location p{
    margin: 0;
}
.location p:nth-child(1){
    margin: 10px 0 10px 0;
}
.location p:nth-child(2){
    margin: 10px 0 10px 0;
}
.location_wrapper{
    margin:10px 0 0 0;
}
.location_wrapper .search{
    margin: 0 0 10px 0;
}
.paginationjs .paginationjs-pages ul{
    margin: 10px 0 0 0;
}