.nice {
    border: solid #369 1px;
    background: #fff;
    display: block;
    width: 100%;
    max-width: 360px;
    box-shadow: 0 0 0 2px #fff;
}
.nice .NFI-button {
    height: 34px;
    line-height: 34px;
    background: #369;
    color: #fff;
    width: 30%;
}
.nice .NFI-button:hover {
    background: #147;
}
.nice .NFI-filename {
    display: block;
    width: 70%;
    height: 34px;
    margin: 0;
    padding: 0;
    border: none;
}
.nice .NFI-filename:focus {
    border: none;
}