p,div { margin: 0; padding: 0; }
.text-sm { font-size: smaller; margin-top: 2px; }
.hidden { display: none; }

#header, #content, #footer {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

#header .menu {
    background-image: url(/logo.png);
    background-position: left;
    background-repeat: no-repeat;
    background-position-x: left;
    background-size: contain;
    text-align: right;
    color: #ccc;
    height: 50px;
    width: 760px;
    vertical-align: middle;
    display: table-cell;
}

#header .provider, #header .provider a {
    color: #555;
}

.pwgen-result-unused {
    background-color: #f4f4f4;
    border-radius: 9px;
    margin-bottom: 10px;
    padding: 9px;
}

#pw {
    font-family: 'Courier New', Courier, monospace;
    text-align: center;
    font-weight: bold;
    color: transparent;
    text-shadow: 0 0 2px rgba(0,0,0,0.8);
}

#pw:active, #pw:hover {
    text-shadow: none;
    color: #111;
}


.pwgen-result input[type="text"] {
    border-right: none !important;
}
.pwgen-result .input-group-text {
    background-color: white !important;
    text-align: right !important;
    align-items: right !important;
    border-left: none !important;
}
