.btn-info, .btn-info:hover {border-radius: 0;
    background-color: #183a65;
    color: white!important;
    text-shadow: none;
    border: 0;
}
.input-group-addon {
    display: none;
}
.input-group .form-control {
    border-radius: 0;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border: 1px solid #ccc !important;
}
.col-xs-9 {
    width: 53%;
    padding-left: 10px;
    max-width: 200px;
}
body {
    overflow: hidden;
}