/* Wrap text */
.btn {
    white-space: normal;
}

/* For modal scrollbar */
.modal-dialog {
    overflow-y: initial !important
}

.modal-body {
    height: 300px;
    overflow-y: auto;
}

#modal-company {
    text-align: center;
}

#populate_form {
    display: none; /* Chrome load JS when it's ready so we've to hide the form with css */
    margin-top: 30px;
}

.navbar-btn {
    margin-left: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.title {
    margin-top: 30px;
}
