@charset "utf-8";
/* Your styles here */

.btn_up{
	margin-bottom: 0px !important;
}

.f_centr{
    text-align: center;
}


ul.btn-toolbar li input, ul.btn-toolbar li a {
    margin: 0 10px;
}

form.inline-block{
	margin: 0px;
}

.display-none {
    display: none !important;
}

.span5>div:first-child{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.span5>div:first-child>div:first-child{
    width: 60%;
}

.span5>div:first-child>div:first-child input{
    max-width: 90%;
}

#location{
    width: 40%;
}